Skip to content

Inline previews for Plantuml sequence diagrams. OMG!

License

Notifications You must be signed in to change notification settings

rsinghgit/vim-plantumlit

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

74 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

*PlantUMLIt

Introduction

plantumlit (PlantUML Inline Text) is built atop the wang-hardeningly awesome plantuml. It gives you a "live preview" of your UML diagrams when you save.

Demo

Installation

First you need Java installed.

Then, install this plugin with your favourite vim plugin manager.

For Vim Plug, just stick this in your vimrc and smoke it:

Plug 'rsinghgit/vim-plantumlit'

Then run :PlugInstall

I also recommend installing the plantuml-syntax plugin as plantumlit uses this for its syntax file.

Plugin 'aklt/plantuml-syntax'

Usage

Edit a .uml file and enter some plantuml code. When you save it, a preview will be forcefully inserted/updated at the top of your file!

Note: I have only used this for sequence diagrams - the ASCII output of plantuml seems to be less than stellar for other diagram types.

About

Inline previews for Plantuml sequence diagrams. OMG!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vim Script 100.0%