Markdown
- 3 March 2024 · 2 min read
Migrating my markdown notes from Obsidian to Apple Notes
So I wanted to migrate my markdown notes from Obsidian to Apple Notes. Apple Notes did not support import from markdown. I also wanted to maintain the folder structure. For every file I also wanted to …
Read more → - 26 December 2023 · 1 min read
Converting HTML to Markdown using Markdownify
I had some HTML content that I wanted to convert to markdown. The simplest tool I found to do this effectively was a python utility called Markdownify. I used Nix Shell to install it: nix-shell -p …
Read more →