Usage
Simple snippets work as tab-triggered shortcuts: type the shortcut and press <TAB> to replace it with the snippet. If the snippet has placeholders, you can jump between them using tab.
| shortcut | result | key binding |
|---|---|---|
| h1 | Header level 1 | see Header completion |
| h2 | Header level 2 | |
| h3 | Header level 3 | |
| e | emphasis | ctrl+alt+i (super+shift+i on Mac) |
| se | strong emphasis (bold) | ctrl+alt+b (super+shift+b on Mac) |
| lit or literal | literal text (inline code) | ctrl+alt+k (super+shift+k on Mac) |
| list | unordered list | see Smart Lists |
| listn | ordered list | |
| listan | auto ordered list | |
| def | term definition | |
| code | code-block directive (sphinx) | |
| source | preformatted (:: block) | |
| img | image | |
| fig | figure | |
| table | simple table | ctrl+t see Magic Tables |
| link | refered hyperlink | |
| linki | embeded hyperlink | |
| fn or cite | autonumbered footnote or cite | alt+shift+f see Magic Footnotes |
| quote | Quotation (epigraph directive) |
Also standard admonitions are expanded:
| shortcut |
|---|
| attention |
| caution |
| danger |
| error |
| hint |
| important |
| note |
| tip |
| warning |
Comments !