mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-06 10:06:19 +00:00
b95f9e6000
* Update new-tiddler.tid * Update new-journal.tid * Update new-image.tid
9 lines
334 B
Plaintext
9 lines
334 B
Plaintext
title: $:/core/ui/Actions/new-tiddler
|
|
tags: $:/tags/Actions
|
|
description: create a new empty tiddler
|
|
|
|
\define get-tags() $(textFieldTags)$ $(tagsFieldTags)$
|
|
<$vars textFieldTags={{$:/config/NewTiddler/Tags}} tagsFieldTags={{$:/config/NewTiddler/Tags!!tags}}>
|
|
<$action-sendmessage $message="tm-new-tiddler" tags=<<get-tags>>/>
|
|
</$vars>
|