mirror of
https://github.com/TiddlyWiki/TiddlyWiki5.git
synced 2026-05-03 17:17:28 +00:00
There are still some whitespace and attribute ordering issues, but the result runs correctly.
12 lines
268 B
Plaintext
12 lines
268 B
Plaintext
title: CloseOthersCommand
|
|
modifier: blaine
|
|
created: 20110211110626
|
|
modified: 20110211131016
|
|
tags: commands
|
|
creator: psd
|
|
|
|
Closes all other open tiddlers, except for any that are being editted. It is used with the ToolbarMacro like this:
|
|
{{{
|
|
<<toolbar closeOthers>>
|
|
}}}
|