If you use Streams and Edit-comptext, this tip from a reddit user might be
useful:
> I added a !has[parent] to the config file
($:/plugins/snowgoon88/edit-comptext/config) which helps not to pick up the
nodes, and just the parents.
{
"configuration": {
"caseSensitive" : false,
"maxMatch" : 8,
"minPatLength" : 2,
"triggerKeyCombination" : "^ "
},
"template": [{
"pattern": "[[",
"filter": "[all[tiddlers]!is[system]!has[parent]]",
"start": "[[",
"end": "]]"
},
{
"pattern": "||",
"filter": "[all[tiddlers]!is[system]!has[parent]]",
"start": "[[|",
"end": "]]",
"startOffset" : 2
}
]
}
On Sunday, May 2, 2021 at 4:08:36 PM UTC+2 Saq Imtiaz wrote:
> There is a new release of the Edit-comptext plugin that amongst other
> things adds compatibility with Streams:
>
> http://snowgoon88.github.io/TW5-extendedit/
>
--
You received this message because you are subscribed to the Google Groups
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/tiddlywiki/841b848e-da2c-4816-9384-783e36e72429n%40googlegroups.com.