aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortakase1121 <20792268+takase1121@users.noreply.github.com>2021-05-31 11:09:22 +0800
committertakase1121 <20792268+takase1121@users.noreply.github.com>2021-05-31 11:14:17 +0800
commita07e30be3827f9444f967ba633171ea8c90cd41e (patch)
tree17e8a32efad43eeee5c49c23cbdfc70511bbe00b
parent986b932ad1ebbf9e11ea4c5684d9dea9a04ed03e (diff)
downloadlite-xl-plugins-a07e30be3827f9444f967ba633171ea8c90cd41e.tar.gz
lite-xl-plugins-a07e30be3827f9444f967ba633171ea8c90cd41e.zip
add contextmenu
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index c4ff1a0..8729a6c 100644
--- a/README.md
+++ b/README.md
@@ -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