mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-17 07:14:50 +00:00
daa24a52bd
* Update Basics.tid * Update ControlPanel.multids * Update NewJournal.multids * Create NewJournalTags.tid * Update new-tiddler.tid * Update new-image.tid * Update new-journal.tid * Update new-here.tid * Update new-journal-here.tid
11 lines
305 B
Plaintext
11 lines
305 B
Plaintext
title: $:/core/ui/Actions/new-image
|
|
tags: $:/tags/Actions
|
|
description: create a new image tiddler
|
|
|
|
\define get-type()
|
|
image/$(imageType)$
|
|
\end
|
|
<$vars imageType={{$:/config/NewImageType}}>
|
|
<$action-sendmessage $message="tm-new-tiddler" type=<<get-type>> tags={{$:/config/NewTiddler/Tags!!tags}}/>
|
|
</$vars>
|