aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGithub Actions <>2024-03-28 18:32:16 +0000
committerGithub Actions <>2024-03-28 18:32:16 +0000
commit17a1681c348d723056cc90d21772a6149778eb41 (patch)
tree6d0d62bffc5824254911e3fe3bf298263a4bc0af
parent6506a5336d39911c12cc1b647cb0a0c1bfd39e30 (diff)
downloadlite-xl-plugins-17a1681c348d723056cc90d21772a6149778eb41.tar.gz
lite-xl-plugins-17a1681c348d723056cc90d21772a6149778eb41.zip
[CI] Updated README.md and manifest.json.
-rw-r--r--README.md1
-rw-r--r--manifest.json6
2 files changed, 4 insertions, 3 deletions
diff --git a/README.md b/README.md
index b82d0a5..3948b73 100644
--- a/README.md
+++ b/README.md
@@ -91,6 +91,7 @@ to follow with `extra.follow_branch`.*
| [`fallbackfonts`](https://github.com/takase1121/lite-fallback-fonts)\* | Adds support for fallback fonts *([gif](https://raw.githubusercontent.com/takase1121/lite-fallback-fonts/master/assets/Iw18fI57J0.gif))* |
| [`Multithreaded Find File`](https://github.com/jgmdev/lite-xl-threads)\* | Threaded project find files. |
| [`fontconfig`](plugins/fontconfig.lua?raw=1) | Allows users to load fonts with [fontconfig](https://www.freedesktop.org/software/fontconfig/fontconfig-user.html). |
+| [`fontpreview`](plugins/fontpreview.lua?raw=1) | Automatically displays a font with increasing sizes in a new view. |
| [`force_syntax`](plugins/force_syntax.lua?raw=1) | Change the syntax used for a file. |
| [`formatter`](https://github.com/vincens2005/lite-formatters)\* | formatters for various languages |
| [`ghmarkdown`](plugins/ghmarkdown.lua?raw=1) | Opens a preview of the current markdown file in a browser window *([screenshot](https://user-images.githubusercontent.com/3920290/82754898-f7394600-9dc7-11ea-8278-2305363ed372.png))* Note: the page content is generated by sending the markdown file to Github's markdown rendering [API](https://docs.github.com/en/rest/markdown?apiVersion=2022-11-28). Requires a [GitHub token](https://docs.github.com/en/rest/markdown/markdown?apiVersion=2022-11-28#render-a-markdown-document-in-raw-mode) being provided |
diff --git a/manifest.json b/manifest.json
index fa0a2d2..0625c96 100644
--- a/manifest.json
+++ b/manifest.json
@@ -302,10 +302,10 @@
},
{
"description": "Automatically displays a font with increasing sizes in a new view.",
- "version": "0.1",
- "path": "plugins/fontpreview.lua",
"id": "fontpreview",
- "mod_version": "3"
+ "mod_version": "3",
+ "path": "plugins/fontpreview.lua",
+ "version": "0.1"
},
{
"description": "Debug Lite-XL's Lua VM interactively, if you're running it from a terminal. Warning: Will significantly slow down Lite-XL if installed.",