1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-11-05 01:52:59 +00:00

Text-slicer: Tweaks to linear slice rules

This commit is contained in:
Jermolene
2018-01-24 20:57:39 +00:00
parent 55d7f43f0c
commit ab2ac78620

View File

@@ -41,10 +41,16 @@ tags: $:/tags/text-slicer/slicer-rules
} }
}, },
{ {
"selector": "*", "selector": "head",
"actions": { "actions": {
"dontRenderTag": true, "dontRenderTag": true,
"discard": true "discard": true
} }
},
{
"selector": "*",
"actions": {
"dontRenderTag": true
}
} }
] ]