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 obsidian-html submodule
Last synced: 11 months 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.
- Host: GitHub
- URL: https://github.com/artainmo/obsidian_reminder
- Owner: artainmo
- Created: 2024-10-23T17:19:00.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-11T00:44:51.000Z (about 1 year ago)
- Last Synced: 2025-04-11T05:06:32.496Z (about 1 year ago)
- Topics: email, github-actions, obsidian, obsidian-html, submodule
- Language: Makefile
- Homepage:
- Size: 80.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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. \