Personal project. A program that each day sends an email with the contents of an obsidian note to help memorize all notes.
- Create a submodule of Obsidian repo. \
- Create github action to sync submodule once a day. \
- Create a function that can send emails. \
- Create an algorithm that can take a random note. \
- Transform the random md note in html for proper display in mail. \
- Send the random note via email once a day. Don’t use GitHub pages, just Github actions. \