kb:common:plantuml
This is an old revision of the document!
PlantUML
Synology NAS Docker
-
in docker webinterface register & download plantuml/plantuml-server
-
under image start image
-
configure a local port
-
create firewall rule for that port in synology DS
-
[create port forwarding rule for that port in router]
Notepad++ integration
-
install java
-
move UDL to folder for import
-
%AppData%\Notepad++\userDefineLangs
-
restart notepad++
-
create plantuml.bat
-
menu execute –> run external program insert cmd PathToYour\PlantUML\plantuml.bat “$(FULL_CURRENT_PATH)”
content of plantuml.bat
@echo off java -jar Z:\plantUML\plantuml.jar -charset UTF-8 -o "C:\Users\ae\Pictures" %1
kb/common/plantuml.1647526793.txt.gz · Last modified: 2022/03/17 14:19 by alexander.elbert