Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is it possible to use other types of UML diagram? #8

Open
AbdullahDahmash opened this issue Aug 7, 2017 · 3 comments
Open

Is it possible to use other types of UML diagram? #8

AbdullahDahmash opened this issue Aug 7, 2017 · 3 comments

Comments

@AbdullahDahmash
Copy link

No description provided.

@scrooloose
Copy link
Owner

Last time I checked this, plantuml couldn't not produce other diagrams in ascii output. This could have changed in the intervening year, which would be awesome, but I haven't investigated

@AbdullahDahmash
Copy link
Author

I test it on https://www.planttext.com/ with their sample of the code. For example, class diagram:

@startuml

title Classes - Class Diagram


class Dwelling {
  +Int Windows
  +void Lock()
}

class Apartment
class House
class Commune

@enduml

Then I chose txt

,------------.             
|Dwelling    |  ,---------.
|------------|  |Apartment|
|+Int Windows|  |---------|
|------------|--|---------|
|+void Lock()|  `---------'
`------------'             
       |                   
       |                   
   ,-----.   ,-------.     
   |House|   |Commune|     
   |-----|---|-------|     
   |-----|   |-------|     
   `-----'   `-------'     

But some other diagrams cause problems

@GLaDOS-418
Copy link

is there an alternative vim-plugin for activity diagram?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants