An open API service indexing awesome lists of open source software.

https://github.com/pyhedgehog/saltcorn-view-plantuml


https://github.com/pyhedgehog/saltcorn-view-plantuml

Last synced: 3 months ago
JSON representation

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).