qownnotes / scripts

QOwnNotes script repository
http://www.qownnotes.org
GNU General Public License v3.0
102 stars 78 forks source link

Fix render-plantuml settings variable usage #199

Closed cristianofromagio closed 1 year ago

cristianofromagio commented 1 year ago

The script was initially using a boolean setting type to select the file format output. The problem is the boolean value was later converted into a string (svg|png) to be used throught the script run. This caused the config to be difficult to toggle between states.

This PR also fix the workDir setting type to the expected directory type.

pbek commented 1 year ago

Looking good! Thank you very much!