marc0l92 / joplin-plugin-plantUML

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

Fix for plugin failing to start when the cache directory doesn't already exist. #15

Closed samrook closed 1 year ago

samrook commented 1 year ago

This PR fixes the issue where the plugin fails to start if the cache folder doesn't already exist. See #14

It also fixes an issue I ran into when trying to build the plugin, by setting the NODE_OPTIONS var via cross-env package instead of using set, which doesn't seem to be supported in Linux.