I see that this works in 5.20 but since I'm using noteself, I'm on 5.17 Would you have any idea on how to do it in 5.17? I could try to figure out how to upgrade, but that'll be a difficult task.
Thanks though! I learned a lot through that single expression so I might be able to find another filter operator or multiple operators to help me out. :) On Friday, September 13, 2019 at 12:37:27 AM UTC+2, Mark S. wrote: > > > <$list filter="[title[alphabet]get[text]splitregexp[\n]prefix[abc]]"> > > </$list> > > The gap between <$list> and </$list> is important. > > On Thursday, September 12, 2019 at 2:33:53 PM UTC-7, Melvin wrote: >> >> I have a tiddler called alphabet with the following content >> >> a >> ab >> abc >> a b c >> abcd >> >> I want to create a filter expression that selects abc and abcd. So the >> result would be: >> >> abc >> abcd >> >> >> I thought I would need to write something along the lines of: >> >> [regexp:text[abc]] >> >> or >> >> [title[alphabet][text[abc]] >> >> >> but at best variations on these types of method only give me the title as >> the result, which is: >> alphabet >> >> So what filter expression would I need to make that shows the text >> content itself of the specific tiddler called alphabet? >> >> Note: I want to do it this way. I do not want to use key-value pairs from >> a data Tiddler. >> > -- 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/97bb477d-fb5c-4752-a32b-d629cd831757%40googlegroups.com.

