mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-27 03:57:21 +00:00
Text-slicer: Tweaks to linear slice rules
This commit is contained in:
parent
55d7f43f0c
commit
ab2ac78620
@ -41,10 +41,16 @@ tags: $:/tags/text-slicer/slicer-rules
|
||||
}
|
||||
},
|
||||
{
|
||||
"selector": "*",
|
||||
"selector": "head",
|
||||
"actions": {
|
||||
"dontRenderTag": true,
|
||||
"discard": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"selector": "*",
|
||||
"actions": {
|
||||
"dontRenderTag": true
|
||||
}
|
||||
}
|
||||
]
|
Loading…
Reference in New Issue
Block a user