diff options
author | Github Actions <> | 2023-10-17 20:07:50 +0000 |
---|---|---|
committer | Github Actions <> | 2023-10-17 20:07:50 +0000 |
commit | 674860ca09fd989b18409aa8021dece06418c5dd (patch) | |
tree | 9c649021a8746ecf6e36524117ba9c29aa4f9123 /README.md | |
parent | 7608e2c2be6a0f7889147e3ef209cfd7cb617541 (diff) | |
download | lite-xl-plugins-674860ca09fd989b18409aa8021dece06418c5dd.tar.gz lite-xl-plugins-674860ca09fd989b18409aa8021dece06418c5dd.zip |
[CI] Updated README.md.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -61,6 +61,7 @@ but only with a `url` must provide a `checksum` that matches the existing plugin | [`bracketmatch`](plugins/bracketmatch.lua?raw=1) | Underlines matching pair for bracket under the caret *([screenshot](https://user-images.githubusercontent.com/3920290/80132745-0c863f00-8594-11ea-8875-c455c6fd7eae.png))* | | [`build`](https://github.com/adamharrison/lite-xl-ide.git)\* | Provides a build system, messages window, and easily clickable errors. Supports an internal build system, and `make`. *([screenshot](https://raw.githubusercontent.com/adamharrison/lite-xl-ide/main/screenshots/build.png))* | | [`centerdoc`](plugins/centerdoc.lua?raw=1) | Centers document's content on the screen and adds zen mode support *([screenshot](https://user-images.githubusercontent.com/3920290/82127896-bf6e4500-97ae-11ea-97fc-ba9a552bc9a4.png))* | +| [`cleanstart`](plugins/cleanstart.lua?raw=1) | Hides the treeview at start if no arguments passed to the executable are directories. Compatible with lite. | | [`codeplus`](https://github.com/chqs-git/code-plus.git)\* | Offers improvements such as highlighted comments and autocomplete for brackets, quotes and more. ([demo](https://s12.gifyu.com/images/Sckre.gif)) | | [`colorpicker`](plugins/colorpicker.lua?raw=1) | Color picker dialog that supports html and rgb notations. | | [`colorpreview`](plugins/colorpreview.lua?raw=1) | Underlays color values (eg. `#ff00ff` or `rgb(255, 0, 255)`) with their resultant color. *([screenshot](https://user-images.githubusercontent.com/3920290/80743752-731bd780-8b15-11ea-97d3-847db927c5dc.png))* | |