mirror of
https://github.com/TiddlyWiki/TiddlyWiki5.git
synced 2026-04-28 07:04:36 +00:00
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:
9
plugins/tiddlywiki/markdown/settings/renderWikiText.tid
Normal file
9
plugins/tiddlywiki/markdown/settings/renderWikiText.tid
Normal 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>
|
||||
Reference in New Issue
Block a user