gansxx177 downloadsAutomatically apply configured tags to new notes and supplement tags for files in the current folder.
Automatically apply configured tags to new notes and supplement tags for files in the current folder.
manifest.json and main.js from the latest GitHub release..obsidian/plugins/auto-folder-tags/ inside your vault.After the plugin is approved by the Obsidian team, it will be installable from the in-app community plugins browser.
Inbox or Projects/ClientA.tag1, tag2.The plugin uses the longest matching folder rule. A rule for Projects/ClientA overrides a broader rule for Projects.
Apply configured tags to files in the current folderOpen auto folder tags settingsnpm installnpm run checknpm run dev while developingnpm run build for a production bundle.github/workflows/.submission/.manifest.json version, for example 0.0.1.The preview helper defaults to the Obsidian Sandbox vault under %APPDATA%.
node preview-in-sandbox.js --enable-plugin
Use a different vault only when needed:
node preview-in-sandbox.js --vault-path "D:\\My Vault"