Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/artainmo/obsidian_reminder
- Owner: artainmo
- Created: 2024-10-23T17:19:00.000Z (20 days ago)
- Default Branch: main
- Last Pushed: 2024-10-25T00:40:51.000Z (19 days ago)
- Last Synced: 2024-10-25T10:00:11.005Z (19 days ago)
- Topics: email, github-actions, obsidian-html, submodule
- Language: Makefile
- Homepage:
- Size: 50.8 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. \