ariamckinley2k downloadsA blazingly fast way to browse, search, and embed pictures across your vault
Image Picker is a blazingly fast way to browse and find media in your Obsidian vault. It's extremely performant, automatically generating thumbnails and background indexing your vault for instant search results.

Image Folder.Quick start:
# Clone the repository
git clone https://github.com/AriTheElk/obsidian-image-picker
cd obsidian-image-picker
# Install the dependencies
npm install
# To build the plugin
npm run build
# If you want to build the plugin directly into your vault
echo "/ABSOLUTE/PATH/TO/YOUR/VAULT" > .env
npm run build:vault
This will clone the repository, install the dependencies, and build the plugin. If you've set the path correctly, the plugin should be available in your Obsidian vault. It copies to {vault}/.obsidian/plugins/obsidian-image-picker-dev immediately after building.
If you'd like to help out, I'd recommend checking out the help wanted tag 🫶🏻
I'm eternally grateful for any help I get :)
Obsidian Image Picker is licensed under the MIT License. See LICENSE for more information.