I like to co-edit graphviz and plantuml diagrams regularly but the hackmd page width is too narrow to really make this comfortable.
Would be so awesome to have a diagram display mode similar to slide mode but retaining the editor.
Is this already a thing?
I have a workaround in the meantime: If I need an exceptionally wide document (happens to me for some tables and diagrams) I put a <style>-tag into the document. This may break at some future point (i.e. this is not officially supported) but it works for now:
<style>.markdown-body { max-width: 1500px; }</style>
Of course, the 1500px could be any value you need. This can be anywhere in your markdown document!
Awesome tip. Thanks @ccoenen !
So is this workaround fine or should we make this a feature request? Otherwise I would like to close this :)
I feel two needs remain open:
Should these eventually move into separate issues before closing here?
regarding the first one: you can drag the middle bar between edit and view.

Most helpful comment
regarding the first one: you can drag the middle bar between edit and view.