You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi I just faced this issue and I think I figured out where the problem is.
EDITOR_MAPPING_PREFIX is used in the file widgets/streams-edit.js but it's not initially defined. The code that uses the variable is only run when the tiddler type isn't vnd.tiddlywiki, so usually, there aren't any errors. The not defined error only kicks in when the tiddler type is changed, like to markdown.
My solution (I'm using Tiddlywiki on node, so I'm using plugin folders and I can edit the plugin code easily) was to intialize the EDITOR_MAPPING_PREFIX variable with "$:/config/EditorTypeMappings/".
I noticed an error when changing a node to the Markdown tiddler format and then double-clicking to edit it from the parent node's tiddler.
Error is:
Uncaught Reference error: EDITOR_MAPPING_PREFIX is not defined
I am using the latest version of Chrome on Windows 10 and Android 12.
Steps to reproduce:
Let me know if you have any questions or if this belongs in the main TW GitHub issues instead.
Thanks!
The text was updated successfully, but these errors were encountered: