Obsidian - Editor and Formatting Quick List
This is a quick list for use with the editor of Obsidian. For more formatting with examples please see this link.
Quick List
Formatting Overview
Link: [[ name ]]
Embed: ! [[ name ]]
Tag: #tag
Italic: *italic*
Bold: **bold**
Header: # with a space
or ## with a space
etc
Checkbox: - [ ]
Underline: <u>underline</u>
Strikethrough: ~~strikethrough~~
Highlight: Text between ==
Blockquote: > Blockquote
Raw text: raw and endraw between {% %}
Tip: Ctrl-click a tag to search and show a list with notes!
Code Blocks
```js
function fancyAlert(arg) {
if(arg) {
$.facebox({div:'#foo'})
}
}
```
Check here the supported languages.
Diagrams
Just a nice example:
```mermaid
graph TD;
A-->B;
A-->C;
B-->D;
C-->D;
```
Mermaid lets you create diagrams and visualizations using text and code.
Aliases
Refer to the same file with alternative names, for example Obsidian
:
---
aliases: [Obsidian.md, Obsidian md]
---
Please note that this section must be placed at the very top of a note to take effect.
Read other notes
Tags
Notes mentioning this note
- Digital Garden - What is it and the use of Obsidian
For a while I jotted down my thoughts in Google Keep and documented my home IT projects in Google Docs....
- Obisidian - Alternatives for Obsidian Publish
Because of the high price (my personal opinion of course) of Obsidian Publish I knew I had to look for...
- Obsidian - Setup a Digital Garden with GitHub and Cloudflare Pages
Here I describe my search for a static website generator.
- Jekyll - Setup Markdown Note Tags
I use Obsidian to make markdown notes. I put the tags in the front matter. On this Jekyll website (my...
Comments
No comments found for this note.
Join the discussion for this note on this ticket. Comments appear on this page instantly.