Ah, nice: that's got it working. Nifty affordance, that! Now as it happens: this reveals to me another curious thing (what you might have covered in the video, Soren; if so i apologise. So much detail in that to master!): following standard wikitext notation, i embedded that link to your video above, i.e.- [[Soren's video at 28'47"|https://youtu.be/GjpjE5pMZMI?t=1727]] -in a topical tiddler flagged with [[TODO]] on that line. The link shows up & works as it should in the source tiddler... But then where it gets transcluded by the TODO tiddler, it shows up like this- *TODO:* See if i can get this working as indicated [[in Soren's video at 28'47"|https://youtu.-with a little padlock icon that i can't reproduce here inserted right after the pipe, just before that truncated URL, which doesn't work when clicked, of course. What's up w/ that, i wonder?
/walt On Sunday, April 18, 2021 at 4:55:35 PM UTC+1 Soren Bjornstad wrote: > Looks like my filter missed the TODO tiddler, which should contain: > > \define todore() \[\[TODO\]\]: > \define splitre() [\.\?!] > > To add a TODO item to this list, simply link to [[TODO]]. > > <dl> > <$list filter="[[TODO]backlinks[]] -[[TODO]]" variable=outer> > <$list > filter="[<outer>get[text]splitregexp<todore>last[]splitregexp<splitre>first[]]" > > variable=inner> > <dt><$link to=<<outer>>/></dt> > <dd>''TODO:'' <<inner>>.</dd> > </$list> > </$list> > </dl> > > ... > -- 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/979322ef-c627-4041-9fe3-1623ee5651e0n%40googlegroups.com.

