diff options
author | George Sokianos <walkero@gmail.com> | 2024-03-10 20:45:50 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-10 21:45:50 +0100 |
commit | 67349dcc4270d76641c0a2edbaa614781ed885ed (patch) | |
tree | a0a5d38fb563483168f1f59b3f895df8918be676 /manifest.json | |
parent | 90567c64fd7e0dac23c99054f25cfd2d084ede7d (diff) | |
download | lite-xl-plugins-67349dcc4270d76641c0a2edbaa614781ed885ed.tar.gz lite-xl-plugins-67349dcc4270d76641c0a2edbaa614781ed885ed.zip |
Fixing ghmarkdown adding the ability to use a GitHub token (#380)
* Fixing ghmarkdown adding the ability to use a GitHub token
* Updated the manifest.json file
Diffstat (limited to 'manifest.json')
-rw-r--r-- | manifest.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/manifest.json b/manifest.json index cf8c9f5..f58c0ba 100644 --- a/manifest.json +++ b/manifest.json @@ -481,8 +481,8 @@ "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))* 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", + "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). Requires a [GitHub token](https://docs.github.com/en/rest/markdown/markdown?apiVersion=2022-11-28#render-a-markdown-document-in-raw-mode) being provided", + "version": "0.2", "path": "plugins/ghmarkdown.lua", "id": "ghmarkdown", "mod_version": "3" |