Hiperborea489 downloadsAutomates the creation of notifications for the Notelert mobile app by creating deeplinks of date and time or location.
Notelert is an Obsidian companion plugin for the Notelert Android app.
The plugin requires the Android app to create and deliver notifications. Install it from Google Play:
https://play.google.com/store/apps/details?id=com.quim79.notelert
⚠️ ATTENTION: All previous versions of the App in Google Play are not working any more. On May 22 a new version has been uploaded to Google Play that should work fine. Please update your app. If the update gives you any error, uninstall it completely and reinstall it from 0. 🙏🏻
Privacy note: Notelert only sends the notification line that you choose to turn into a reminder. It never scans your vaults, never reads unrelated notes, and never uploads full note files.
Notelert is currently in a testing phase. The plugin, Android app, backend, and premium flows are being actively validated and may change as the system is refined.
Notelert lets you turn lines in Obsidian into reminders handled by the Notelert service and Android app. Open the notification picker from a note, choose the reminder details, and the plugin schedules the notification through Firebase.
The current plugin flow does not use Notelert deeplinks to schedule notifications. Scheduling is handled through authenticated Firebase endpoints using the App link token from the Android app.
The iOS app is not available yet. iOS support is planned, but this plugin currently depends on the Android app.
:@Some Notelert features are Premium because they depend on backend processing, geofencing, email delivery, or recurring scheduling.
Premium-related features include:
Free users can still use basic date and time push reminders, subject to the limits shown in the app.
:@.The app and plugin linking steps only need to be completed once per device or Obsidian installation. Make sure the same App link token is available in both the mobile app and the desktop plugin. On mobile Obsidian, token synchronization should happen automatically when everything is working correctly. On desktop, or if automatic synchronization does not complete, you may need to copy the token manually from the Android app into the plugin settings.
The plugin sends the selected reminder data to Firebase. The Android app and Notelert backend then handle delivery.
Notelert uses remote services because reminders must be delivered even when Obsidian is closed.
Services used by the Notelert system include:
The plugin authenticates requests with the App link token. API keys are not stored in the plugin.
The plugin sends only the data needed to create the requested reminder. In normal use, this means the line selected for the notification and the scheduling metadata around it:
The plugin does not scan your vault. It works from the reminder you explicitly create in the picker.
Notelert uses minimal technical tracking required to schedule and deliver notifications reliably. This can include request metadata, delivery status, error information, notification identifiers, and account or token validation data.
The Android app may also use anonymous analytics to understand whether the testing system is working correctly, diagnose failures, and improve reliability. These analytics are not intended to identify personal note content and can be disabled from the Android app settings.
Notelert does not use the Obsidian plugin to collect marketing analytics from your vault.
Calendar sync belongs to the broader Notelert app and backend system. When enabled for an account, calendar-related reminder data is handled by the Android app and backend, not by local vault scanning in the Obsidian plugin.
Because the system is still in testing, availability can depend on the app version, account configuration, and Premium status.
Build the plugin:
npm run build
Prepare Obsidian release assets:
npm run release:assets
The public release should include only:
main.jsmanifest.jsonstyles.cssDo not upload ZIP files as public Obsidian release assets.
Notelert is under active testing. Feedback from Obsidian review, Android testing, and real reminder delivery is being used to stabilize the plugin and companion app before broader release.