aboutsummaryrefslogtreecommitdiff
path: root/blog/2022-03-02-note-taking.org
diff options
context:
space:
mode:
authorChristian Cleberg <hello@cleberg.net>2023-12-02 11:34:20 -0600
committerChristian Cleberg <hello@cleberg.net>2023-12-02 11:34:20 -0600
commitfcc889508ab63a679b5cbd231478b25cff48d8fc (patch)
treea9ec2ce9f00b07a0ab081e7160e1183a7cef634f /blog/2022-03-02-note-taking.org
parentdfb4de1797796c72f597f4c0c6cd1e01dc5a66ee (diff)
downloadcleberg.net-fcc889508ab63a679b5cbd231478b25cff48d8fc.tar.gz
cleberg.net-fcc889508ab63a679b5cbd231478b25cff48d8fc.tar.bz2
cleberg.net-fcc889508ab63a679b5cbd231478b25cff48d8fc.zip
fix: update domains
Diffstat (limited to 'blog/2022-03-02-note-taking.org')
-rw-r--r--blog/2022-03-02-note-taking.org6
1 files changed, 3 insertions, 3 deletions
diff --git a/blog/2022-03-02-note-taking.org b/blog/2022-03-02-note-taking.org
index 16c99f3..884ad1d 100644
--- a/blog/2022-03-02-note-taking.org
+++ b/blog/2022-03-02-note-taking.org
@@ -36,7 +36,7 @@ render it as plain-text and I can read it just as easily.
For example, here's how TextEdit on macOS will open and display a Markdown file
in plain-text, since it does contain any features to preview Markdown as HTML:
-![Plain Text Markdown](https://img.0x4b1d.org/blog/20220302-easy-reliable-note-taking/plain_markdown.png)
+![Plain Text Markdown](https://img.cleberg.net/blog/20220302-easy-reliable-note-taking/plain_markdown.png)
## Saving & Syncing Files
@@ -93,12 +93,12 @@ incredibly easy and straightforward.
Here's an example of how my Markdown notes look when opened in plain-text mode:
-![Obsidian Markdown Source Mode](https://img.0x4b1d.org/blog/20220302-easy-reliable-note-taking/obsidian_source_mode.png)
+![Obsidian Markdown Source Mode](https://img.cleberg.net/blog/20220302-easy-reliable-note-taking/obsidian_source_mode.png)
Here's the "live preview" version, where the Markdown is rendered into its HTML
format:
-![Obsidian Markdown Live Preview](https://img.0x4b1d.org/blog/20220302-easy-reliable-note-taking/obsidian_live_preview.png)
+![Obsidian Markdown Live Preview](https://img.cleberg.net/blog/20220302-easy-reliable-note-taking/obsidian_live_preview.png)
### Programming on Desktop