I am Developer, and I hate Powerpoint like apps. How to do a slides better !?
1 | @startuml |
One more big benefit that a lot of IDE has good integration with a plant and even could generate plant from your code!
As far as we edit our slide in vs code. plant vscode. Cool news that even gitlab have embedded plantUML support.
GraphViz
One more generic tool for complex graph visualization. Used as a back format for many dependencies visualization tools.
It allows you to build crazy structures.
1 | digraph g1 { |
Visual studio code plugin.
Ditaa
More free art ditaa . Turn ascii to images.
As an opposite bonus asciiflow - allow to draw with ascii and save an image. It works cool together with a ditaa.
Some markdown preprocessors allow you to keep all as a one big text file and replace a diagramming code with an image. In another case, you should find a way to keep versions of diagram text and generate assets that will be a part of the slides.
Solution
So my solution is simple. Git + VScode with (reveal , plantUML, graphviz) = All in a text all under control.
For publishing, you could use Dropbox or GitHub pages.
You could get even more.
With a diagram as a text, you could generate visualization by scripts from data and remember that code is data too. It is a subject for next time.
See you … Love the text and people ))