Alvaro Mateo243 downloadsMonitors folders for files added and runs custom actions based on user rules.
An Obsidian plugin that automatically runs rules on markdown files in monitored folders.
.obsidian/plugin/folderer (create the directories if needed).obisidian/community-plugins.json and add "folderer" to the listLiterature)#literature.md file inside Literature/ — #literature is appended automaticallySee the full documentation for all available conditions and actions.
Requires mise for Node.js management.
git clone https://github.com/alvaromateo/folderer.git
cd folderer
npm install
npm run dev # watch mode — rebuilds on save
npm test # unit tests
Open Obsidian on ./test-vault/ and enable Folderer under Community Plugins.
MIT © Alvaro Mateo