https://github.com/prtksxna/visualize
📈 Gutenberg block to create visualizations
https://github.com/prtksxna/visualize
gutenberg gutenberg-blocks gutenberg-plugin mermaid visualization visualizations wordpress wordpress-plugin
Last synced: 23 days ago
JSON representation
📈 Gutenberg block to create visualizations
- Host: GitHub
- URL: https://github.com/prtksxna/visualize
- Owner: prtksxna
- License: gpl-2.0
- Created: 2020-05-19T08:24:51.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T06:33:51.000Z (about 3 years ago)
- Last Synced: 2025-04-06T08:35:15.581Z (10 months ago)
- Topics: gutenberg, gutenberg-blocks, gutenberg-plugin, mermaid, visualization, visualizations, wordpress, wordpress-plugin
- Language: JavaScript
- Homepage: https://wordpress.org/plugins/visualize/
- Size: 2.74 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Visualize




A Gutenberg block to add visualizations to your blog posts.
# Development
## Getting started
Use `npm install` to get all the dependencies and then `npm start` to watch the `src/` directory and build the files for use.
## Releasing
To cut a new release, first bump the version in:
1. `package.json`
2. `visualize.php`
Then, commit these changes with the following message:
```
chore: bump version to X.Y.Z
```
Finally, add the tag appropriate tag and push all the changes:
```
git tag -a vX.Y.Z -m "vX.Y.Z"
git push origin master
git push origin --tags
```
The *Deploy to WordPress.org* action should automatically push it to [WordPress](https://github.com/prtksxna/visualize).