mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-23 18:17:20 +00:00
Docs for #2925
This commit is contained in:
parent
f75e97f308
commit
96ff7ab86f
@ -23,7 +23,7 @@ New and improved translations:
|
||||
|
||||
!! Usability Improvements
|
||||
|
||||
* [[Added|https://github.com/Jermolene/TiddlyWiki5/commit/1e9d214f67906e63758f8665091bc0ef6651f10d]] new "Explorer" tab to "More" sidebar
|
||||
* [[Added|https://github.com/Jermolene/TiddlyWiki5/commit/1e9d214f67906e63758f8665091bc0ef6651f10d]] new "Explorer" tab to "More" sidebar and underlying [[tree Macro]]
|
||||
|
||||
!! Hackability Improvements
|
||||
|
||||
|
@ -0,0 +1,8 @@
|
||||
created: 20170628164706364
|
||||
modified: 20170628164823552
|
||||
tags: [[tree Macro]] [[Macro Examples]]
|
||||
title: tree Macro (Examples)
|
||||
type: text/vnd.tiddlywiki
|
||||
|
||||
<$macrocall $name=".example" n="1"
|
||||
eg="""<<tree prefix:"$:/">>"""/>
|
15
editions/tw5.com/tiddlers/macros/tree Macro.tid
Normal file
15
editions/tw5.com/tiddlers/macros/tree Macro.tid
Normal file
@ -0,0 +1,15 @@
|
||||
caption: tree
|
||||
created: 20170628164534981
|
||||
modified: 20170628164654430
|
||||
tags: Macros [[Core Macros]]
|
||||
title: tree Macro
|
||||
type: text/vnd.tiddlywiki
|
||||
|
||||
The <<.def tree>> [[macro|Macros]] renders an expandable tree view based on tiddler titles.
|
||||
|
||||
!! Parameters
|
||||
|
||||
;prefix
|
||||
: The prefix from which to generate the tree, e.g. `$:/`
|
||||
|
||||
<<.macro-examples "tree">>
|
Loading…
Reference in New Issue
Block a user