https://github.com/jeremyfelt/microformat-blocks
Blocks for WordPress that implement microformats
https://github.com/jeremyfelt/microformat-blocks
gutenberg-blocks indieweb indieweb-wordpress microformats wordpress
Last synced: 19 days ago
JSON representation
Blocks for WordPress that implement microformats
- Host: GitHub
- URL: https://github.com/jeremyfelt/microformat-blocks
- Owner: jeremyfelt
- Created: 2020-11-15T19:35:42.000Z (over 5 years ago)
- Default Branch: develop
- Last Pushed: 2020-11-16T01:03:32.000Z (over 5 years ago)
- Last Synced: 2025-10-11T00:37:49.161Z (8 months ago)
- Topics: gutenberg-blocks, indieweb, indieweb-wordpress, microformats, wordpress
- Language: JavaScript
- Homepage:
- Size: 13.7 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Microformat Blocks for WordPress
Very draft. Will change.
## Content Entry (h-entry) block
This block implements an initial attempt at [proper h-entry markup](http://microformats.org/wiki/h-entry).
Toggles are used to include:
* `p-name`
* `p-summary`
* `e-content`
* `dt-published`
To implement next:
* Author cards per entry.
* Permalinks per entry.
* Add `u-in-reply-to` in the style [described by reply-context](https://indieweb.org/reply-context).