GetPublii / Publii

The most intuitive Static Site CMS designed for SEO-optimized and privacy-focused websites.
https://getpublii.com
GNU General Public License v3.0
6.06k stars 407 forks source link

[Feature Request]: single folder for all images / a proper image gallery #1251

Closed atomGit closed 8 months ago

atomGit commented 9 months ago

Feature Description

currently it is forced that every image is copied to the relative post folder which results in a few issues...

  1. it can make finding and reusing images in different posts very difficult
  2. it's a waste of storage space when one wants to reuse the same image in multiple posts when the images are stored in a global folder (media/files)
  3. it apparently makes it impossible to add image (src=) html manually in the wysiwyg code editor using file:/// urls since publii changes the url to the relative post folder/id and therefore breaks it

what is needed, imo, is a proper image gallery where all images, and thumbnail versions thereof, are stored in a single folder with the ability to display and select (multiple) images when inserting an image

dziudek commented 8 months ago

Duplicate: https://github.com/GetPublii/Publii/issues/620