aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorGuldoman <giulio.lettieri@gmail.com>2023-07-24 23:57:07 +0200
committerGuldoman <giulio.lettieri@gmail.com>2023-07-24 23:57:07 +0200
commit69e3d0af52d53cebc75800fef27c7760bc518a39 (patch)
tree5136326063861dbc9b37407c531e09907e3e153b /README.md
parent3723b38b8d95ec06f03e43e3526a8fb1a2143e78 (diff)
downloadlite-xl-plugins-69e3d0af52d53cebc75800fef27c7760bc518a39.tar.gz
lite-xl-plugins-69e3d0af52d53cebc75800fef27c7760bc518a39.zip
Add do-not-edit notices to `README.md`
Diffstat (limited to 'README.md')
-rw-r--r--README.md16
1 files changed, 12 insertions, 4 deletions
diff --git a/README.md b/README.md
index 39072a4..c1f185b 100644
--- a/README.md
+++ b/README.md
@@ -1,3 +1,7 @@
+<!-- DO NOT EDIT THIS FILE MANUALLY -->
+<!-- This file is autogenerated from manifest.json, so edit that. -->
+<!-- DO NOT EDIT THIS FILE MANUALLY -->
+
# Lite XL plugins
Plugins for the [Lite XL text editor](https://github.com/lite-xl/lite-xl),
@@ -17,16 +21,16 @@ To install a plugin:
* MacOS `~/.config/lite-xl/plugins/`
* Windows `C:\Users\(username)\.config\lite-xl\plugins\`
-Or, if you have a lite-xl plugin manager, such as [`lpm`](https://github.com/adamharrison/lite-xl-plugin-manager),
+Or, if you have a Lite XL plugin manager, such as [`lpm`](https://github.com/adamharrison/lite-xl-plugin-manager),
you may install plugins by doing
```
lpm install plugin_name
```
-*Note: if you make a pull request, the manifest.json file should be updated to
-include any new plugins added, as specified in the
-[lite-xl plugin manifest specification](https://github.com/adamharrison/lite-xl-plugin-manager/blob/master/SPEC.md).*
+*Note: if you make a pull request, do not edit this README.md file, as it's autogenerated;
+the manifest.json file should be updated to include any new plugins added, as specified in the
+[Lite XL plugin manifest specification](https://github.com/adamharrison/lite-xl-plugin-manager/blob/master/SPEC.md).*
*Please note, that in this official repository, any plugins that specify a `remote` must also
pin the remote to a specific commit hash. Any plugin that is hosted not in a repository,
@@ -38,6 +42,10 @@ but only with a `url` must provide a `checksum` that matches the existing plugin
***
+<!-- DO NOT EDIT THIS FILE MANUALLY -->
+<!-- This file is autogenerated from manifest.json, so edit that. -->
+<!-- DO NOT EDIT THIS FILE MANUALLY -->
+
| Plugin | Description |
| :--------------------------------------------------------------------------------------------------------------- | :----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| [`align_carets`](plugins/align_carets.lua?raw=1) | Align multiple carets and selections *([clip](https://user-images.githubusercontent.com/2798487/165631951-532f8d24-d596-4dd0-9d21-ff53c71ed32f.mp4))* |