|
|
|
|
|
by beaconstudios
1934 days ago
|
|
I don't know, I don't tend to use graphs for documentation or communication. I just wanted to highlight the tool that is probably your main competitor given the parent was talking about open source comparisons. Presumably you have a pitch for why gleek is superior to graphviz or other alternatives to justify the pricing? FWIW I do like the real time preview; manipulating symbols in the dark is the worst thing about textual languages. |
|
There's even a bit more you can do, with flymake-mode. With flymake-mode, the buffer you're working on gets saved to a separate filename every time you stop editing it for a few ms. If your makefile is set up right, it will build an output file from the temporary flymake file, so you can have that resulting "temporary" artifact open as the other emacs buffer and get automatic refreshing every time you stop typing.
This workflow works for nearly anything you can edit in emacs, as long as you can write a makefile. I wrote everything in grad school this way.
I think VS Code has something even nicer preview (no manual setup or dinking around in a shell) for some plugins, but I don't know if it's general like this setup is.
Edit: Though, this setup has the perennial problem of anything involving emacs: it's completely single-player. I can't easily collaborate with anybody while using this workflow. I also can't really touch any part of it while I'm on my phone. SaaS web/mobile apps can do those things, so they might be more applicable depending on the situation.