项目作者: ascii-uml

项目描述 :
ASCII UML
高级语言: HTML
项目地址: git://github.com/ascii-uml/ascii-uml.github.io.git
创建时间: 2018-06-06T06:38:15Z
项目社区:https://github.com/ascii-uml/ascii-uml.github.io

开源协议:

下载


ASCII UML

There has been a trend in software development to present non-code artifact via plain text, often called ASCII.
Because ASCII has been the most used encoding, and it became part of Unicode,
and UTF-8 has the exactly the same codes.

ASCII usage has been extended for general graphics, often called AsciiArt (see http://asciiflow.com, http://www.jave.de)
and UML, e.g.

PlantUML is the most rich. TextUML is for class diagrams only.
For web tool for sequence diagram
see https://github.com/bramp/js-sequence-diagrams
and http://sequencediagram.org (PlantUML syntax) with additional drag-n-drop of image elements on the right side.

Tooling for PlantUML

Prerequisite. For local preview you need to download/install Graphviz.
And possibly GRAPHVIS_DOT environment variable having full path and name to dot executable.

IDEA

IDEA (Ultimate and CE) has Markdown plugin that can have PlantUML support enabled.
In the Settings/Preferences dialog ⌘,,
select Languages & Frameworks | Markdown.
(https://www.jetbrains.com/help/idea/markdown.html#diagrams)
However that will do only sequence diagram, and for all other types of diagram install “PLantUML integration” plugin.

Eclipse

This mini-site provides Eclipse update site under
https://ascii-uml.github.io/eclipse/
and marketplace entry
Drag onto running Eclipse main toolbar. *Requires Eclipse Marketplace Client,
that includes 2 plugins:

VSCode

Several, e.g. https://marketplace.visualstudio.com/items?itemName=jebbs.plantuml ( https://github.com/qjebbs/vscode-plantuml )

Atom & VSCode

Web/Online

Edit this page

This mini-site is created by
Paul Verest.
2018-2021