Hello all - hoping someone has an idea of how to go about this. What I'm essentially trying to do is return the *line* of text from a tiddler based on it matching a filter. I often take notes rapidly and mark some of the lines as todo. I'm currently doing this with surrounding a word in double-equal signs like ==word==. I can then easily show on my 'home' tiddler the names of the tiddlers that contain that string, but I can't see the actual todo.
I started thinking that if there was an actual splitby[] type operator that took an input and split it into a list, then I could iterate through it. Splitbefore and split after exist, but they don't do what I'm looking for. If we had a split, I could: - Take the whole text of a tiddler I know contains the string - Split the text into lines (line breaks or *s for bullet points) - Return the line that contains the text. Anyone have a creative solution or plugin like this? -- 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 post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/tiddlywiki. To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/d420b912-d121-4bb8-baf8-758ff4bbd051%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

