Thanks for the quick reply! If I understand you correctly, you are suggesting that I put an easily findable field in with a tiddler that has one of these bad fields. Unfortunately I am not sure which tiddlers have these bad fields in the first place. As of now, there are no tiddlers that are faulty per se. Everything seemed to be working perfectly until I added this extended search functionality. The search functionality still works, but I don't like the aesthetics of the weird syntax showing up. It also makes me worry that these bad fields are going to cause unforeseen problems in the future. I tried opening the html file in a text editor (i am on a mac so i don't have notepad) and it only shows a list of the tiddlers that are contained. How do I open it so it shows me raw text? Thanks for helping! I've done a lot of coding in tiddlywiki so far but i still feel like a total newbie at most of this stuff.
On Thursday, April 9, 2020 at 12:46:11 PM UTC-4, Mat wrote: > > The field names make them such that they may be problematic to locate > programatically but here's a first try: > > <$button> > <$action-deletefield $tiddler=xxx $field="" /> > </$button> > > Now with that failed attempt out of the way, I suggest you: > > add an easily findable field, say "xxxxxx:yyyyy" to the faulty tiddlers > and then open your html file in an editor (e.g Notepad++ ) and search for > that field and, next to it, try to locate the faulty fields and carefully > remove them making sure not to remove anything else. OF COURSE YOU BACK UP > YOUR STUFF BEFORE ANY OF THIS. > > The "" might have been converted into "" in the code, you'll > have to investigate a little. > > <:-) > > -- 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/0f84ab65-8eca-4890-9ab6-603437bbf483%40googlegroups.com.

