Manual Installation
- Go to Releases and open the latest release.
- Download the release assets. If there is a ZIP file named like
quickadd-x.x.x.zip, download that. If the release lists loose files instead, downloadmain.js,manifest.json, andstyles.css. - Open your Obsidian plugins folder. If you don't know where that is, go to
Community Pluginsinside Obsidian. There is a folder icon on the right ofInstalled Plugins. Click that and it opens your plugins folder. - Create a folder named
quickaddinside the plugins folder. - Extract the ZIP file into
.obsidian/plugins/quickadd/, or copy the loosemain.js,manifest.json, andstyles.cssfiles into.obsidian/plugins/quickadd/.
Do not place main.js, manifest.json, or styles.css directly in .obsidian/plugins/. They must be inside the quickadd folder.
When finished, your vault should contain these files:
.obsidian/plugins/quickadd/main.js
.obsidian/plugins/quickadd/manifest.json
.obsidian/plugins/quickadd/styles.css