MD to Tid now support massive transform

This plugin add a view toolbar button to transform Markdown tiddler to WikiText tiddler.

And now you can transform with a filter:

<$button>
  <$list filter="[tag[xxx]]">
    <$action-sendmessage $message="tm-md-tiddler-to-tid" $param=<<currentTiddler>> />
  </$list>
  Click me!
</$button>

To completely switch from Markdown to WikiText, where we only have a WYSIWYG editor for WikiText.

2 Likes