On Wednesday, March 11, 2020 at 11:53:45 PM UTC+1, TonyM wrote: ... > > - Install ONLY CodeMirror Mode: Embedded-HTML Highlighting > - Save and Reload > > Internal JavaScript Error > Well, this is embarrassing. It is recommended that you restart TiddlyWiki > by refreshing your browser > Error executing boot module > $:/plugins/tiddlywiki/codemirror/mode/htmlembedded/htmlembedded.js: "Cannot > find module named '../htmlmixed/htmlmixed' required by module > '$:/plugins/tiddlywiki/codemirror/mode/htmlembedded/htmlembedded.js', > resolved to $:/plugins/tiddlywiki/codemirror/mode/htmlmixed/htmlmixed" >
Did you read the error message. It says "Cannot find module htmlmixed" ... So it obviously needs the mixed module ... You need to install it. TW plugin system, *doesn't* contain a dependency resolution system atm htmlmixed also needs xml, javascript and css ... If you install all of them, you are good to go. -mario -- 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/6b0c96d2-f642-46b2-bfb9-65a42f10e682%40googlegroups.com.

