I hope to improve HackSearch <https://hacksearch.tiddlyhost.com/> with a *search* field so that users can add custom "search terms" in a dictionary to find tiddler titles that are used as dictionary indexes e.g like so:
$:/core/UI/ViewTemplate/body : body text [[main field]] I.e searching for, say, "text" returns that system title. I have it working for non-system titles but one of the filter ops used is splitbefore[:] to split out the dictionary index in the entry row, but this doesn't work when the index is a system title because of the colon in $*:* /... So I need *a splitregexp that only accepts : but not $:* Any help is welcome. Thank you. <:-) -- 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/d141fbfa-6ada-4373-8eeb-2db7117b1202n%40googlegroups.com.

