atom-diagrams
atom-diagrams copied to clipboard
Create Dot and Network Sequence diagrams in the Atom IDE.
Currently, the preview for diagrams is in the same pane/tab as the document. To allow for more user friendly pane-management, would love to see the diagram preview in a new...
It would be great to support .flowchart files in atom-diagrams plugin.
**Atom**: 1.37.0 x64 **Electron**: 2.0.18 **OS**: Mac OS X 10.14.5 **Thrown From**: [diagrams](https://github.com/francoislaberge/atom-diagrams) package 0.30.0 ### Stack Trace Failed to load the diagrams package ``` At Cannot find module 'space-pen'...
Hi Francois, I found an odd behaviour of Atom, that whenever I click on an .svg file in tree view, the Pending Pane shows the rendered diagram (instead of the...
Hi! Thanks for maintaining the diagrams package! In Atom v1.23, we will [some](https://github.com/atom/text-buffer/pull/273) [changes](https://github.com/atom/text-buffer/pull/274) that may affect your package. The methods `TextEditor.onDidChange` and `TextBuffer.onDidChange` will now call their callbacks *less...
[Enter steps to reproduce:] 1. ... 2. ... **Atom**: 1.16.0 x64 **Electron**: 1.3.13 **OS**: Microsoft Windows 10 Enterprise **Thrown From**: [diagrams](https://github.com/francoislaberge/atom-diagrams) package 0.26.4 ### Stack Trace Uncaught TypeError: Cannot read...
The contents of `atom-text-editor` elements are no longer encapsulated within a shadow DOM boundary. Please, stop using `shadowRoot` and access the editor contents directly instead. ``` atom-text-editor.Object.defineProperty.get (/Applications/Atom.app/Contents/Resources/app.asar/src/text-editor-element.js:68:18) setupPreviewer (/Users/moboyle/.atom/packages/diagrams/lib/diagrams.js:74:23)...