Rowan Cockett
Rowan Cockett
- [ ] No way to put the cursor in front of a footnote that is on itβs own line (dragging it to the end is nice tho) - [...
Allow you to type: ```` ```js ```` And then get your code block, rather than having to manually pick `js` from a drop down with your mouse. This I think...
With the new code blocks - to exit you it escape. With other features like a callout panel you hit escape to select the feature. Enter twice at the end...
Double-clicking within a code block does not trigger a locked block to open into draft mode. This should trigger the same function as in the dbl click in prosemirror.
Would be nice to have simple highlight/color for headings! π
https://twitter.com/choldgraf/status/1442588632284422157?s=20
For latex, it would be awesome if we could support multi-row spans.  Some possible follow up here: https://tex.stackexchange.com/questions/78169/table-rowspan-and-colspan It does look like there is the `multirow` package, I am...
We should escape the `|` in text, including in code. Might look to latex export on how to do this?