Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/artainmo/obsidian_reminder

Personal project. A program that each day sends an email with the contents of an obsidian note to help memorize all notes.
https://github.com/artainmo/obsidian_reminder

email github-actions obsidian-html submodule

Last synced: 8 days ago
JSON representation

Personal project. A program that each day sends an email with the contents of an obsidian note to help memorize all notes.

Awesome Lists containing this project

README

        

# obsidian_reminder
Personal project. A program that each day sends an email with the contents of an obsidian note to help memorize all notes.

## Steps to create
1. Create a submodule of Obsidian repo. \
2. Create github action to sync submodule once a day. \
3. Create a function that can send emails. \
4. Create an algorithm that can take a random note. \
5. Transform the random md note in html for proper display in mail. \
6. Send the random note via email once a day. Don’t use GitHub pages, just Github actions. \