aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorSwissalpS <Luke@SwissalpS.ws>2020-06-23 17:54:42 +0200
committerSwissalpS <Luke@SwissalpS.ws>2020-06-23 17:54:42 +0200
commit9871b6c7de50d94c1f2ccedb8c14cb222a218377 (patch)
treef7a1c6cb272300f6b4aa7ffb35ce83eca05d2a64 /README.md
parent4894e6af8b2a5d7b5e7344b80ee051aaa03537af (diff)
downloadlite-xl-plugins-9871b6c7de50d94c1f2ccedb8c14cb222a218377.tar.gz
lite-xl-plugins-9871b6c7de50d94c1f2ccedb8c14cb222a218377.zip
added datetimestamps
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index e86d9c9..4bce155 100644
--- a/README.md
+++ b/README.md
@@ -18,6 +18,7 @@ Plugin | Description
[`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))*
[`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
[`drawwhitespace`](plugins/drawwhitespace.lua?raw=1) | Draws tabs and spaces *([screenshot](https://user-images.githubusercontent.com/3920290/80573013-22ae5800-89f7-11ea-9895-6362a1c0abc7.png))*
[`eval`](plugins/eval.lua?raw=1) | Replaces selected Lua code with its evaluated result