Lumina
unlistedby Fabien Polly (Infinition)
High-performance photo and video gallery. Justified, square, panorama layouts. Lightbox, slideshow, drag-to-note, persistent cache.
✨ Lumina
The Ultimate Media Gallery for Obsidian
Transform your vault into a powerful visual knowledge base
Features • Installation • Quick Start • Documentation • Showcase
🎯 Why Lumina?
Obsidian excels at connecting ideas through text, but what about your images, videos, and visual content?
Lumina bridges this gap by treating media as first-class citizens in your knowledge graph. Tag your screenshots, link photos to project notes, search across thousands of images instantly—all without leaving Obsidian.
The Problem
- 📁 Media files scattered across folders with no organization
- 🔍 Can't search for images by content or context
- 🔗 No way to connect photos to related notes
- 📝 Manual embedding is tedious and breaks workflow
The Solution
Lumina provides a unified media experience with powerful tagging, instant search, and seamless note integration.
⚡ Features
🖼️ High-Performance Gallery
|
Lightning Fast
|
Multiple Layouts
|
🏷️ Revolutionary Tag System
The heart of Lumina—organize media with the same power you organize notes.
#vacation #2024 → Hashtags like Obsidian
[[Projects/Website]] → Link to any note
#photo AND [[Paris]] → Boolean search
Key capabilities:
- Hashtags (
#tag) — Familiar tagging syntax - Note Links (
[[Note]]) — Create bidirectional connections - Boolean Search — AND, OR, NOT operators
- Batch Tagging — Tag hundreds of files at once
- Auto-sync — Tags sync with note frontmatter
📖 Full Tag System Documentation
📝 Lumina Blocks
Embed dynamic galleries directly in your notes:
```lumina
query: #screenshots AND [[Project Alpha]]
layout: masonry
columns: 3
showTags: true
```
Block Features:
- Visual editor (no code required)
- 10+ customizable options
- Live preview
- Drag-and-drop file reordering
🔍 Virtual Search Integration
Your tagged media appears in Obsidian's global search!
Search for #vacation and see both your notes AND your photos. Media files become discoverable alongside your markdown content.
🎬 Advanced Media Viewer
|
Images
|
Videos
|
Actions
|
🌍 Internationalization
Full support for 5 languages:
- 🇬🇧 English • 🇫🇷 Français • 🇩🇪 Deutsch • 🇪🇸 Español • 🇨🇳 中文
📦 Installation
Option 1: BRAT (Recommended for Beta)
- Install BRAT plugin
- Open Settings → BRAT → Add beta plugin
- Enter:
infinition/obsidian-lumina - Enable Lumina in Community Plugins
Option 2: Manual Installation
- Download from Releases:
main.js,manifest.json,styles.css,worker.js
- Create folder:
.obsidian/plugins/obsidian-lumina/ - Copy files to folder
- Reload Obsidian & enable plugin
🚀 Quick Start
1. Open Lumina
Click the camera icon in the ribbon, or use Ctrl+P → "Open Lumina"
2. Browse Your Media
- Scroll through your vault's images and videos
- Zoom with the slider or
Ctrl+Wheel - Filter by folder or media type
3. Tag Your First File
- Right-click any image
- Select Manage Tags
- Type
#vacationand press Enter - Link to a note: type
[[and select a note
4. Search
Type in the search bar:
#vacation → All vacation photos
[[Projects/Alpha]] → Media linked to a project
#2024 AND #screenshot → Combined filters
#work NOT #confidential → Exclusion
5. Embed in Notes
Add a Lumina block to any note:
```lumina
query: #vacation
layout: grid
columns: 4
```
📚 Documentation
| Document | Description |
|---|---|
| Full Documentation | Complete feature reference with all options |
| Tag System Guide | Deep dive into the tagging system |
🎨 Showcase
📷 Research Project
Organize research visuals with automatic connections:
Research/
├── Papers/
│ └── AI_Ethics.md ← Note with research
├── Screenshots/
│ └── chart.png ← Tagged: #ai [[Papers/AI_Ethics]]
└── Diagrams/
└── flowchart.jpg ← Tagged: #ai #diagram
In your note:
## Visual References
```lumina
query: [[Papers/AI_Ethics]] OR #ai
layout: justified
showTags: true
```
Result: A live gallery of all visuals connected to your research!
✈️ Travel Journal
Tag photos with #travel #paris #2024 and [[Trips/Paris 2024]].
Your trip note becomes a rich visual document that updates automatically as you add more photos.
🎨 Design System
Organize UI screenshots: #component #button #dark-mode
Search across your entire design library in milliseconds.
⌨️ Keyboard Shortcuts
| Shortcut | Action |
|---|---|
Ctrl+Click | Enter edit mode (multi-select) |
Shift+T | Tag selected files in Explorer |
← → | Navigate in lightbox |
Escape | Close / exit mode |
Ctrl+Wheel | Zoom gallery |
Ctrl+A | Select all (edit mode) |
Double-click | Open lightbox |
🛠️ Settings
Access via Settings → Lumina
| Setting | Description |
|---|---|
| Language | UI language (5 options) |
| Enable Tag System | Toggle tagging features |
| Tag Indicator | Show dot on tagged files in Explorer |
| Virtual Search | Include media in Obsidian search |
| Click Actions | Customize click behavior |
🤝 Contributing
Contributions are welcome!
# Clone
git clone https://github.com/infinition/obsidian-lumina.git
# Install
npm install
# Development
npm run dev
# Build
npm run build
📄 License
MIT © Infinition
⭐ Star this repo if Lumina helps organize your visual knowledge!
For plugin developers
Search results and similarity scores are powered by semantic analysis of your plugin's README. If your plugin isn't appearing for searches you'd expect, try updating your README to clearly describe your plugin's purpose, features, and use cases.