oflg / fishing

Integrate Spaced Repetition System into TiddlyWiki
https://tiddlymemo.org/
MIT License
43 stars 7 forks source link

Internal JavaScript Error #17

Closed wahidmounir closed 2 years ago

wahidmounir commented 2 years ago

My tiddlywiki generate errors when tagging tiddlers with ? can I change this tag with another tag so it doesn't generate errors

The 1st Error:

Internal JavaScript Error Well, this is embarrassing. It is recommended that you restart TiddlyWiki by refreshing your browser Uncaught TypeError: Cannot read properties of null (reading 'removeChild')

The 2nd Error

Internal JavaScript Error Well, this is embarrassing. It is recommended that you restart TiddlyWiki by refreshing your browser Uncaught SyntaxError: Invalid regular expression: /?|CodeMirror/: Nothing to repeat

oflg commented 2 years ago

Unfortunately it cannot be changed to other tags.

Based on the description so far, I can only tell that it's a CodeMirror issue.

You can try temporarily disabling CodeMirror and see if the same problem occurs.

You can also describe in detail the context in which the issue occurs and send a screenshot of the console log to see the exact problem.

linonetwo commented 2 years ago

Use developer tool to see acturial error location.