summaryrefslogtreecommitdiffstats
path: root/content/blog/remind_me_to_read.md
diff options
context:
space:
mode:
Diffstat (limited to 'content/blog/remind_me_to_read.md')
-rw-r--r--content/blog/remind_me_to_read.md12
1 files changed, 7 insertions, 5 deletions
diff --git a/content/blog/remind_me_to_read.md b/content/blog/remind_me_to_read.md
index 6bd7d57..aa47f47 100644
--- a/content/blog/remind_me_to_read.md
+++ b/content/blog/remind_me_to_read.md
@@ -4,11 +4,13 @@ date: 2021-05-20T17:05:00+01:00
draft: false
---
-## Articles on the web
+#### Articles on the web
+* [Building a Notetaking System with Vanilla Vim](https://www.edwinwenink.xyz/posts/42-vim_notetaking/)
+ *I fell out of love with [vimwiki](https://vimwiki.github.io/) and [Obsidian](https://obsidian.md) after a few days, but I have to use vim. Maybe this is the solution to all my notetaking hangups?*
+---
* [Simple Multiprocessing In Python: Comparing core vs
- libraries](https://cosmiccoding.com.au/tutorials/multiprocessing)
-
- I use `multiprocessing` in the stdlib just now, but there are lots of
- alternatives that I need to checkout.
+ libraries](https://cosmiccoding.com.au/tutorials/multiprocessing)
+ *I use `multiprocessing` in the stdlib just now, but there are lots of
+ alternatives that I need to checkout.*