Search...Search plugins and themes...
⌘K
Sign in
  • Get started
  • Download
  • Pricing
  • Enterprise
  • Account
  • Obsidian
  • Overview
  • Sync
  • Publish
  • Canvas
  • Mobile
  • Web Clipper
  • CLI
  • Learn
  • Help
  • Developers
  • Changelog
  • About
  • Roadmap
  • Blog
  • Resources
  • System status
  • License overview
  • Terms of service
  • Privacy policy
  • Security
  • Community
  • Plugins
  • Themes
  • Discord
  • Forum / 中文论坛
  • Merch store
  • Brand guidelines
Follow us
DiscordTwitterBlueskyThreadsMastodonYouTubeGitHub
© 2026 Obsidian

Dropbox Photo Grid

alimoeenyalimoeeny251 downloads

Fetch images from your dropbox based on date or path

Add to Obsidian
  • Overview
  • Scorecard
  • Updates7

This plugin allows you to embed a grid of photos from your Dropbox account based on a specific date. It's perfect for displaying daily photos, memories, or any date-based photo collections within your Obsidian vault.

Features

  • Display photos from Dropbox in a responsive grid layout
  • Filter photos by date
  • Support for both folder paths and direct file paths
  • Loading indicator while fetching photos
  • Respects Obsidian's theme colors
  • Handles pagination for large photo collections
  • Show memories from "On This Day" in previous years

Installation

Community Plugins

  1. Open Obsidian Settings
  2. Go to Community Plugins and disable Safe Mode
  3. Click Browse and search for "Dropbox Photo Grid"
  4. Install the plugin and enable it

Manual Installation

  1. Download the latest release from the releases page
  2. Extract the files to your vault's .obsidian/plugins/obsidian-dropbox-photo-grid/ directory
  3. Reload Obsidian
  4. Enable the plugin in the Community Plugins settings

Development

Building the plugin

  • Clone this repository
  • Install dependencies: npm install
  • Build the plugin: npm run build
  • The compiled plugin will be in the dist directory

Development workflow

  • Start development build with watching: npm run dev
  • For a new release:
    • Update version: npm version [patch|minor|major]
    • Build: npm run build
    • The release files will be in the dist directory

Setup

  1. Go to Settings > Dropbox Photo Grid
  2. Click "Connect to Dropbox" to authorize the plugin
  3. The plugin will automatically handle authentication

Usage

Basic Syntax

```dropbox-photos
/path/to/folder
YYYY-MM-DD

### Using with Templates

First, make sure you have the Templater plugin installed and enabled. Then use the following syntax in your templates:

```markdown
```dropbox-photos
/Camera Uploads/<% tp.date.now("YYYY") %>/
<% tp.date.now("YYYY-MM-DD") %>

For example, if you want to create a daily note template that shows photos from that day:

```markdown
# Daily Note - <% tp.date.now("YYYY-MM-DD") %>

## Today's Photos
```dropbox-photos
/Camera Uploads/<% tp.date.now("YYYY") %>/
<% tp.date.now("YYYY-MM-DD") %>

Journal Entry

Template Tips

  1. Yearly Folders: If your photos are organized in yearly folders (e.g., /Camera Uploads/2024/):

    ```dropbox-photos
    /Camera Uploads/<% tp.date.now("YYYY") %>/
    <% tp.date.now("YYYY-MM-DD") %>
    
    
    
  2. Previous Years: To show photos from the same day in previous years:

    # Photos from Today Last Year
    ```dropbox-photos
    /Camera Uploads/<% tp.date.now("YYYY", -365) %>/
    <% tp.date.now("YYYY-MM-DD", -365) %>
    

    Photos from Today Two Years Ago

    /Camera Uploads/<% tp.date.now("YYYY", -730) %>/
    <% tp.date.now("YYYY-MM-DD", -730) %>
    
    
    
  3. Previous Days: To show photos from specific days ago:

    ```dropbox-photos
    /Camera Uploads/<% tp.date.now("YYYY", -7) %>/
    <% tp.date.now("YYYY-MM-DD", -7) %>
    
    
    

Example: Daily Note with Current and Last Year's Photos

# Daily Note - <% tp.date.now("YYYY-MM-DD") %>

## Today's Photos
```dropbox-photos
/Camera Uploads/<% tp.date.now("YYYY") %>/
<% tp.date.now("YYYY-MM-DD") %>

On This Day Last Year

/Camera Uploads/<% tp.date.now("YYYY", -365) %>/
<% tp.date.now("YYYY-MM-DD", -365) %>

Journal Entry

Path Examples

  1. Folder path (shows all photos from the date):

    ```dropbox-photos
    /Camera Uploads/2024
    2024-02-22
    
    
    
  2. Direct file path (shows specific photo):

    ```dropbox-photos
    /Camera Uploads/2024/2024-02-22 08.33.05.png
    2024-02-22
    
    
    

Security and Privacy

  • This plugin requires Dropbox authentication to access your photos
  • Your Dropbox credentials are stored securely in Obsidian's local storage
  • The plugin only requests access to files and folders you specify
  • No data is sent to third-party servers

Support

If you encounter any issues or have feature requests:

  1. Check the GitHub Issues page
  2. Create a new issue if your problem hasn't been reported
  3. Include your Obsidian version and operating system details

Changelog

1.0.1

  • Preparation for submission to Obsidian Community Plugins

1.0.0

  • Initial release
  • Basic Dropbox integration
  • Photo grid display with date filtering

License

This project is licensed under the MIT License - see the LICENSE file for details.

Acknowledgments

  • Thanks to the Obsidian team for their excellent plugin API
  • Thanks to Dropbox for their SDK
56%
HealthGood
ReviewRisks
About
Embed a responsive grid of photos from your Dropbox into notes by date. Filter by date or folder/file path, show "On This Day" memories, handle pagination and loading states, and match Obsidian theme colors.
ImagesIntegrationsDates
Details
Current version
1.0.8
Last updated
Last year
Created
Last year
Updates
7 releases
Downloads
251
Compatible with
Obsidian 0.15.0+
Platforms
Desktop only
License
MIT
Report bugRequest featureReport plugin
Sponsor
Ko-fi
Author
alimoeenyalimoeeny
github.com/alimoeeny
GitHubalimoeeny
  1. Community
  2. Plugins
  3. Images
  4. Dropbox Photo Grid

Related plugins

Reminder

Manage Markdown TODOs with reminder.

Image auto upload

Upload images from your clipboard by PicGo.

Local REST API & MCP Server

Unlock your automation needs by interacting with your notes over a secure REST API.

Day Planner

Day planning from a task list in a Markdown note with enhanced time block functionality.

BRAT

Easily install a beta version of a plugin for testing.

Maps

Adds a map layout to bases so you can display notes as an interactive map view.

Tasks

Track tasks across your vault. Supports due dates, recurring tasks, done dates, sub-set of checklist items, and filtering.

Self-hosted LiveSync

Sync vaults securely to self-hosted servers or WEBRTC.

Zotero Integration

Insert and import citations, bibliographies, notes, and PDF annotations from Zotero.

Readwise Official

Sync highlights from Readwise to your vault.