EdwardHinkle / chronicler

A flexible iOS/macOS publishing app for Micropub-enabled blogs
https://eddiehinkle.com/2019/05/08/5/article/
MIT License
12 stars 1 forks source link

Add the ability to define the visibility of a post #17

Open EdwardHinkle opened 7 years ago

EdwardHinkle commented 7 years ago

There should be a configuration option that allows your default visibility setting to be either "Private" or "Public".

When posting from the app or from the share sheet, one of your options should be "Visibility" which can either be set to "public" or "private". It will, of course, default in each of these settings to the configured option.

It will send the micropub extension property visibility, allowing a post to have the intended audience.

Dev Notes: https://indieweb.org/Micropub-extensions#Visibility