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:
@@ -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
|
||||||
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
Reference in New Issue
Block a user