tokenshift / obsidian-page-gallery

Generates a gallery based on selected page contents.
MIT License
64 stars 2 forks source link

Adding support for displaying note contents rather than just images. #42

Closed tokenshift closed 1 year ago

tokenshift commented 1 year ago

Added a new "mode" option. The default is now "auto", which will display the first image found in a note, and then fall back to displaying the note contents if there isn't one. Other options are "image", which is the current/old mode of just displaying the first image found; and "content", which just displays note contents, and doesn't bother looking for the first image.