I am trying to use pluginBuilder-Plugin (
https://qbroker.github.io/pluginBuilder/index.html) to help me create and edit a plugin. I have installed
pluginBuilder-Plugin.js along with
terser-Plugin.js,
babel-Plugin.js, and
ace-Plugin.js into an empty TWc 2.10.2. However, when I try to use the <pluginbuildermain> macro there is an error: "TypeError: I.data is not a function". Also, if I try to use aceEdit, only the regular editor appears. When trying to use aceEdit on a tiddler named [[temp]], in the console, there is an error "Uncaught Error: ace.edit can't find div #tempaceViewer".
I am using Firefox on Linux. I have also tried using hiveBroker and get the same results.
Can anyone suggest what I should do to get pluginBuilder and the Ace editor working?