When using a third party tool to quickly write content to your Obsidian vault without opening your vault, often it's easiest to write it to an "inbox" note or folder to process later.
This plugin will let you know if there's content to process in your inbox note/folder when launching Obsidian.
Recommended to install from the Obsidian community store.
You can manually install this using the BRAT Obsidian plugin. Generic installation instructions are available on that plugin's documentation.
Whether to track inbox by referencing the contents of a single file or a folder of files.
Path for inbox note/folder.
For example, if your inbox note is in the root of your vault and called "Mobile Inbox", then the path would be "Mobile Inbox.md".
What to compare the inbox note contents to when deciding whether or not to notify. 'Compare to last tracked' will compare to a snapshot from when Obsidian was last closed. 'Compare to base' will compare to a base contents that you define.
If note content matches this exactly, then you will not be notified. This is only available if you select 'Compare to base' as the compare type.
For example, if the "unproccessed" version of your inbox note looks like this
# Mobile Inbox
then you should set your inbox base contents to match. That way, you will only be notified if there's additional contents besides the heading.
Duration to show Notice when there is data to process, in seconds. Set to 0
for infinite duration. Clear to use global default Notice duration.
- Thank you to marcusolsson for obsidian-svelte that I used for creating many of the UI elements.