Smart Gallery

pending

by Óscar M. Lage

Forked from TomNCatz/obsidian-gallery

Main Gallery to tag / filter / add notes to images. Display blocks to embed images inside notes. Display block to an image information.

Updated 1mo agoMITDiscovered via Obsidian Unofficial Plugins
View on GitHub

Smart Gallery

GitHub release) GitHub all releases

  • Main Gallery to tag / filter / add notes to images.
  • Filter by frontmatter criteria and change the meta right in the side panel
  • Display blocks to embed images inside notes
  • Display block to an image information

Usage

Add a gallery block to any note using the gallery code block. Here are some common examples:

Basic gallery from a folder

```gallery
path: Photos/Vacation
```

Gallery with path pattern and reverse order

```gallery
path: _assets/Laptop-screenshot*
reverseOrder: true
```

Gallery filtered by tags

```gallery
path: Images
tags: landscape -urban
exclusive: false
```

Gallery with custom image width and sorting

```gallery
path: Screenshots
imgWidth: 300
sort: mdate
reverseOrder: true
```

Gallery with random selection

```gallery
path: Wallpapers
random: 5
imgWidth: 400
```

Gallery with multiple filters

```gallery
path: Projects/Design
name: mockup
tags: approved
sort: name
imgWidth: 350
divWidth: 80
divAlign: center
```

For a complete list of options, see the Display Blocks documentation.

Examples:

Main Gallery

Display blocks

Meta Files and Templates

Context Menu

Tentative Roadmap

Authors and acknowledgements

See AUTHORS.md for the full list of contributors and the fork history of this project.

Contributing

See CONTRIBUTING.md for development setup and guidelines.

License

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

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.