aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuldoman <giulio.lettieri@gmail.com>2023-11-08 19:54:13 +0100
committerGuldoman <giulio.lettieri@gmail.com>2023-11-08 19:54:41 +0100
commitde6f0c064f1becfa168b184257bfa247ccdf2bdf (patch)
tree543b86fa3f57cd171f66b6373869228acc80a2af
parentfe3130df42c8daa6b1e03317d7bc84df14fff314 (diff)
downloadlite-xl-plugins-de6f0c064f1becfa168b184257bfa247ccdf2bdf.tar.gz
lite-xl-plugins-de6f0c064f1becfa168b184257bfa247ccdf2bdf.zip
Add notice about `ghmarkdown` that Github's servers are used
`ghmarkdown` uses Github's markdown rendering API (https://docs.github.com/en/rest/markdown?apiVersion=2022-11-28) to generate the page content.
-rw-r--r--manifest.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifest.json b/manifest.json
index 5418f88..40b118a 100644
--- a/manifest.json
+++ b/manifest.json
@@ -450,7 +450,7 @@
"id": "formatter"
},
{
- "description": "Opens a preview of the current markdown file in a browser window *([screenshot](https://user-images.githubusercontent.com/3920290/82754898-f7394600-9dc7-11ea-8278-2305363ed372.png))*",
+ "description": "Opens a preview of the current markdown file in a browser window *([screenshot](https://user-images.githubusercontent.com/3920290/82754898-f7394600-9dc7-11ea-8278-2305363ed372.png))* Note: the page content is generated by sending the markdown file to Github's markdown rendering [API](https://docs.github.com/en/rest/markdown?apiVersion=2022-11-28)",
"version": "0.1",
"path": "plugins/ghmarkdown.lua",
"id": "ghmarkdown",