Rowan Cockett

Results 174 issues of Rowan Cockett
trafficstars

- [ ] 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...

code <node>

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...

code <node>

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.

code <node>

Would be nice to have simple highlight/color for headings! πŸš€

https://twitter.com/choldgraf/status/1442588632284422157?s=20

enhancement

For latex, it would be awesome if we could support multi-row spans. ![image](https://user-images.githubusercontent.com/913249/134373893-800d48bf-8995-4a39-8e28-d45d050fc23d.png) 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?