diff options
author | rxi <rxi@users.noreply.github.com> | 2020-04-26 08:50:03 +0100 |
---|---|---|
committer | rxi <rxi@users.noreply.github.com> | 2020-04-26 08:50:03 +0100 |
commit | 1cb6883c85310b4f1b93bd6816b8e9f334f61c91 (patch) | |
tree | 10c920802f027ae2f8268f05a3a44291faea0697 /README.md | |
parent | ffaf9d83ff02880a3eeecbd6d6f5253764484b1a (diff) | |
download | lite-xl-plugins-1cb6883c85310b4f1b93bd6816b8e9f334f61c91.tar.gz lite-xl-plugins-1cb6883c85310b4f1b93bd6816b8e9f334f61c91.zip |
Added asterisk after plugins which don't link directly to raw file
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -3,7 +3,8 @@ Plugins for the [lite text editor](https://github.com/rxi/lite) *Note: if you make a pull request, the table should be updated and kept in alphabetical order. If your plugin is large (or you'd otherwise prefer it to have its own repo), the table can simply be updated to add a link to the repo; -otherwise the plugin file itself can be submitted.* +otherwise the plugin file itself can be submitted. If a plugin's link resolves +to a something other than a raw file it should be marked with an asterisk.* --- @@ -26,7 +27,7 @@ Plugin | Description [`macmodkeys`](plugins/macmodkeys.lua?raw=1) | Remaps mac modkeys `command/option` to `ctrl/alt` [`sort`](plugins/sort.lua?raw=1) | Sorts selected lines alphabetically [`spellcheck`](plugins/spellcheck.lua?raw=1) | [Underlines](https://user-images.githubusercontent.com/3920290/79923973-9caa7400-842e-11ea-85d4-7a196a91ca50.png) misspelt words -[`theme16`](https://github.com/monolifed/theme16) | Theme manager with base16 themes +[`theme16`](https://github.com/monolifed/theme16)* | Theme manager with base16 themes [`titleize`](plugins/titleize.lua?raw=1) | Titleizes selected string (`hello world` => `Hello World`) -[`todotreeview`](https://github.com/drmargarido/TodoTreeView) | Todo tree viewer for anotations in code like `TODO`, `BUG`, `FIX`, `IMPROVEMENT` +[`todotreeview`](https://github.com/drmargarido/TodoTreeView)* | Todo tree viewer for anotations in code like `TODO`, `BUG`, `FIX`, `IMPROVEMENT` [`togglesnakecamel`](plugins/togglesnakecamel.lua?raw=1) | Toggles symbols between `snake_case` and `camelCase` |