summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał M. Sapka <michal@sapka.me>2023-05-06 23:12:03 +0200
committerMichał M. Sapka <michal@sapka.me>2023-05-06 23:12:03 +0200
commit393a4e2e6b502e6890d717fee89ce5b7fe893c12 (patch)
treef2bb96b8f7a9c4e7e54aab1e6e03b48629710080
parente90763b228117a46ca984861bc40cc6470c14e9d (diff)
feat: test for footnotes
-rw-r--r--config.toml9
-rw-r--r--content/2023/moving-my-rss-reading-to-emacs-with-elfeed.md11
2 files changed, 17 insertions, 3 deletions
diff --git a/config.toml b/config.toml
index 083e61f..78be500 100644
--- a/config.toml
+++ b/config.toml
@@ -21,6 +21,15 @@ tagline = "Hello do d-s's weblog!"
term = [ "HTML" ]
taxonomy = [ "HTML" ]
+[markup]
+ defaultMarkdownHandler = "goldmark"
+
+
+ [goldmark]
+ FootnoteReturnLinkContents = "↩"
+ [Extensions]
+ footnote = true
+
# categories:
# - emacs
# - bsd
diff --git a/content/2023/moving-my-rss-reading-to-emacs-with-elfeed.md b/content/2023/moving-my-rss-reading-to-emacs-with-elfeed.md
index de5bff4..a698153 100644
--- a/content/2023/moving-my-rss-reading-to-emacs-with-elfeed.md
+++ b/content/2023/moving-my-rss-reading-to-emacs-with-elfeed.md
@@ -11,7 +11,7 @@ tags:
- RSS
- newsboat
---
-Since Emacs became my [shell of choice](/2023/emacs-as-a-shell/), I am abandoning more and more dedicated applications in favor of different packages. As it turns out, Emacs packages are very feature rich. This time: I moved my RSS reading from [newsboat](https://newsboat.org/) to [elfeed](https://github.com/skeeto/elfeed).
+Since Emacs became my shell of choice[^1], I am abandoning more and more dedicated applications in favor of different packages. As it turns out, Emacs packages are very feature rich. This time: I moved my RSS reading from newsboat[^2] to elfeed[^3].
Elfeed has very simple keybindings:
- g will refresh the items list
@@ -19,7 +19,7 @@ Elfeed has very simple keybindings:
- r will mark currently selected item is read (remove unread tag)
- b will open item in the browser
-The "r" key messes with my muscle memory, as [notmuch](/tags/notmuch/) uses "ku" for the same action while "r" will start composing a reply.
+The "r" key messes with my muscle memory, as notmuch[^4] uses "ku" for the same action while "r" will start composing a reply.
One huge upside of elfeed compared to newsboat is image support. Emacs is a GUI application, so all images are present in their glory!
@@ -53,9 +53,14 @@ Now, each new article will be tagged with matching tags. Elfeed allows to define
elfeed-search-face-alist)
```
-Now important items will be dark red, while company & news will be dark gray (please note that my elisp-fu not good).
+Now important items will be dark red, while company & news will be dark gray[^5]
{{<img-center "elfeed-list.png" "No important things to read at this moment.">}}
Elfeed has a few packages expanding its functionality, but I found the default behavior to be exactly right.
+[^1]: [Emacs as a Shell](/2023/emacs-as-a-shell/)
+[^2]: [Newsboat homepage](https://newsboat.org/)
+[^3]: [Elfeed repository on Github](https://github.com/skeeto/elfeed)
+[^4]: [Posts tagged about notmuch](https://d-s.sh/tags/notmuch)
+[^5]: my elisp-foo not good