1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-06-24 22:33:16 +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": {
"dontRenderTag": true,
"discard": true
}
},
{
"selector": "*",
"actions": {
"dontRenderTag": true
}
}
]