[tw5] Re: Help deleting a problematic user field

2020-04-13 Thread Jalen MichalsLevy
Wow that is so awesome. Thanks again for the help and reaching out to the author! Glad that this problem could be solved on a larger scale. On Monday, April 13, 2020 at 10:55:32 AM UTC-4, Mark S. wrote: > > > Just got a notice that the problem has been fixed. > > On Friday, April 10, 2020 at

[tw5] Re: Help deleting a problematic user field

2020-04-13 Thread 'Mark S.' via TiddlyWiki
Just got a notice that the problem has been fixed. On Friday, April 10, 2020 at 10:16:54 AM UTC-7, Mark S. wrote: > > > > Looks like maybe all the tiddlers have the field error. > > For what it's worth, I submitted an issue report at > > https://github.com/mklauber/tw-5eSRD-Monsters/issues/1 >

[tw5] Re: Help deleting a problematic user field

2020-04-10 Thread 'Mark S.' via TiddlyWiki
Looks like maybe all the tiddlers have the field error. For what it's worth, I submitted an issue report at https://github.com/mklauber/tw-5eSRD-Monsters/issues/1 On Friday, April 10, 2020 at 9:19:42 AM UTC-7, Jalen MichalsLevy wrote: > > Thank you everyone here for your help! Since I

[tw5] Re: Help deleting a problematic user field

2020-04-10 Thread Jalen MichalsLevy
Thank you everyone here for your help! Since I couldn't think of any reason these fields would have shown up from something I had done, I decided to make a new file and systematically add plugins until the bad field showed up. I was able to see all of the fields by using a tiddler with what Mat

[tw5] Re: Help deleting a problematic user field

2020-04-10 Thread Mohammad
While other people here have given good solution, but one simple is Tiddler Commander! If you have it installed you can simply delete those bad field name with few clicks! Find it here: https://kookma.github.io/TW-Commander/ Example : list all tiddlers using [all[tiddlers]], then from Field

[tw5] Re: Help deleting a problematic user field

2020-04-09 Thread 'Mark S.' via TiddlyWiki
We're at a bit of a disadvantage in this case, not being able to see your data. In order to reconstruct your situation, I had to use a text editor and create a bad field. I was then able to find it using this code: <$vars quote='"'> <$list filter="[all[tiddlers]]" variable="title"> <$list

[tw5] Re: Help deleting a problematic user field

2020-04-09 Thread TonyM
Jalen, Keep in mind if you can't fix this internally within tiddlywiki, take a copy of the html file and use a good editor like notepad++ and search and replace such bad fieldnames in there. Always do find then replace and make sure the partern is found in the correct place so you don't hit

[tw5] Re: Help deleting a problematic user field

2020-04-09 Thread Mat
You're right in that such faulty field names - if indeed there are any - can cause unforeseen problems. Just maybe(!) doing this will at last give some clue: <$list filter="[all[tiddlers]fields[]]"> Notepad++ is a text editor, not a word processor, so you'd need a text editor. Google search

[tw5] Re: Help deleting a problematic user field

2020-04-09 Thread Jalen MichalsLevy
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

[tw5] Re: Help deleting a problematic user field

2020-04-09 Thread Mat
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="" /> Now with that failed attempt out of the way, I suggest you: add an easily findable field, say "xx:y" to the faulty