mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-12-01 22:38:08 +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:
@@ -23,7 +23,7 @@ $(tv-heading-status-config-title)$/$(tv-heading-status-config-prefix)$/$(current
|
||||
<$view field="text"/>
|
||||
</$link>
|
||||
<$reveal type="nomatch" state=<<tv-heading-status-config-title>> text="open" default=<<tv-default-heading-state>>>
|
||||
<$list filter="[tag<currentTiddler>!has[draft.of]]" template="$:/plugins/tiddlywiki/text-slicer/templates/interactive/tiddler"/>
|
||||
<$list filter="[list<currentTiddler>!has[draft.of]]" template="$:/plugins/tiddlywiki/text-slicer/templates/interactive/tiddler"/>
|
||||
</$reveal>
|
||||
</div>
|
||||
</$set>
|
||||
|
||||
Reference in New Issue
Block a user