Giter Club home page Giter Club logo

obsidian-image-gallery's People

Contributors

lucaorio avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

obsidian-image-gallery's Issues

Support relative paths

I use folder notes for my galleries. I would like to be able to generate a gallery from all images in the current folder.

Currently, if I move a folder, I have to manually update the gallery paths.

(enhancement) Create an image gallery from all the images linked inside the current note.

Hi and thank you for this beautiful plugin.

Very often i use to write very rich notes with text and many in-line pasted images (that are automatically saved in my huge attachment folder). It would be very useful if an image gallery can be created simply by scanning all linked images of the current note. May be with another parm like "source: path/inline-images"

Is this possible?

Kind regards.

Regex filter for filenames

It would be cool if we could optionally filter for certain filenames in the folder.

e.g. we have 100 images in the folder, too many. But we'd like images starting with "IMG23" to be shown. That narrows it down to maybe 10 that we really want to display.

This way we don't have to create multiple smaller folders, with potentially duplicated images, in order to deploy image galleries that display different (overlapping) subsets.

FR: Relative path

Hi

It would be very helpful if it accepts relative (to the current note) path, the absolute path makes it a right requirement.

Maybe something like this

->folder
-->assets
-->gallery.md

gallery.md

```img-gallery
path: ./assets
type: horizontal

View images in subfolders

Would it be possible to use the image gallery plugin to collate images from all subfolders under a path.
i.e. photos: 1986/Jan, 1986/Feb … and could the gallery code look like this.

path: 1986/*
type: horizontal

This for discussion also on obsidian forum

[FR] Modal with all parameters

It would be cool if I can use modal with all parameters and simple preview. Dropdown for type, sliders for radius, gutter, etc. Preview'll be small square with applied modifications.

If you accept this feature and don't have time to do it, I can try and create a pull request.

Feature Request: Recursive Image Search from Path

I would like to be able to add images that may be within a subfolder of my given gallery path. This could be done with either another boolean setting (recursive: false [by default]) or by using wildcards (img/path/to/folder/*)

Folder with subfolders

Please add scanning option to include all subfolders and images inside them.
You can make additional parameter to set the scope from:

  • folder only
  • folders + subfolders

Support animated images

Hi,

suggestion: support gif/webm to have also animated “images” in the gallery/masonry

Path on Linux need to specifiy vault-name

I use Obsidian on a synchronized vault on several platforms such as Windows, Mac, Ubuntu, Android.
And I really love obsidian-image-gallery.
But I get an error on Linux only:
image
I only get rid of this error if I include the vault-folder in the path.
path: Attachments/mySubfolder works on all devices except Ubuntu.
path: myVaultFolder/Attachments/mySubfolder works on Ubuntu only.

Videos do no show up in gallery

Hi there!

Currently, MP4s are not showing up in the gallery. Is there any video format that will show up in the gallery? And would it be possible to include the feature in an upcoming update?

Bug: sort by name doesn't work

First off, thank you for a wonderful, useful plugin!!

Here's my little contribution :)

Currently sortby: name is broken.

Fix:
Lines 125-126:
Replace
const refA = this._settings.sortby ? a.stat[this._settings.sortby] : a["name"].toUpperCase();
const refB = this._settings.sortby? b.stat[this._settings.sortby] : b["name"].toUpperCase();

With:
const refA = (this._settings.sortby !== "name") ? a.stat[this._settings.sortby] : a["name"].toUpperCase();
const refB = (this._settings.sortby !== "name") ? b.stat[this._settings.sortby] : b["name"].toUpperCase();

Reason is that currently, if sortby: name, refA and refB will always be set to a.stat["name"] and b.stat["name"] respectively. But those properties do not exist (only ctime, mtime and size exist under .stat).

FR image captions

Very convenient plugin
Since snippets provide similar results, i would add some more features, good looking image captures for this container both in LP and reading mode, like : configurable photo metadata strings and /or custom strings

Also a slideshow for each container would be nice but that's yet another feature request and I'm not sure if that's doable

Auto-play lightbox

Thank you so much for the lightbox - it is beautifully done and a major feature that adds so much value to image-gallery!

Just a little feature request:

  1. Add an parameter option (e.g. autoplay: true) to play through the lightbox starting from the clicked image and cycling through everything.
  2. This play slideshow may be paused and unpaused by say clicking the spacebar.

This sort of emulates the experience of Adobe Bridge, when we press ⌘L to start a slideshow, it will auto-play, and pressing spacebar toggles pausing. {escape} returns to the gallery.

Image Zoom not working in Lightbox

I tried all Image Gallery - Plugins for Obsidian and this is the best. Only one feature I am missing on Mac and especially on mobile (iPhone + iPad): how can I zoom into an image after it is shown in the Lightbox-Mode (which is so well implemented)? On mobile and on Mac this is essentially to zoom in, to get the details in an image. I tried many CSS-Snippets, but not one is working right now. Any idea how to get this essential feature?

Feature Request: File Name as Caption

Love the plugin, very elegant. One thing I'm missing is the ability to show a bit of information about the image. Having an option to display a caption, maybe just when zoomed on the image in lightbox view, would be a nice way to get more information about what I'm looking at.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.