Skip to content

kasperosterbye/PlantUMLBridge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Purpose

I am a class that can convert PlantUML syntax to the url of a diagram which can be loaded from the plantuml site.

I have two kinds of service methods on the class side of me.

  • pngFromSource: and `svgFromSource: which returns a url to a diagram corresponding to the source.
  • imageFromUML: and webbrowseUML: which returns the in-image png or opens the svg in a webbrowser.

I am a rewrite of the plantuml encoding scheme developed as part of: https://github.com/fuhrmanator/PlantUMLPharoGizmo.

Metacello load:

Metacello new
   baseline: 'PlantUMLBridge';
   repository: 'github://kasperosterbye/PlantUMLBridge';
   load.

About

PlantUML syntax to Pharo Form

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published