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

Been working on a simple method to build diagrams with get parameters. #5

Open
howardroark opened this issue Apr 26, 2014 · 0 comments

Comments

@howardroark
Copy link

https://github.com/freesurface/get-diagrams

The idea is pretty simple... Make a service that uses get params to build diagrams as you write. The goal being to better facilitate a continuous train of thought. The way that markdown deals with new lines ends up making the schema pretty decent to look at. As of right now the service uses phantomjs to parse a document which runs a really cool tool that uses Jison to turn natural language into sequence diagrams.

https://github.com/bramp/js-sequence-diagrams

I have been having a lot of success getting non-tech writers into markdown and github in general. I'd love some thoughts around this. Does it have potential? Seem useful? I am thinking Venn diagrams would be a nice option.

Here is an example of what I have so far (still buggy)...

![sequence](http://get-diagrams.com/sequence?json=[
    "Andrew-->China: Says Hello",
    "Note right of China: China thinks about it",
    "China-->Andrew: How are you?",
    "Andrew-->>China: I am goodie thanks!"
    ])

Results in this...
![sequence](http://get-diagrams.com/sequence?json=[
"Andrew-->China: Says Hello",
"Note right of China: China thinks about it",
"China-->Andrew: How are you?",
"Andrew-->>China: I am goodie thanks!"
])

@howardroark howardroark changed the title Been working on a simple method to build diagrams in get parameters. Been working on a simple method to build diagrams with get parameters. Apr 26, 2014
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

1 participant