tokenshift / obsidian-page-gallery

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

Page image not showing in preview but showing if you search #54

Closed stevenlis closed 8 months ago

stevenlis commented 12 months ago

Versions:

page-gallery
from: '"Data Visualization/Examples"'
orientation: landscape
columns: 10
gutterSize: 5px
height: 100px
position: top
filter: true
radius: 1px
size: cover
fields: []
CS-StEUjDbT@2x

CS-KhMZ6c8S@2x

tokenshift commented 8 months ago

I suspect you're running into the default limit (100); to keep Obsidian from crashing on devices with limited memory, page-gallery will only load the first 100 matching results by default. You can set limit to something higher (or null) to see everything. See the list of options in https://github.com/tokenshift/obsidian-page-gallery/blob/main/README.md.

stevenlis commented 8 months ago

@tokenshift Thanks, I do think that might be the reason.