1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-06-24 22:33:16 +00:00
This commit is contained in:
Jermolene 2017-06-28 17:50:19 +01:00
parent f75e97f308
commit 96ff7ab86f
3 changed files with 24 additions and 1 deletions

View File

@ -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

View File

@ -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:"$:/">>"""/>

View 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">>