Cell Operations - HappenApps/Quiver GitHub Wiki
All the cell operations and their corresponding keyboard shortcuts can be found under the "Cell" menu:
Most of these are self-explanatory, but a few deserve more discussions.
Split Cell
Sometimes you might have a note written elsewhere, then copied into Quiver. The original note might have text and code all lumped together, and you would like to split them into separate cells, so you can have edit code more easily.
It's very easy to do that with the "Split Cell" operation. Select the code block, run "Split Cell" (โฅโโ), and the code block will be put into its own cell. Then press (โฅโ/) to bring up the language dropdown, type select to quickly set the code cell language. Do the same for all the other code blocks in the note.
New Cell At Cursor
Sometimes you just want to insert a new cell at the current cursor position. That's exactly what this cell operation (โงโI) does.
Cell Conversion
When converting a text cell to a Markdown cell, the content of the text cell is converted to Markdown via a Markdown converter. Note that HTML can be messy, so some styles might not have Markdown equivalent, thus will be lost during the conversion.
When converting a Markdown cell to a text cell, Markdown is rendered into HTML.
When converting a text cell to a code/LaTeX/diagram cell, only the text content is kept. All the text styles are lost.