Web app feature wishlist
Opened this issue · 1 comments
timdp commented
Just collecting some ideas for the Web-based diagram editor.
- A selection of example diagrams.
- Exporting diagram code.
- Sharable editor URLs.
- More themes beyond light and dark.
- A theme editor (with an explanation of what each setting does).
- Using Google Fonts in a theme.
- Syntax highlighting in the code editor.
- Changing the font for the code editor.
- Dragging and dropping a diagram file onto the editor.
- Improved UX for resizing on touch devices.
- Customizable filename when exporting.
alexswan10k commented
+1 for shareable url's. The way this is usually done is by serializing the code as a base64 encoded string. A good working example of this in action for various configurations is the mermaidjs playground
Another example: the Fable F# repl
Nice tool by the way. This is actually pretty useful for visualizing any kind of arbitrary event stream and aggregation logic, not just Rx stuff.