barryf / micropublish

A Micropub client that you can use to create, update, delete and undelete content on your Micropub-enabled website.
https://micropublish.net
MIT License
68 stars 16 forks source link

feat: location #90

Closed hacdias closed 2 years ago

hacdias commented 2 years ago

Closes #84.

Adds a location field that can be automatically filled with a Geo URI or manually.

Takes inspiration from https://quill.p3k.io/.

If the checkbox is checked, the field will automatically be filled with a Geo URI and the check will be remembered via Local Storage. Otherwise, the user can manually fill it.

This will definitely encourage me to use Micropublish more and more :)