Edit-comptext plugin (autocomplete) - new release

106 views
Skip to first unread message

Saq Imtiaz

unread,
May 2, 2021, 10:08:36 AM5/2/21
to TiddlyWiki

There is a new release of the Edit-comptext plugin that amongst other things adds compatibility with Streams:

http://snowgoon88.github.io/TW5-extendedit/

Saq Imtiaz

unread,
May 3, 2021, 2:06:29 AM5/3/21
to TiddlyWiki
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

}

]

}


Reply all
Reply to author
Forward
0 new messages