Hacker News new | ask | show | jobs
by tobinharris 4102 days ago
Got it working with on-the-fly yUML diagrams.

Example:

http://fiddle.md/c74bgs3vthgqm8mtt9kx3z

Not perfect, but wouldn't take much to make it play nicely?

1 comments

Hey, I'm one of the people behind Fiddle.md. I think your example works very well, what do you feel is missing?
Hello there!

I'm using it today for a sales document, it's sweet.

Well, there are some more complex yUML diagrams on the yUML samples page that don't work. It's probably yUML's fault because the syntax isn't quite "proper". But it would be nice if fiddle.md had a way of embedding yUML DSL. E.g.

==== yUML Class Diagram ==== [Company]<>->[User] [Company]<>->[Record] [User]-.-[note: A regular user] ==== end ====