diff options
author | rxi <rxi@users.noreply.github.com> | 2020-06-03 14:18:00 +0100 |
---|---|---|
committer | rxi <rxi@users.noreply.github.com> | 2020-06-03 14:25:49 +0100 |
commit | 18cee87818658c49167123677c978c16c9d7318c (patch) | |
tree | f5ec01c7ebbcd62c3e476748d0217bd79d931228 /README.md | |
parent | b812a82c8ff186076cf570e242214cf714d64e64 (diff) | |
download | lite-xl-plugins-18cee87818658c49167123677c978c16c9d7318c.tar.gz lite-xl-plugins-18cee87818658c49167123677c978c16c9d7318c.zip |
Added `scale` plugin
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -57,6 +57,7 @@ Plugin | Description [`motiontrail`](plugins/motiontrail.lua?raw=1) | Adds a motion-trail to the caret *([screenshot](https://user-images.githubusercontent.com/3920290/83256814-085ccb00-a1ab-11ea-9e35-e6633cbed1a9.gif))* [`openfilelocation`](plugins/openfilelocation.lua?raw=1) | Opens the parent directory of the current file in the file manager [`openselected`](plugins/openselected.lua?raw=1) | Opens the selected filename or url +[`scale`](plugins/scale.lua?raw=1) | Provides support for dynamically adjusting the scale of the UI (`ctrl+-`, `ctrl+=`) [`selectionhighlight`](plugins/selectionhighlight.lua?raw=1) | Highlights regions of code that match the current selection *([screenshot](https://user-images.githubusercontent.com/3920290/80710883-5f597c80-8ae7-11ea-97f0-76dfacc08439.png))* [`sort`](plugins/sort.lua?raw=1) | Sorts selected lines alphabetically [`spellcheck`](plugins/spellcheck.lua?raw=1) | Underlines misspelt words *([screenshot](https://user-images.githubusercontent.com/3920290/79923973-9caa7400-842e-11ea-85d4-7a196a91ca50.png))* On Windows no dictionary file exists for spellchecking. You can add a words.txt file beside the exe to remedy this. [Example file](https://github.com/dwyl/english-words/blob/master/words.txt) |