asciidoctor / asciidoctor-diagram

:left_right_arrow: Asciidoctor diagram extension, with support for AsciiToSVG, BlockDiag (BlockDiag, SeqDiag, ActDiag, NwDiag), Ditaa, Erd, GraphViz, Mermaid, Msc, PlantUML, Shaape, SvgBob, Syntrax, UMLet, Vega, Vega-Lite and WaveDrom.
http://asciidoctor.org
MIT License
432 stars 106 forks source link

Support for omni graffle #414

Open cforce opened 1 year ago

cforce commented 1 year ago

Please add support for graffle diagrams

image::../graphics-originals/diagram1.graffle["Hierarchy of building blocks"] asciidoctor: WARNING: could not embed image: diagram1.graffle; image file is an unrecognized format

image::../graphics-originals/diagram1.graffle.png["Hierarchy of building blocks"] asciidoctor: WARNING: image to embed not found or not readable: :../graphics-originals/diagram1.graffle.png

pepijnve commented 1 year ago

Interesting idea, but not trivial to do. We would have to automate omnigraffle's export functionality using AppleScript or something like that.