mirror of
https://github.com/Jermolene/TiddlyWiki5.git
synced 2026-01-26 06:21:11 -08:00
9 lines
351 B
Text
9 lines
351 B
Text
title: $:/core/ui/Actions/new-tiddler
|
|
tags: $:/tags/Actions
|
|
description: create a new empty tiddler
|
|
|
|
\define get-tags() $(textFieldTags)$ $(tagsFieldTags)$
|
|
\whitespace trim
|
|
<$vars textFieldTags={{$:/config/NewTiddler/Tags}} tagsFieldTags={{$:/config/NewTiddler/Tags!!tags}}>
|
|
<$action-sendmessage $message="tm-new-tiddler" tags=<<get-tags>>/>
|
|
</$vars>
|