-
W3C is reaching the final stages for Micropub, https://www.w3.org/TR/micropub/
Its a simple generic API for post creation, so ideally people could use any micropub client to post to their mastodon ac…
-
Hi @dshanske et al! I've been wishing recently that the micropub plugin auto-linked URLs in content, at least when it's plain text. Any chance you could do that?
Thanks in advance!
-
https://indieweb.org/Micropub
-
@physicsdavid I have a few questions about micropub workflows that I'd love to chat about sometime. I'm very interested in post-publication steps and managing community engagement dynamics, specifica…
-
## Expected Behavior
Add supportfor [MicroPub](https://indieweb.org/MicroPub)
## Context
The IndieWeb ecoystem is getting pretty good now, and having MicroPub support would make a lot o…
-
How can we leverage micropub to publish badges? Can We turn Jess Klein's badging app into a micropub client?
How would this interact with potential ledger?
-
Feature request: a Micropub endpoint for Grav.
https://indieweb.org/Micropub
https://indieweb.org/Micropub/Servers
I guess this would be on the roadmap once the JSON REST API has been release…
-
There is a "standard" for posting things to a site, called [micropub](https://micropub.net/implementations/)
Looks like it would be pretty straightforward to implement and would allow usage of a va…
-
In creating a post with 2 categories and 1 syndication target, using `category` and `mp-syndicate-to` which accept arrays, I see the following in the `POST` request:
```json
{
"h": "entry",
…
-
When testing changes in different builds, I often find it to be the case that to check if something is fixed, I need to delete the app and reinstall it to see if that fix has been applied.
It seems…