Hiperborea1k downloadsAutomates notifications, reminders, and alerts for your notes. Easily create date, time, location, email, or calendar events directly in your phone system to boost your daily productivity.
Turn any line in your Obsidian notes into a reminder—without leaving your
workflow. Type :@, choose when to be reminded, and select where it should
arrive: Android, email, Google Calendar, Telegram, or several channels at once.
Android is optional for date and time reminders. You only need the Android app for Android push notifications and location-based reminders. Location reminders run locally in the Android app and are not available on iPhone, even with Premium.
Notelert requires an account-linked App link token. You can obtain it from the Notelert Android app or by completing the email account flow in plugin settings.
:@ in a note, select the reminder date and time, and confirm.Google Calendar and Telegram remain connected until you disconnect them, revoke provider access, or delete your Notelert account.
Notelert uses remote services because reminders need to run while Obsidian is closed. The plugin connects to Notelert endpoints hosted on Firebase/Google Cloud for authentication, account management, scheduling, and delivery status.
Depending on the channels you enable, Notelert also uses:
calendar.events OAuth permission.Notelert does not run marketing analytics from the Obsidian plugin. Operational records such as request status, delivery status, error type, notification identifier, and service limits may be processed to deliver and secure the service. Notelert also keeps anonymous daily counters for channel selection, connection state, and delivery outcome. Those aggregated counters contain no reminder content, email address, Calendar ID, Telegram chat ID, or Notelert account ID.
For active-user reporting, the backend refreshes the account's latest
authenticated activity timestamp at most once every 15 minutes. /ops exposes
only aggregate active-user, DAU, and MAU counts, never user lists or account
identifiers.
When you create a reminder, the plugin sends only the information required for that request:
Google OAuth tokens and Telegram chat identifiers are stored encrypted on the Notelert backend. They are never returned to or bundled inside the public plugin. Provider secrets and API credentials are also kept server-side.
The plugin does not scan vaults, upload complete notes, read unrelated note content, or collect vault contents for analytics.
Email, Google Calendar, and Telegram can be disconnected from Notelert settings. Account export, installation revocation, and global account deletion are available under Account & privacy.
Deleting a Notelert account removes stored integration credentials and pending Notelert data. Calendar events already created in the user's own Google Calendar and Telegram messages already delivered remain under those providers' controls.
The Android app is available for push and location reminders:
iOS push and location delivery are not currently available. Email, Google Calendar, and Telegram can still be used without an Android device.
npm install
npm run build
npm run release:assets
An Obsidian release contains exactly:
main.jsmanifest.jsonstyles.cssNotelert processes the reminder line the user explicitly selects and the associated scheduling data. It does not inspect unrelated files or upload full vault contents.