On Tuesday, January 30, 2018 at 8:16:56 PM UTC+1, Diego Mesa wrote: > > The only thing for me now is the ? tiddler and how to handle backlinks for > that tiddler. (as we discussed previously - Im aware this isnt easy!) >
*BACKUP FIRST!* The regexp search has the potential to block the browser tab. So use with care! The following code creates a list of all tiddlers, that contain the text fragment sometext|? <<list-links "[!is[system]regexp:text[.+\|\?]]">> The disadvantage is, that it can take a long time, if you have many tiddlers, with much text, or at least much text. -m -- 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/770df037-8bcc-40d7-ac6f-8746db59f7dd%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

