I created this plugin for myself. It includes only the necessary functionality.
I haven't published this plugin in the official list of Obsidian plugins
Telegram Reminder Plugin for Obsidian. This plugin allows you to configure notifications to be sent to your Telegram bot.
https://github.com/iiiBird/obsidian-telegram-reminder/releases
Download the plugin and insert it into the plugins path of your Obsidian vault:
*your_obsidian_vault*\.obsidian\plugins\
- Create a Telegram bot using https://t.me/botfather and obtain a token;
- Insert this token in the plugin settings (Telegram Bot Token);
- After entering the token, send any message to your bot. You will receive a chat ID in response;
- Insert this chat ID in the plugin settings (Chat ID);
- Done!
You can set reminders for items using the following format:
- [ ] Task 1 (@2023-05-14)
- [ ] Task 2 (@2023-05-15 09:10)
- [x] Task 3 (@[[2023-05-16]])
- [ ] Task 4 (@[[2023-05-16]] 09:40)
Telegram Bot Token — Create a Telegram bot using https://t.me/botfather and obtain the token.
Сhat ID — After entering the token, send any message to your bot. You will receive a chat ID in response.
Parsing time — The interval (in minutes) at which new dates for notifications will be parsed.
First notice — The number of minutes before the event to send the first notification.
Second notice — The number of minutes before the event to send the second notification.
Clear cache — Clear the cache of dates and sent marks.