diff options
author | Github Actions <> | 2024-02-28 23:01:05 +0000 |
---|---|---|
committer | Github Actions <> | 2024-02-28 23:01:05 +0000 |
commit | 43876cf90721967fb44aabb7167d0b9d33076571 (patch) | |
tree | d8f2beafe021d0a16fd9ab0386827fe76d93a065 | |
parent | eadf78b5d4b96ae2e480dc1a769aef066a2db896 (diff) | |
download | lite-xl-plugins-43876cf90721967fb44aabb7167d0b9d33076571.tar.gz lite-xl-plugins-43876cf90721967fb44aabb7167d0b9d33076571.zip |
[CI] Updated README.md.
-rw-r--r-- | README.md | 19 |
1 files changed, 10 insertions, 9 deletions
@@ -123,7 +123,7 @@ but only with a `url` must provide a `checksum` that matches the existing plugin | [`minimap`](plugins/minimap.lua?raw=1) | Shows a minimap on the right-hand side of the docview. Taken from [@andsve](https://github.com/andsve/lite-plugins/tree/minimap-plugin), and improved upon. | | [`motiontrail`](plugins/motiontrail.lua?raw=1) | Adds a motion-trail to the caret *([gif](https://user-images.githubusercontent.com/3920290/83256814-085ccb00-a1ab-11ea-9e35-e6633cbed1a9.gif))* | | [`navigate`](plugins/navigate.lua?raw=1) | Allows moving back and forward between document positions, reducing the amount of scrolling | -| [`nerdicons`](plugins/nerdicons.lua?raw=1) | File icons set for TreeView. Download font from nerdfonts.com. Modification of the [nonicons](plugins/nonicons.lua) plugin | +| [`nerdicons`](plugins/nerdicons.lua?raw=1) | File icons set for TreeView. Modification of the [nonicons](plugins/nonicons.lua) plugin. Uses [NerdFont](https://www.nerdfonts.com/) icons | | [`nonicons`](plugins/nonicons.lua?raw=1) | File icons set for TreeView. Uses the [Nonicons](https://github.com/yamatsum/nonicons/) font | | [`opacity`](plugins/opacity.lua?raw=1) | Change the opaqueness/transparency of `lite-xl` using shift+mousewheel or a command. | | [`open_ext`](plugins/open_ext.lua?raw=1) | Automatically prompts you if you tried to open a binary file in the editor | @@ -271,11 +271,12 @@ but only with a `url` must provide a `checksum` that matches the existing plugin ## Libraries -| Library | Description | -| ---------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------ | -| [`encoding`](https://github.com/jgmdev/lite-xl-encoding)\* | Add support for detecting file and string encodings as converting between them. | -| [`Nonicons font`](plugins/font_nonicons.lua?raw=1) | [Nonicons](https://github.com/yamatsum/nonicons/) font with mapping | -| [`net`](https://github.com/jgmdev/lite-xl-net)\* | Add support for TCP and UDP sockets using SDL_net. | -| [`Threads`](https://github.com/jgmdev/lite-xl-threads)\* | Supports spawning true os-threads. | -| [`widget`](https://github.com/lite-xl/lite-xl-widgets)\* | Plugin library that provides a set of re-usable components to more easily write UI elements for your plugins | -| [`www`](https://github.com/adamharrison/lite-xl-www.git)\* | A simple library that provides a web client to fetch, and submit data via HTTP requests. | +| Library | Description | +| ---------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------ | +| [`encoding`](https://github.com/jgmdev/lite-xl-encoding)\* | Add support for detecting file and string encodings as converting between them. | +| [`Nonicons font`](plugins/font_nonicons.lua?raw=1) | [Nonicons](https://github.com/yamatsum/nonicons/) font with mapping | +| [`Nerd Font Symbols Mono Regular`](plugins/font_symbols_nerdfont_mono_regular.lua?raw=1) | [Nerd Font Symbols](https://github.com/ryanoasis/nerd-fonts/) font with mapping | +| [`net`](https://github.com/jgmdev/lite-xl-net)\* | Add support for TCP and UDP sockets using SDL_net. | +| [`Threads`](https://github.com/jgmdev/lite-xl-threads)\* | Supports spawning true os-threads. | +| [`widget`](https://github.com/lite-xl/lite-xl-widgets)\* | Plugin library that provides a set of re-usable components to more easily write UI elements for your plugins | +| [`www`](https://github.com/adamharrison/lite-xl-www.git)\* | A simple library that provides a web client to fetch, and submit data via HTTP requests. | |