marc0l92 / joplin-plugin-plantUML

Render PlantUML diagram inside your Joplin notes.
MIT License
47 stars 8 forks source link

Pluglin broken? #14

Closed laxris closed 1 year ago

laxris commented 1 year ago

It seems the plugin fails during load time:

image

Maybe a wrong path?

Zeg31 commented 1 year ago

Same here. May be the Pull request solves it for Linux.

Unfortunately the project is no longer maintained. (see warning at README.md)

dimib-tech commented 1 year ago

Same here. May be the Pull request solves it for Linux.

Unfortunately the project is no longer maintained. (see warning at README.md)

Doesn't fix it, built the src code, doesn't fix the issue.

arussu commented 1 year ago

Same here, I get:

2023-01-11 12:18:33: joplin.plugins: "Uncaught exception in plugin "com.github.marc0l92.joplin-plugin-plantUML":", "Error: ENOENT: no such file or directory, stat '/var/folders/5m/h3q6_fwj2ngfs0v82l8dt78c0000gn/T/joplin-plantUml2-plugin/'
Error: ENOENT: no such file or directory, stat '/var/folders/5m/h3q6_fwj2ngfs0v82l8dt78c0000gn/T/joplin-plantUml2-plugin/'

Did anyone find a way to fix this ?


UPD 12-Jan-2023 Created the dir by hand and plugin started working.

marc0l92 commented 1 year ago

Thank @samrook for the fix. I published your changes in the version 1.11

Zeg31 commented 1 year ago

Works fine for me.

Thank you very much @samrook and @marc0l92.