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

[feature request] Plantuml request #771

Closed
PrimaMateria opened this issue Aug 7, 2017 · 7 comments
Closed

[feature request] Plantuml request #771

PrimaMateria opened this issue Aug 7, 2017 · 7 comments

Comments

@PrimaMateria
Copy link
Contributor

PrimaMateria commented Aug 7, 2017

I think Plantuml would fit to the context of the Boostnote.
Once mastered we could write nice UML diagrams without leaving markdown editor.

http://plantuml.com/

@asmsuechan
Copy link
Contributor

Hi, @PrimaMateria. Thank you for a great suggestion. I consider to implement it.

@asmsuechan
Copy link
Contributor

asmsuechan commented Aug 10, 2017

FYI, you can put a UML via https://g.gravizo.com. I know it's not what you meant.
http://www.gravizo.com/

# UML
<img src='https://g.gravizo.com/svg?@startuml;actor User; participant "First Class" as A; participant "Second Class" as B; participant "Last Class" as C;  User -> A: DoWork; activate A;  A -> B: Create Request; activate B;  B -> C: DoWork; activate C;  C --> B: WorkDone; destroy C;  B --> A: Request Created; deactivate B;  A --> User: Done; deactivate A;  @enduml '>

image

@asmsuechan
Copy link
Contributor

asmsuechan commented Aug 13, 2017

And you can use flowchart as well (actually I even forgot it).

image

Please remove back slashes \ before `

\`\`\`flowchart
st=>start: Start:>http://www.google.com[blank]
e=>end:>http://www.google.com
op1=>operation: My Operation
sub1=>subroutine: My Subroutine
cond=>condition: Yes
or No?:>http://www.google.com
io=>inputoutput: catch something...

st->op1->cond
cond(yes)->io->e
cond(no)->sub1(right)->op1
\`\`\`

Sequence as well.

image

\`\`\`sequence
Title: Here is a title
A->B: Normal line
B-->C: Dashed line
C->>D: Open arrow
D-->>A: Dashed open arrow
\`\`\`

@yosmoc
Copy link
Member

yosmoc commented May 14, 2018

@Rokt33r Is this issue still opened?

@eleijonmarck
Copy link

Not working in latest boostnote 0.1.4

@Rokt33r
Copy link
Member

Rokt33r commented Mar 3, 2020

@eleijonmarck I don't see any problems in the latest version(v0.15.1). Could you try again with it? If you still have the same problem, please create a new issue.
https://github.com/BoostIO/boost-releases/releases/tag/v0.15.1

@Flexo013
Copy link
Contributor

Flexo013 commented Mar 3, 2020

@eleijonmarck That is an issue for another repo. (This repo is for Boostnote.) The repo you need is for Boost Note.next - the beta app.

https://github.com/BoostIO/BoostNote.next/issues

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

7 participants