diff --git a/content/daily-notes/2024-10-20.md b/content/daily-notes/2024-10-20.md index ae69091b..d94ed648 100644 --- a/content/daily-notes/2024-10-20.md +++ b/content/daily-notes/2024-10-20.md @@ -18,6 +18,6 @@ I spent the time building the backend for a weekly newsletter that would aggrega First, I spent time exploring the features offered by [Buttondown](https://buttondown.com/), a newsletter service. It is pretty easy to get started. I realised that its API feature and RSS-to-Email feature both required a paid subscription and I wasn't ready for that kind of commitment just yet. -However, Buttondown does support a Markdown compose feature. So I came up with the idea of generating a Markdown output of my daily log entries and copy-pasting it into the online Buttondown interface manually. I had some code in < 15m with the help of Cursor, which also included some minor transformations from Obsidian Markdown syntax to some Buttondown supports for images and embeds: +However, Buttondown does support a Markdown compose feature. So I came up with the idea of generating a Markdown output of my daily log entries and copy-pasting it into the online Buttondown interface manually. I had some code in < 15m with the help of Cursor, which also included some minor transformations from Obsidian Markdown syntax to something that Buttondown supports for images and embeds: [Add newsletter generation. Fix #14 · deepakjois/debugjois.dev@9ab01ad · GitHub](https://github.com/deepakjois/debugjois.dev/commit/9ab01ad86140d9a5e4ef4ff1687384a800a4524d)