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 integrate class diagrams using http:https://www.nomnoml.com? #645

Open
schatekar opened this issue Dec 15, 2014 · 5 comments

Comments

@schatekar
Copy link

Similar to current sequence diagram and flowchart support, nomnoml lets you write class diagram using text and converts it into a nice looking actual class diagram. Would it be possible to add support for the same?

@schatekar schatekar changed the title Is it possible to integrate class diagrams using [nomnoml](http:https://www.nomnoml.com/?) Is it possible to integrate class diagrams using [nomnoml](http:https://www.nomnoml.com/)? Dec 15, 2014
@schatekar schatekar changed the title Is it possible to integrate class diagrams using [nomnoml](http:https://www.nomnoml.com/)? Is it possible to integrate class diagrams using http:https://www.nomnoml.com? Dec 15, 2014
@benweet
Copy link
Owner

benweet commented Dec 15, 2014

In theory yes, but they don't seem to provide a proper API. Maybe @skanaar can help?

@skanaar
Copy link

skanaar commented Dec 15, 2014

nomnoml is purely client side so there is no web API to connect to.
The library components are not documented, but is pretty much "source code in"/"canvas graphics out".

@benweet
Copy link
Owner

benweet commented Dec 15, 2014

Pretty similar to http:https://bramp.github.io/js-sequence-diagrams/.

@skanaar 2 questions for you:

  • any plan for a standalone library?
  • any plan for svg output? (it would work better with HTML/PDF output I guess..)

thx.

@skanaar
Copy link

skanaar commented Dec 15, 2014

There are two forks of nomnoml that has (appears to at least - I haven't tested them) switched from canvas to SVG. Neither is actively maintained but it should be a simple switch. But for nomnoml.com there is little reason for this.

Generally efforts will focus on usability and capabilities of www.nomnoml.com rather than it's usefulness as a library. But not excluding anything

@korroz
Copy link

korroz commented Jun 9, 2015

I've been working on nomnoml to make it into a portable library. This work was recently completed which enables me to integrate it into StackEdit pretty nicely.

Here is a teaser:

nomnoml in stackedit

This is still of interest I hope, at least it is to me since I'm a big fan of both StackEdit and nomnoml.

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

No branches or pull requests

4 participants