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

@@ -0,0 +1,9 @@
title: $:/plugins/tiddlywiki/markdown/settings/renderWikiText
tags: $:/tags/ControlPanel/Settings/Markdown
caption: Enable WikiText
After Markdown is parsed, should any text elements be handed off to the ~WikiText parser for further processing?
<$checkbox tiddler="$:/config/markdown/renderWikiText" field="text" checked="true" unchecked="false">
[[Enable WikiText|$:/config/markdown/renderWikiText]]
</$checkbox>