aboutsummaryrefslogtreecommitdiff
path: root/content/blog/2022-03-02-reliable-notes.org
diff options
context:
space:
mode:
authorChristian Cleberg <[email protected]>2025-11-14 18:52:07 -0600
committerChristian Cleberg <[email protected]>2025-11-14 18:52:07 -0600
commit8503ce886741af7bb40c1fbdb58ec6bc0b906a3c (patch)
tree8e5d6b4de7b1b6a6ab85cd1a678f3f727d096264 /content/blog/2022-03-02-reliable-notes.org
parentab1d0a88a5418a32f356564630e1cfba2f2329c4 (diff)
downloadcleberg.net-8503ce886741af7bb40c1fbdb58ec6bc0b906a3c.tar.gz
cleberg.net-8503ce886741af7bb40c1fbdb58ec6bc0b906a3c.tar.bz2
cleberg.net-8503ce886741af7bb40c1fbdb58ec6bc0b906a3c.zip
fix alt-text for all remaining posts
Diffstat (limited to 'content/blog/2022-03-02-reliable-notes.org')
-rw-r--r--content/blog/2022-03-02-reliable-notes.org3
1 files changed, 3 insertions, 0 deletions
diff --git a/content/blog/2022-03-02-reliable-notes.org b/content/blog/2022-03-02-reliable-notes.org
index 47c09e3..4cf7a0a 100644
--- a/content/blog/2022-03-02-reliable-notes.org
+++ b/content/blog/2022-03-02-reliable-notes.org
@@ -37,6 +37,7 @@ 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:
#+caption: Plain Text Markdown
+#+attr_html: :alt A view of the README.md from the cleberg.net repository.
[[https://img.cleberg.net/blog/20220302-easy-reliable-note-taking/plain_markdown.webp]]
** Saving & Syncing Files
@@ -100,12 +101,14 @@ incredibly easy and straightforward.
Here's an example of how my Markdown notes look when opened in plain-text mode:
#+caption: Obsidian Markdown Source Mode
+#+attr_html: :alt Markdown source mode, showing the symbols used by markdown to markup text.
[[https://img.cleberg.net/blog/20220302-easy-reliable-note-taking/obsidian_source_mode.webp]]
Here's the "live preview" version, where the Markdown is rendered into its HTML
format:
#+caption: Obsidian Markdown Live Preview
+#+attr_html: :alt Markdown preview mode, hiding all symbols used in Markdown syntax.
[[https://img.cleberg.net/blog/20220302-easy-reliable-note-taking/obsidian_live_preview.webp]]
*** Programming on Desktop