diff options
author | Juan Castillo <65634520+cfuendesign@users.noreply.github.com> | 2022-06-24 18:11:00 -0500 |
---|---|---|
committer | Guldoman <giulio.lettieri@gmail.com> | 2022-06-25 05:56:26 +0200 |
commit | c55d745fe75a4dc49c09da1cfe11eb8a31404b44 (patch) | |
tree | c86616ad2a74c1c350b61ec98f76feb758f49514 | |
parent | 582caf3b07ea32c10646faafd70d6efeeb264057 (diff) | |
download | lite-xl-plugins-c55d745fe75a4dc49c09da1cfe11eb8a31404b44.tar.gz lite-xl-plugins-c55d745fe75a4dc49c09da1cfe11eb8a31404b44.zip |
Corrected wrong term: ss -> gif
A gif of the motiontrail plugin is linked on line 147, but it is referred to as a "screenshot".
https://github.com/lite-xl/lite-xl-plugins/blob/a46a62608edd0ef50a8494e5c9502d94b8a145dc/README.md?plain=1#L147
This was corrected.
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -143,7 +143,7 @@ to something other than a raw file it should be marked with an asterisk.* | [`markers`](plugins/markers.lua?raw=1) | Add markers to docs and jump between them quickly *([screenshot](https://user-images.githubusercontent.com/3920290/82252149-5faaa200-9946-11ea-9199-bea2efb7ee23.png))* | | [`memoryusage`](plugins/memoryusage.lua?raw=1) | Show memory usage in the status view | | [`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 *([screenshot](https://user-images.githubusercontent.com/3920290/83256814-085ccb00-a1ab-11ea-9e35-e6633cbed1a9.gif))* | +| [`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 | | [`nonicons`](plugins/nonicons.lua?raw=1) | File icons set for TreeView. Download [font](https://github.com/yamatsum/nonicons/raw/6a2faf4fbdfbe353c5ae6a496740ac4bfb6d0e74/dist/nonicons.ttf) to your config/fonts folder | | [`opacity`](plugins/opacity.lua?raw=1) | Change the opaqueness/transparency of `lite-xl` using shift+mousewheel or a command. | |