Closed kookma closed 2 years ago
I edited $:/core/modules/widgets/commandpalettewidget.js
so that new Tiddlers were of type text/x-markdown
. In the createTiddlerResolver()
function:
this.tmMessageBuilder('tm-new-tiddler', { title: title, tags: tags, type: 'text/x-markdown' })(e);
A bit of a hack, but it works.
Hello, sorry for the delay. Have you tried to create a shortcut (see https://github.com/Souk21/TW-commandpalette/issues/5) ?
It works! Thank you! From #5 I can create custom template for creating new tiddlers
is it possible to use template for creating new tiddler using command-palette?
I mean for example using a task template with some fields/tags, etc.