Skip to content

Commit 143a5e8

Browse files
committed
Add the Obsidian page.
1 parent 9b3fd93 commit 143a5e8

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

content/notes/Obsidian.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
+++
2+
title = "Obsidian"
3+
+++
4+
5+
Obsidian is a personal knowledge base and note taking application.
6+
7+
Links:
8+
9+
- [Website](https://obsidian.md)
10+
- [Documentation](https://help.obsidian.md)
11+
12+
## Tips
13+
14+
### UI
15+
16+
My preferred layout is the main area on the left, local graph view in the top half of the right sidebar, outline of the file in the bottom half of the right sidebar. To open the local graph view, press the three dots on a note > Open Linked view > Open local graph. This will open the graph in a linked tab. Drag and drop this tab to the right sidebar. Then, drag and drop all of the other tabs in the sidebar to the lower half of it, thus creating a vertical split.
17+
18+
### WikiLinks
19+
20+
Obsidian uses WikiLinks (words surrounded with double square braces) for the representation of internal links in the text format. Regular Markdown links can be used instead (singular square brackets that link to a file in the current vault).
21+
22+
To make the switch,
23+
24+
1. Open Settings.
25+
2. Under Files & Links, disable Use Wikilink.
26+
27+
See [Obsidian Help: Internal links](https://help.obsidian.md/links).

0 commit comments

Comments
 (0)