https://github.com/jshwlkr/microlink-block
microlink.io links as a gutenberg block
https://github.com/jshwlkr/microlink-block
gutenberg gutenberg-blocks microlink wordpress wordpress-plugin
Last synced: about 1 month ago
JSON representation
microlink.io links as a gutenberg block
- Host: GitHub
- URL: https://github.com/jshwlkr/microlink-block
- Owner: jshwlkr
- Created: 2018-04-06T18:59:37.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2023-04-23T23:22:31.000Z (about 3 years ago)
- Last Synced: 2025-07-25T02:28:28.201Z (11 months ago)
- Topics: gutenberg, gutenberg-blocks, microlink, wordpress, wordpress-plugin
- Language: JavaScript
- Homepage:
- Size: 908 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This project was bootstrapped with [Create Guten Block](https://github.com/ahmadawais/create-guten-block).
This is a gutenberg block for interacting with microlink.io. It doesn't actually take advantage of any of the useful
microlink features, it was mostly an attempt at fetching the API data in the editor instead of the front-end (in order to
circumvent the rate limit of microlink's API).
Notable omissions in the code include: throwing an error on failure but not catching it, not addressing timeout, leaving
the editor in a notably bad state.