Add a settings page for markdown plugin (#8585)

* Add a settings page for markdown plugin

* Add link to $:/config/markdown/renderWikiText

* Place "Quotes replacement" settings after "Typographer"

* Add link to plugin itself & remove transclusion in config tab

The transclusion to $:/plugins/tiddlywiki/markdown/settings in config
tab is removed to avoid confusion

* Add settings tab in plugin info
This commit is contained in:
Leilei332
2024-09-10 18:13:00 +08:00
committed by GitHub
parent 8a8dcf8255
commit 3434884ea4
9 changed files with 71 additions and 11 deletions

View File

@@ -2,6 +2,6 @@
"title": "$:/plugins/tiddlywiki/markdown",
"name": "Markdown",
"description": "Markdown parser based on markdown-it",
"list": "readme config syntax license",
"list": "readme config settings syntax license",
"stability": "STABILITY_2_STABLE"
}