mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-11-01 08:03:00 +00:00
Text-Slicer: Support folding and fix bug with filter for retrieving list contents
This commit is contained in:
@@ -175,7 +175,7 @@ Slicer.prototype.processNode = function(domNode) {
|
||||
this.parentStack.push({type: tagName, title: this.addTiddler({
|
||||
"toc-type": "list",
|
||||
"toc-list-type": tagName,
|
||||
"toc-list-filter": "[tag<currentTiddler>!has[draft.of]]",
|
||||
"toc-list-filter": "[list<currentTiddler>!has[draft.of]]",
|
||||
text: "",
|
||||
title: title,
|
||||
list: [],
|
||||
|
||||
Reference in New Issue
Block a user