mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-02 08:06:17 +00:00
17 lines
480 B
Plaintext
17 lines
480 B
Plaintext
|
|
||
|
caption: unusedtitle
|
||
|
tags: Macros [[Core Macros]]
|
||
|
title: unusedtitle Macro
|
||
|
type: text/vnd.tiddlywiki
|
||
|
|
||
|
The <<.def unusedtitle>> [[macro|Macros]] returns an unused title. Optionally you can provide a base title to generate the new title.
|
||
|
|
||
|
It uses the same method as the create new tiddler button, a number is appended to the end of the base name.
|
||
|
|
||
|
!! Parameters
|
||
|
|
||
|
;baseName
|
||
|
: A string specifying the desired base name, defaulting to `New Tiddler`
|
||
|
|
||
|
<<.macro-examples "unusedtitle">>
|