Tag: javascript
-
ES5, ESNext, and a Headache
If you’re confused about the weird “ES” names with regards to Gutenberg and Javascript, there’s some history that may help you out.
-
Blocks: Another Way to Adjust Settings
Adding buttons to a Gutenberg block can indeed be done. Dare I say it? Simply.
-
Gutenberg Spoiler Blocks Redux
Another version of a repeatable spoiler block with Gutenberg.
-
Advanced Block Behaviour
Some more extra things with Gutenberg that are on the wild side of advanced.
-
Caching Dismissible Alerts With localStorage
Using Javascript loclaStorage to store persistent string data and have it keep alerts dismissed.