mirror of
https://github.com/Jermolene/TiddlyWiki5.git
synced 2026-01-24 05:21:01 -08:00
* 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
9 lines
No EOL
419 B
Text
9 lines
No EOL
419 B
Text
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> |