diff --git a/README.md b/README.md index bca8b2f..d040c08 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,20 @@ -# Obsidian Image Picker +# πŸ“· Obsidian Image Picker 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. -# License +![Image Picker Preview](./preview.gif) -Obsidian Image Picker is licensed under the MIT License. See [LICENSE](LICENSE) for more information. +# πŸ—ΊοΈ Roadmap + +- [x] Performantly browse photos across your vault +- [x] Search for photos by name and extension +- [x] Background image indexing for instant search results +- [x] Automatically generate thumbnails for images +- [ ] Support for renaming images +- [ ] Support local LLMs for generating searchable descriptions +- [ ] Index and search for images by metadata, such as location, date, and more +- [ ] Support for video and audio files + +# πŸ‘©β€βš–οΈ License + +Obsidian Image Picker is licensed under the MIT License. See [LICENSE](LICENSE.md) for more information. diff --git a/preview.gif b/preview.gif new file mode 100644 index 0000000..460bc94 Binary files /dev/null and b/preview.gif differ