Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/carolinan/block-markup-snippets
The WordPress block markup extension includes autocomplete snippets that helps you add blocks to your templates faster.
https://github.com/carolinan/block-markup-snippets
full-site-editing vscode-extension wordpress wordpress-theme
Last synced: 15 days ago
JSON representation
The WordPress block markup extension includes autocomplete snippets that helps you add blocks to your templates faster.
- Host: GitHub
- URL: https://github.com/carolinan/block-markup-snippets
- Owner: carolinan
- License: gpl-2.0
- Created: 2021-05-06T05:53:57.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-08-06T14:40:27.000Z (over 2 years ago)
- Last Synced: 2024-10-04T16:39:20.627Z (about 1 month ago)
- Topics: full-site-editing, vscode-extension, wordpress, wordpress-theme
- Language: TypeScript
- Homepage:
- Size: 116 KB
- Stars: 9
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: license.txt
Awesome Lists containing this project
README
# WordPress block markup
The WordPress block markup extension includes autocomplete snippets that helps you add blocks to your templates faster.
## Features
Add blocks to your full site editing templates faster by typing the name of the block.
For example, to add a template part, start typing "wp:template-part" or just "template part":
![Template part](images/template-part-animation.gif)
## Release Notes
### 1.3.0
Added new blocks:
Avatar
Pattern
No results
Read more
Table of contentsUpdated blocks:
CoverExtra:
Block pattern file header
Comment template part### 1.2.0
Added new blocks:
Comments query loop
Comment template
Comments pagination
Comment author avatar
Comment author name
Comment content
Comment reply link
Comment edit link
Post author nameAdded Shortcuts for header and footer template parts,
row group block variation.Updated blocks:
Archives
Gallery
Navigation
Query paginationRemoved blocks:
Navigation link. This markup is no longer used, because the navigation block uses a reference ID instead.### 1.1.1
Bug fix
### 1.1.0
Replaced the query-loop block with post-template.
Added the inner div to the query block.
Updated: Query pagination, Search.### 1.0.0
Initial release of WordPress block markup.
Gutenberg version: 10.6 RC1.## License
GPL 2.0 or later