aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorSwissalpS <Luke@SwissalpS.ws>2020-06-26 02:10:03 +0200
committerSwissalpS <Luke@SwissalpS.ws>2020-06-26 02:10:03 +0200
commitf4c7a57ed2e8c4e5b6cc39786820d160c9baab14 (patch)
tree2e684d0e2dc56514bf94e0282e7afb1b1467211c /README.md
parent76144065f71d08ec5eb0ccc7309d847c871a3d11 (diff)
downloadlite-xl-plugins-f4c7a57ed2e8c4e5b6cc39786820d160c9baab14.tar.gz
lite-xl-plugins-f4c7a57ed2e8c4e5b6cc39786820d160c9baab14.zip
added basic drag and drop of selected text
TODO: use system DnD events and add drag image
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 4ca8550..3f26d59 100644
--- a/README.md
+++ b/README.md
@@ -20,6 +20,7 @@ Plugin | Description
[`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
+[`draganddropselectedtext`](plugins/draganddropselectedtext.lua?raw=1) | Provides basic drag and drop of selected text (in same document)
[`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
[`exec`](plugins/exec.lua?raw=1) | Runs selected text through shell command and replaces with result