mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-01 07:36:18 +00:00
eb0b2a8d8e
* Trim Saga: Advanced Search and actions * Split up AdvancedSearch macros to be readable
10 lines
351 B
Plaintext
10 lines
351 B
Plaintext
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>
|