https://github.com/pyhedgehog/saltcorn-view-plantuml
https://github.com/pyhedgehog/saltcorn-view-plantuml
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/pyhedgehog/saltcorn-view-plantuml
- Owner: pyhedgehog
- License: mit
- Created: 2023-10-26T21:20:05.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-10-27T07:44:15.000Z (over 1 year ago)
- Last Synced: 2025-01-14T08:38:26.048Z (5 months ago)
- Language: JavaScript
- Size: 112 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# saltcorn-view-plantuml
This is Saltcorn plugin, to use it you need install it into your saltcorn instance/tenant.
This is fieldview for String type fields that shows them as SVG from PlantUML server.
## Features
* PlantUML field view for String type (content must be valid plantuml document).
* PlantUML field view for JSON type (if JSON plugin installed).
* Global plugin configuration for selecting PlantUML Server (defaults to `https://www.plantuml.com/plantuml/`).## TODO
* Support Markdown integration.
* Support proxying requests to server-only available PlantUML Server.
* Support editing (either using split like on upstream server or think of WYSIWYG like blocks).