mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-01 07:36:18 +00:00
12 lines
343 B
Plaintext
12 lines
343 B
Plaintext
title: DeleteTiddlerCommand
|
|
modifier: blaine
|
|
created: 20110211110629
|
|
modified: 20110211131016
|
|
tags: commands
|
|
creator: psd
|
|
|
|
Deletes the current tiddler. A confirmation dialogue is displayed unless disabled with the ConfirmBeforeDeleting checkbox in AdvancedOptions. It is used with the ToolbarMacro like this:
|
|
{{{
|
|
<<toolbar deleteTiddler>>
|
|
}}}
|