How does the expected workflow look like? #28
-
|
Looks very promising.
Essentially, I am looking for a reminder system that is reliable as in can work as a daemon without Obsidian having to run in the background for myself as well as potentially for the plugin I'm maintaining. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
Hey thanks for trying it and giving feedback, very useful to me to understand what use cases exists outside my personal one.
Right now Obsidian must be running for reminders to work, so when is closed no checks occur. Plugin checks at the start and then every defined period set in the settings (default is 30 mins, if I'm not wrong :) ).
I very much understand your needs but I'm not so sure that this plugin should do what your looking for. Obsidian plugin runs within Obsidian application process and cannot execute when Obsidian is closed, they don't have daemon capabilities so you need a separate standalone app/service with system level permission and it should monitor Obsidian folder. |
Beta Was this translation helpful? Give feedback.
Hey thanks for trying it and giving feedback, very useful to me to understand what use cases exists outside my personal one.
So let me try to answer.
Right now Obsidian must be running for reminders to work, so when is closed no checks occur. Plugin checks at the start and then every defined period set in the settings (default is 30 mins, if I'm not wrong :) ).