aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorTha Cuber <70547062+ThaCuber@users.noreply.github.com>2022-03-08 05:05:06 -0400
committerGitHub <noreply@github.com>2022-03-08 05:05:06 -0400
commit6cafaf1257887c546fffef38ae5278dca03a09f3 (patch)
treed9c35753193ac8baf5cf6f6ab1c82945abb346bf /README.md
parent888c6545ba174f2ca08f9371578208dc46f1709d (diff)
downloadlite-xl-plugins-6cafaf1257887c546fffef38ae5278dca03a09f3.tar.gz
lite-xl-plugins-6cafaf1257887c546fffef38ae5278dca03a09f3.zip
Made a plugin (#42)
* Update README.md
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 bb3d5f6..6c284e4 100644
--- a/README.md
+++ b/README.md
@@ -27,6 +27,7 @@ to something other than a raw file it should be marked with an asterisk.*
| [`dragdropselected`](plugins/dragdropselected.lua?raw=1) | Provides basic drag and drop of selected text (in same document) |
| [`eofnewline`](https://github.com/bokunodev/lite_modules/blob/master/plugins/eofnewline-xl.lua?raw=1) | Make sure the file ends with one blank line. |
| [`ephemeral_tabs`](plugins/ephemeral_tabs.lua?raw=1) | Preview tabs. Opening a doc will replace the contents of the preview tab. Marks tabs as non-preview on any change or tab double clicking. |
+| [`equationgrapher`](https://github.com/ThaCuber/equationgrapher?raw=1)\* | Graphs y=x equations. |
| [`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 |
| [`extend_selection_line`](plugins/extend_selection_line.lua?raw=1) | When a selection crosses multiple lines, it is drawn to the end of the screen *([screenshot](https://user-images.githubusercontent.com/2798487/140995616-89a20b55-5917-4df8-8a7c-d7c53732fa8b.png))* |