github obgnail/typora_plugin 1.15.20

one day ago
  1. feat(plantUML): add plugin PlantUML (#977)
  2. feat(drawIO): add plugin options SERVER_TIMEOUT and MEMORIZED_URL_COUNT
  3. improve(article_uploader): lazy load selenium if needs
  4. fix(core/diagramParser): When rendering diagram fails, error messages may repeatedly appear
image

Due to the B/S architecture of PlantUML, users are required to provide a rendering server. Suggest using Docker to install rendering server:

docker pull plantuml/plantuml-server:jetty
docker run -d --name plantuml-server -p 8080:8080 plantuml/plantuml-server:jetty

Don't miss a new typora_plugin release

NewReleases is sending notifications on new releases.