There is a new release of the Edit-comptext plugin that amongst other things adds compatibility with Streams:
> 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
}
]
}