indiekit icon indicating copy to clipboard operation
indiekit copied to clipboard

Posts endpoint: 📷 Create/update photo post type

Open paulrobertlloyd opened this issue 3 years ago • 1 comments

This feature may need to be realised in stages:

  • [x] Support entering URL to a photo
  • [ ] Support entering multiple photos (without JavaScript)
  • [x] Support entering multiple photos (with JavaScript)
  • [ ] Support uploading a file, and getting URL response from Media endpoint

paulrobertlloyd avatar Dec 15 '22 16:12 paulrobertlloyd

I think I needed this today. I noticed that publishing an image with a description via Micropub (using the Micro.Blog client) creates a Photo post type, but there does not appear to be a way to create such a post with Indiekit's web UI. Uploading a file works (and the metadata shown in the Uploaded Files view says it has a post type of "photo"), but the uploaded image doesn't appear in the Published posts list, nor do I see any way to add a description or syndicate it.

sentience avatar Jan 27 '23 03:01 sentience

In the next beta it will be possible to add multiple photos, and upload files from the post interface. The only outstanding issue is being able to add multiple photos without JavaScript, which is now being tracked as a separate issue in #722.

paulrobertlloyd avatar Mar 26 '24 20:03 paulrobertlloyd