Skip to content

Commit b10f401

Browse files
committed
Rename Series -> Actually Useful Obsidian
1 parent 307548d commit b10f401

File tree

2 files changed

+109
-10
lines changed

2 files changed

+109
-10
lines changed

content/en/posts/post-30/index.md

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,29 @@
11
---
2-
title: Essential Obsidian - Formatting
3-
description: Learn how to format your notes in Obsidian with Markdown.
2+
title: "Actually Useful Obsidian: Formatting"
3+
description: Learn how to style and format your notes in Obsidian with Markdown.
44
date: 2025-02-18
55
tags: ["Obsidian", "Markdown", "WYSIWYG"]
6-
slug: essential-obsidian-formatting
7-
series: ["Essential Obsidian"]
6+
slug: actually-useful-obsidian-formatting
7+
series: ["Actually Useful Obsidian"]
8+
postNumber: 30
89
---
910

10-
# Essential Obsidian: Formatting
11+
# Actually Useful Obsidian: Formatting
1112

1213
Today we start a new series on one of my favorite note-taking apps, [Obsidian](https://obsidian.md/). In this series, we'll cover the basics of Obsidian. Here we will intentionally NOT be doing anything particularly fancy. We won't be using strange plugins or custom CSS. Instead we'll be focusing on the most helpul, core features that I use every day. Beginners will be able to finally overcome the initial learning curve and start using Obsidian effectively. And experienced users will find helpful tools to simplify their setup!
1314

1415
## What is Obsidian?
1516
Obsidian is a note-taking app with three key superpowers that I want to highlight:
16-
1. Local-first and offline: These are your notes, stored on your computer, and controlled by no one else.
17-
2. Extremely customizable: Practically anything that you can think of doing with your notes, you can do in Obsidian.
18-
3. Markdown-based: Obsidian uses Markdown for all of its notes. This means that you can write your notes in plain text, and they will be rendered beautifully in Obsidian.
17+
1. **Local-first and offline**: These are your notes, stored on your computer, and controlled by no one else.
18+
2. **Extremely customizable**: Practically anything that you can think of doing with your notes, you can do in Obsidian.
19+
- Seriously. You can make AirTable-like databases, Notion-like dashboards, Kanban boards, Todo lists, mind maps, and anything else that you can think of.
20+
3. **Markdown-based**: Obsidian uses Markdown for all of its notes. This means that you can write your notes in plain text, and they will be rendered beautifully in Obsidian.
1921

2022
## How the heck do I make my text bold?
2123
Usually when I tell people about Markdown they seem like their on the same page, until they see Markdown. It seems like a strange programming language and let's face it, many of us don't want to learn something that looks confusing and intimidating. We just want to take notes and do simple things like make our text bold. I hear you. Let's make this simple.
2224

2325
## The Formatting Menu in Obsidian
24-
Most of us are familiar with traditional word processors like Microsoft Word or Google Docs. These tools are what is known as a **WYSIWYG** editor. WYSIWYG stands for "**What You See Is What You Get**." They're called that because you can simply highlight your text and click a button to change the way that it looks. For example, to make your text bold, just highlight it and click the bold button.
26+
Most of us are familiar with traditional word processors like Microsoft Word or Google Docs. These tools are what is known as a [WYSIWYG editor](https://en.wikipedia.org/wiki/WYSIWYG). WYSIWYG stands for "**What You See Is What You Get**." They're called that because you can simply highlight your text and click a button to change the way that it looks. For example, to make your text bold, just highlight it and click the bold button.
2527

2628
WYSIWYG editors are great because they're simple and easy to use, at least at first. But they have some downsides, which we'll talk about in a bit. For now, let's focus on how to make Obsidian as easy to work with as a WYSIWYG editor.
2729

@@ -83,7 +85,7 @@ You can switch between these three views, but the truth is, **I spend almost all
8385

8486
Live Preview is so simple to use that it almost feels like a WYSIWYG editor, but there is one thing that you need to be aware of. Even though it looks like a WYSIWYG editor, you are still editing a plain text file, with Markdown syntax in it. Live Preview does a fantastic job of hiding the Markdown syntax, so that we can focus on our writing, but it is still there. For example look at this:
8587

86-
![](ObsidianLivePreviewMode.gif)
88+
![An example of the UI formatting menu from the Obsdian Format Menu plugin.](ObsidianLivePreviewMode.gif)
8789

8890
As you can see, the text appears to change, depending on where the cursor is. This is because the Markdown syntax is being hidden. But when the cursor moves into a section of text that has Markdown syntax, the syntax is revealed. So when the cursor moves into the word "bold", then the `**` characters are revealed before and after the word. The truth is, those `**` characters are always there, but Live Preview is only showing them when you need to see them.
8991

Lines changed: 97 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,97 @@
1+
---
2+
title: "Actually Useful Obsidian - Links"
3+
date: 2025-02-25
4+
tags: ["Obsidian"]
5+
series: ["Actually Useful Obsidian"]
6+
image:
7+
description:
8+
slug: actually-useful-obsidian-links
9+
---
10+
The following is my very rough draft outline of the blog that I am writing below.
11+
### The Power of Links
12+
13+
#### Graph View
14+
15+
#### Forward Links
16+
17+
#### Backlinks
18+
19+
### External Links
20+
- External link: `[Google](https://www.google.com)`
21+
- precede any link with `!`
22+
- Link shortcut:
23+
- 1. Highlight text
24+
- 2. Use Obsidian Command: *Insert Markdown link*
25+
### Internal Links
26+
Obsidian supports the following link formats:
27+
28+
- Markdown: `[Three laws of motion](Three%20laws%20of%20motion.md)`
29+
- Markdown (simpler formatting): `[Three laws of motion](<Three laws of motion.md>)`
30+
- Wikilink: `[[Three laws of motion]]`
31+
- Wikilink with alias: `[[Three laws of motion|3 laws of motion]]`
32+
- Heading Wikilink:
33+
- **heading in another note**: `[[Three laws of motion#first law]]`
34+
- **heading in the same note**: `[[#first law]]`
35+
- Link to a block:
36+
- `[[Three laws of motion#^37066d]]`
37+
### Non-Graph Links: External Links to Internal Files
38+
- External link to internal file:
39+
- **Copy Obsidian URL**: `[Three laws of motion](obsidian://open?vault=content&file=Three%20laws%20of%20motion)`
40+
- **Advanced URI: Copy URI for Current File**:
41+
- **With UUID**: `[Three laws of motion](obsidian://adv-uri?vault=content&uid=6e80cd59-8be7-4bce-a8ab-b1752d7a9ff1)`
42+
- **With Human Readable ID**: `[Three laws of motion](obsidian://adv-uri?vault=content&uid=beaver)`
43+
44+
### Aliases
45+
- Wikilink with alias: `[[Three laws of motion|3 laws of motion]]`
46+
- Markdown with alias:
47+
- `[3 laws of motion](Three%20laws%20of%20motion.md)`
48+
### Embed Files
49+
- precede any link with `!`
50+
- Another internal file
51+
- A Section of another file (picked by heading)
52+
- A "Block" of another file
53+
- Fantastic for embedding:
54+
- YouTube videos
55+
- Images
56+
- PDF Files
57+
- Webpages:
58+
- [[Auto Link Title]]
59+
- [[Link Embed]] plugin
60+
- [[Auto Embed]] plugin: Adds support for embeds of Notion, Reddit, Mastodon and other sites.
61+
62+
---
63+
# Actually Useful Obsidian: Links
64+
Last week we started a new series entitled _Actually Useful Obsidian: Links_. In this series, we explore the most helpful and important features of Obsidian. But don't be fooled. **This series is not just for beginners.** Even if you have been using Obsidian for a while, you will most likely find some new tips and tricks that you didn't know about. Let's focus on one of Obsidian's most powerful features: Links.
65+
66+
Note: You can follow along in this guide, but you will get much more out of it if you have many notes in your vault already. If you only have a few notes in your vault, then I recommend opening the Sandbox vault that comes with Obsidian. To open it, click the ? icon in the lower left corner of the Obsidian window and select "Open Sandbox Vaul".
67+
68+
## The Power of Links
69+
Links are one of the most powerful features of Obsidian but it may not be immediately obvious why. What is the big deal? Unfortunately, plain old links can be a bit underappreciated.
70+
71+
To demonstrate the power of links we'll need to look at another feature of Obsidian: the Graph View.
72+
73+
### Graph View
74+
Unlike plain old links, the Graph View is perhaps a bit _overappreciated_. It is a visual representation of all the notes in your vault and how they are connected. It is a powerful tool for seeing the connections between your notes and for discovering new connections that you didn't know existed. At least, that is the theory. In practice, the Graph View can be a bit overwhelming. It can be hard to see the forest for the trees. There are many ways to open the Graph View. You could click on the Graph View icon in the left sidebar. Or you could use the keyboard shortcut[^1]. But I strongly recommend using the Obsidian Command Palette[^2]. Just press `⌘ P` and type "Graph View".
75+
76+
[^1]: The default keyboard shortcut on macOS is `⌘ ⇧ G`.
77+
[^2]: Turn on the Core Plugin "Command Palette" to enable this feature if you haven't already.
78+
79+
As you can see, the Graph View is very pretty, and perhaps it makes for a very interesting post on social media, but it's not exactly the most helpful view. Many of the nodes are too small to read and the connections are too numerous to make sense of. But there is another view that tends to be more helpful: the Local Graph View.
80+
81+
### Local Graph View
82+
Use the Command _Graph view: Open local graph_. Now we see a graph of only the notes that are linked to the current note. This is much more manageable. We can see our current note in the middle and all the notes that are linked to it. You can also click on any of the linked notes to jump to that note and see their connections. This is a very powerful tool for seeing the connections between your notes. But how do we create these connections?
83+
84+
### Forward Links
85+
86+
87+
### Backlinks
88+
89+
## External Links
90+
91+
## Internal link
92+
93+
## Non-Graph Links: External Links to Internal Files
94+
95+
## Aliases
96+
97+
## Embed Files

0 commit comments

Comments
 (0)