diff options
author | ThaCuber <70547062+thacuber2a03@users.noreply.github.com> | 2024-03-28 14:32:03 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-28 19:32:03 +0100 |
commit | 6506a5336d39911c12cc1b647cb0a0c1bfd39e30 (patch) | |
tree | 38100d3d2d132aa6e4cb8c8fe85295a0f99b0f36 /manifest.json | |
parent | 4077626507f857bfccadcd83bcb08810aa3a35a0 (diff) | |
download | lite-xl-plugins-6506a5336d39911c12cc1b647cb0a0c1bfd39e30.tar.gz lite-xl-plugins-6506a5336d39911c12cc1b647cb0a0c1bfd39e30.zip |
add font preview plugin (#392)
* add font preview plugin
* remove get_scrollable_size and unused variable
* add a list of supported font types
I also realized I haven't been returning the view that `open_doc`
returns, so I fixed that too
* add rows for every printable character in ASCII
* deactivate vertical scrolling
* properly mark patterns in supported_types list
Co-authored-by: Guldoman <giulio.lettieri@gmail.com>
---------
Co-authored-by: Guldoman <giulio.lettieri@gmail.com>
Diffstat (limited to 'manifest.json')
-rw-r--r-- | manifest.json | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/manifest.json b/manifest.json index 64819a3..fa0a2d2 100644 --- a/manifest.json +++ b/manifest.json @@ -301,6 +301,13 @@ "version": "0.1" }, { + "description": "Automatically displays a font with increasing sizes in a new view.", + "version": "0.1", + "path": "plugins/fontpreview.lua", + "id": "fontpreview", + "mod_version": "3" + }, + { "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.", "id": "lite-debugger", "mod_version": "3", |