Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/joppuyo/disable-drop-cap
Plugin to disable drop cap in Gutenberg editor paragraph block.
https://github.com/joppuyo/disable-drop-cap
gutenberg wordpress wordpress-plugin wp-plugin
Last synced: about 2 months ago
JSON representation
Plugin to disable drop cap in Gutenberg editor paragraph block.
- Host: GitHub
- URL: https://github.com/joppuyo/disable-drop-cap
- Owner: joppuyo
- Archived: true
- Created: 2020-09-20T10:05:14.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-12-05T14:53:22.000Z (about 3 years ago)
- Last Synced: 2024-11-14T19:02:53.206Z (about 2 months ago)
- Topics: gutenberg, wordpress, wordpress-plugin, wp-plugin
- Language: PHP
- Homepage: https://siipo.la/blog/disable-drop-cap-in-wordpress-5-5
- Size: 516 KB
- Stars: 11
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Disable Drop Cap
| :warning: | Important notice: This repository is no longer updated. I've released version 2.0 of this plugin, which is [available in the WordPress.org plugin repository](https://wordpress.org/plugins/disable-drop-cap/). Since I've changed the plugin slug from remove-drop-cap to disable-drop-cap, you will need to update to the new version manually. Source code for the new version is available [in a separate GitHub repository.](https://github.com/joppuyo/disable-drop-cap-v2) |
|---|:---|Plugin to disable drop cap in Gutenberg editor paragraph block.
### Note for WordPress 5.8
With WordPress 5.8, you can use the new `theme.json` feature to disable drop caps in your theme. Add a `theme.json` with the following content in the root of your theme.
```json
{
"version": 1,
"settings": {
"typography": {
"dropCap": false
}
}
}
```This plugin does continue working in WordPress 5.8 but be aware of this alternative solution.
## Requirements
* WordPress 5.5, 5.6, 5.7 or 5.8
* PHP 7.0 or later