jamiefdhurst2k downloadsCapture any new notes into an inbox and periodically prompt to organise these into other folders within the vault.
Capture any new notes into an inbox and periodically prompt to organise these into other folders within the vault.
Designed to work with Obsidian.


You can configure whether to automatically move any newly created files in the root folder into the inbox, and whether to remind you through a notice periodically to organise your inbox.
You can also configure the inbox folder to drop newly created items into (inbox by default) and the folder that is watched for new items (which is your vault's root by default).
This plugin has been developed using Typescript with the Obsidian API and Jest for testing.
Once you've cloned the repository, to speed up plugin development it is recommended to symlink the location of the plugin directly into your local Obsidian:
ln -s obsidian-inbox-organiser ~/.obsidian/plugins/
You can then run the plugin build automatically to pick up any changes:
npm run dev
To test the plugin using Jest, you can run it with or without coverage:
npm run test
npm run coverage
When submitting a PR, the plugin will be automatically tested, and when merged into main this will be built and released using GitHub Actions.