Skip to content

Gitbook PlantUml plugin is used to select from markdown uml and converting it into a picture format svg.

License

Notifications You must be signed in to change notification settings

romanlytkin/gitbook-plantuml

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GitBook PlantUml Plugin

This is a sample plugin for GitBook and is specially adapted for GitBook from PlantUML. Gitbook PlantUml plugin is used to select from markdown uml and converting it into a picture format svg.

Example:

Text format uml:

@startuml

Class Stage
Class Timeout {
	+constructor:function(cfg)
	+timeout:function(ctx)
	+overdue:function(ctx)
	+stage: Stage
}
Stage <|-- Timeout

@enduml

Image uml.

How to use it:

Gitbook PlantUml plugin can be installed from NPM using:

$ npm install gitbook-plantuml

Additional requirements:

  • Create a directory /assets/images/uml in the root of your project.
  • Install PlantUML.

About

Gitbook PlantUml plugin is used to select from markdown uml and converting it into a picture format svg.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published