mermaidjs / mermaid-live-editor

Location has moved to https://github.com/mermaid-js/mermaid-live-editor
https://mermaidjs.github.io/mermaid-live-editor/
MIT License
977 stars 181 forks source link

Better Code Editor to Have Ability to Auto-indentation, Tabs, etc #45

Closed awcodify closed 3 years ago

awcodify commented 5 years ago

For usability reason, I think we need to use a better code editor. With the current native text area, it's hard to write codes. For example for indentation, I need to manually fit the space. It happened in my daily use of mermaid.

Can we have this ability? Or mermaid have your own opinion to not to use rich code editor? If we have no other options and you want it, then I'll create a pull request for this.

chenzz commented 5 years ago

Agree!! Please support this~~

hikerpig commented 4 years ago

Maybe CodeMirror would be a good start ?