Compare Chrome extensions: Yaml Text Verification tool vs PlantUML Viewer

Stats Yaml Text Verification tool Yaml Text Verification tool PlantUML Viewer PlantUML Viewer
User count 497 30,000+
Average rating 2.40 3.85
Rating count 5 103
Last updated 2014-11-24 2021-04-09
Size 20.48K 37.81K
Version 1.0 1.2
Short description
Yaml Text Verification tool Shows graphs and diagrams rendered by PlantUML (UML, Ditaa and Dot).
Full summary

Check if the contents of an input field are valid YAML data. This could save some time and frustration since simple people like us sometimes tend to miss some formatting mistakes that only machines can detect - and this could happen too late ...

PlantUML

Renders UML diagram as defined in a text file. For full syntax of the text file, see: http://plantuml.sourceforge.net/index.html

  1. Install the extension from Chrome Web Store.
  2. Open text file from web server with UML diagram definition in browser (the text starts with @startuml).
  3. See the rendered UML diagram!

Chrome does not allow fetching content from local files anymore, so you have to start a local web server that will serve the local text file. One simple way if you have Python 3 is to run python -m http.server command in the directory with your PlantUML files.

Features

  • Automatically updates the diagram when the file at given URL is changed.
  • You can use your own server by changing the server URL in the popup of the action button (action button is displayed while viewing PlantUML files).
See more