pleroma/docs
Ilja cd316d7269 Use EXIF data of image to prefill image description
During attachment upload Pleroma returns a "description" field. Pleroma-fe has an MR to use that to pre-fill the image description field, <https://git.pleroma.social/pleroma/pleroma-fe/-/merge_requests/1399>

* This MR allows Pleroma to read the EXIF data during upload and return the description to the FE
    * If a description is already present (e.g. because a previous module added it), it will use that
    * Otherwise it will read from the EXIF data. First it will check -ImageDescription, if that's empty, it will check -iptc:Caption-Abstract
    * If no description is found, it will simply return nil, just like before
* When people set up a new instance, they will be asked if they want to read metadata and this module will be activated if so

This was taken from an MR i did on Pleroma and isn't finished yet.
2022-07-01 12:13:46 +02:00
..
administration Instruct users to run 'git pull' as the pleroma user 2022-05-12 16:02:58 +00:00
configuration Use EXIF data of image to prefill image description 2022-07-01 12:13:46 +02:00
development Document API addition 2022-03-02 09:47:51 -05:00
installation Use EXIF data of image to prefill image description 2022-07-01 12:13:46 +02:00
clients.md Add glitch-lily to clients.md 2022-01-19 23:56:57 -05:00
index.md Remove MastoFE stuff from docs and default panel 2021-04-15 23:37:18 -06:00