BurningTreeC / tiddlywiki-muuri-kanban

a TiddlyWiki5 Kanban plugin based on the TiddlyWiki5 Muuri plugin
https://burningtreec.github.io/tiddlywiki-muuri/
MIT License
25 stars 1 forks source link

created new Tiddlers as markdown #10

Open rocky-III opened 6 months ago

rocky-III commented 6 months ago

Thanks for your nice tiddlywiki- kanban plugin...

Is there a way that new Tiddlers are created as text/markdown as default ? I tried by editing

$:/plugins/BTC/Muuri-Kanban/ui/KanbanColumnTemplate

form

<$button class="tc-btn-invisible tc-board-column-action tc-add" style=<<get-styles>> tooltip="new item" aria-label="new item">
                                    <!--<$action-sendmessage $message="tm-new-tiddler"/>-->

to

<$button class="tc-btn-invisible tc-board-column-action tc-add" style=<<get-styles>> tooltip="new item" aria-label="new item">
                                    <!--<$action-sendmessage $message="tm-new-tiddler" type="text/markdown"/>-->

but that did not help. What could i try next? Thanks