Katherine Eaton's Obsidian Vault

Back

Shortcuts Extender

Shortcuts Extender

Summary

Shortcuts Extender adds additional shortcuts to ObsidianObsidian
Obsidian

Tasks

Pending

table tags
from ""
where project=[[Obsidian]] and status!="done"


Completed

table tags
from ""
where project=[[Obsidian]] and status="done"


Summary

Obsidian is software that performs…

[[HTML]]

For future reference, the following [[HTML]] tags work:

<iframe>
<figure>
<figcaption>
<table>
<div>
<progress>


[[div]]

<div style="page-break-after: always;"></div>


[[iframe]]

<iframe id="igraph" scrolling="no" s...
.

Functions

Changing the Heading Level

To change the heading level of the text, just place the cursor on the line whose heading level we want to change. Use keyboard shortcuts to specify the heading level:

  • <Ctrl + 1> for heading1
  • <Ctrl + 2> for heading2
  • <…>
  • <Ctrl + 6> for heading6

Clearing the markup of the selected text

Use Ctrl + 0 for clearing the markup of the selected text: only the initial characters of lines are cleared, such as markup characters for headings, numbered and unnumbered lists, quotes. You can in this way both clear the markup in the drain, where the pointer is at the current moment, and clear the markup of lines from all the selected text.