Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add full support for requests handled by Micropub #10

Open
5 tasks
jeremyfelt opened this issue Dec 12, 2021 · 0 comments
Open
5 tasks

Add full support for requests handled by Micropub #10

jeremyfelt opened this issue Dec 12, 2021 · 0 comments
Assignees
Labels

Comments

@jeremyfelt
Copy link
Owner

jeremyfelt commented Dec 12, 2021

The Micropub plugin for WordPress handles Micropub requests to WordPress sites.

Right now, these incoming requests are stored as posts and post_content is built from the request to contain the correct microformats. If the Post Kinds plugin is active, then it will perform some actions based on these requests so that posts are treated as replies, bookmarks, etc...

On my site, which is the primary feature driver of the Shortnotes plugin, I would like to route Micropub requests so that they are stored as the shortnote post type instead. There should probably be some awareness of the Post Kinds plugin in the rare case that both are active.

In a first iteration, I think:

  • Notes, Replies, and Bookmarks should be stored as short notes.
  • Micropub's rendering of this content should be removed and provided by Shortnotes.
  • Rendered content should be block editor compatible.
  • Rendered content should be microformat compatible.
  • The block editor UI for Shortnotes should support any fields captured via Micropub.

There's probably more, but that's a good start!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant