mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-12-07 09:18:06 +00:00
Text-slicer: Switch from weaving with tags to lists alone
Many reasons: * to allow subtrees to be grafted more easily * to keep the tags for an entry clean by removing structural tags and leaving the semantic tags * to avoid the duplication of expressing the same relationship through both the tags and list fields
This commit is contained in:
@@ -4,7 +4,7 @@ title: $:/plugins/tiddlywiki/text-slicer/templates/static/heading
|
||||
<$level$>
|
||||
<$view field="text"/>
|
||||
</$level$>
|
||||
<$list filter="[tag<currentTiddler>!has[draft.of]]" template="$:/plugins/tiddlywiki/text-slicer/templates/static/tiddler"/>
|
||||
<$list filter="[list<currentTiddler>!has[draft.of]]" template="$:/plugins/tiddlywiki/text-slicer/templates/static/tiddler"/>
|
||||
\end
|
||||
|
||||
<$macrocall $name="body" level={{!!toc-heading-level}}/>
|
||||
|
||||
Reference in New Issue
Block a user