[tw5] Re: Codemirror Theme and Autocomplete query

2020-06-03 Thread Reet Pandher
So found the issue with the theme. I had to change *ThemeName.css* to *ThemeName* in* tiddler title *and the *name field *and it worked !! Such a silly thing caused so much trouble. On Wednesday, June 3, 2020 at 10:26:58 PM UTC+5:30, Reet Pandher wrote: > > Regarding theme: > > I am unable to

[tw5] Re: Codemirror Theme and Autocomplete query

2020-06-03 Thread Steven X
I would try using TW's search function instead, by replacing return { list: (!curWord ? [] : tiddlers.filter(function(item) { return item.match(regex); })).sort(), with return { list:

[tw5] Re: Codemirror Theme and Autocomplete query

2020-06-03 Thread Reet Pandher
swt.. this solves my remaining autocomplete woes!! thanks tonym On Thursday, June 4, 2020 at 7:10:41 AM UTC+5:30, TonyM wrote: > > Reet, > > Remember there is also the editor toolbar button, the link icon, which > allows you to search for titles, and insert them as a link. Autocomplete is >

[tw5] Re: Codemirror Theme and Autocomplete query

2020-06-03 Thread TonyM
Reet, Remember there is also the editor toolbar button, the link icon, which allows you to search for titles, and insert them as a link. Autocomplete is about completing what you type, its when tiddlywiki knows what you want. It should not be too hard to make a link editor toolbar for system