Re: [tw5] Substring filter?

2022-06-03 Thread James
Hi all, Does anyone know how to extract portion of the tiddler? Like to result show in Google. I have numerous tiddler with few short paragraphs. I wanted to show only the first 100 words of the text on the listing. I am glad if someone could share a simple script on how to do it. Thanks.

Re: [tw5] Substring filter?

2022-05-09 Thread Jeremy Ruston
> It took me a while to find out, but filter operators are basically Javascript > only. so for future reference, I wrote a fancy substring operator myself. It > is available at > https://sw-amt.ws/tiddly/tw-substring.html Funnily enough, we are working on a new PR which allows custom filter

[tw5] Substring filter?

2019-11-15 Thread Hubert
Hello, Does a substring filter exist in the core? I couldn't find anything in the list of operators that would extract a string of text beginning and ending at a specific location within the string (expressed in integers). I'm aware