diff options
author | takase1121 <20792268+takase1121@users.noreply.github.com> | 2021-05-31 11:09:22 +0800 |
---|---|---|
committer | takase1121 <20792268+takase1121@users.noreply.github.com> | 2021-05-31 11:14:17 +0800 |
commit | a07e30be3827f9444f967ba633171ea8c90cd41e (patch) | |
tree | 17e8a32efad43eeee5c49c23cbdfc70511bbe00b /README.md | |
parent | 986b932ad1ebbf9e11ea4c5684d9dea9a04ed03e (diff) | |
download | lite-xl-plugins-a07e30be3827f9444f967ba633171ea8c90cd41e.tar.gz lite-xl-plugins-a07e30be3827f9444f967ba633171ea8c90cd41e.zip |
add contextmenu
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -19,6 +19,7 @@ Plugin | Description [`closeconfirmx`](plugins/closeconfirmx.lua?raw=1) | Replaces a system close confirmation dialog with a command view, like for individual files *([screenshot](https://user-images.githubusercontent.com/1689801/107596774-afa76280-6c53-11eb-80ab-22e73058c097.png))* [`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))* [`console`](https://github.com/rxi/console)* | A console for running external commands and capturing their output *([gif](https://user-images.githubusercontent.com/3920290/81343656-49325a00-90ad-11ea-8647-ff39d8f1d730.gif))* +[`contextmenu`](https://github.com/takase1121/lite-contextmenu)* | Simple context menu *([screenshot](https://github.com/takase1121/lite-contextmenu/blob/master/assets/screenshot.jpg?raw=true))* [`copyfilelocation`](plugins/copyfilelocation.lua?raw=1) | Copy file location to clipboard [`datetimestamps`](plugins/datetimestamps.lua?raw=1) | Insert date-, time- and date-time-stamps [`detectindent`](plugins/detectindent.lua?raw=1) | Automatically detects and uses the indentation size and tab type of a loaded file |