tokenshift / obsidian-page-gallery

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

Don't bother loading images until they're visible in the scroll view #41

Closed tokenshift closed 1 year ago

tokenshift commented 1 year ago

To improve performance with really large galleries.

Look into virtual scroll views as well--i.e. only have as many tiles as are visible actually loaded, and dynamically load/unload them as the user scrolls.