Codimd: Diagramming mode / wide mode?

Created on 10 Aug 2018  路  5Comments  路  Source: hackmdio/codimd

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?

question

Most helpful comment

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

resizing

All 5 comments

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:

  • Resizing the display proportion of editing and preview panes
  • Operate preview pane in slide mode.

Should these eventually move into separate issues before closing here?

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

resizing

Was this page helpful?
0 / 5 - 0 ratings

Related issues

SISheogorath picture SISheogorath  路  4Comments

ccoenen picture ccoenen  路  3Comments

ccoenen picture ccoenen  路  4Comments

farleylai picture farleylai  路  5Comments

yaxu picture yaxu  路  4Comments