Tag-tree-picker-macro fails

I was wrong about this, seems latest version of tiddlywiki-plugin-dev build will only produce json file

But you can try manually use tsc to compile src/tag-tree-picker-macro/tagTreeMacro.ts to .js file. And rename src/tag-tree-picker-macro/tagTreeMacro.ts.meta to .js.meta, then it is fine.

I’m not familiar with using tsc manually without framework, but GPT will help you with this.

Thank you. I will try that.