All Projects → joppuyo → disable-drop-cap

joppuyo / disable-drop-cap

Licence: other
Plugin to disable drop cap in Gutenberg editor paragraph block.

Programming Languages

PHP
23972 projects - #3 most used programming language

Projects that are alternatives of or similar to disable-drop-cap

averroes
A Gutenberg compatible markdown editor. Write in Markdown, edit in Markdown and preview in HTML.
Stars: ✭ 15 (+36.36%)
Mutual labels:  wordpress-plugin, gutenberg
acf-flexible-content-preview
Transforms ACF's flexible content field's layout list into a modal with image previews.
Stars: ✭ 21 (+90.91%)
Mutual labels:  wordpress-plugin, wp-plugin
qubely
Qubely Blocks – Full-fledged Gutenberg Toolkit
Stars: ✭ 76 (+590.91%)
Mutual labels:  wordpress-plugin, gutenberg
block-navigation
Sidebar with the current post blocks and some tools to facilitate the editing process in the Gutenberg editor.
Stars: ✭ 16 (+45.45%)
Mutual labels:  wordpress-plugin, gutenberg
gutenberg-i18n-block
Gutenberg block to demo internationalization functionality.
Stars: ✭ 35 (+218.18%)
Mutual labels:  wordpress-plugin, gutenberg
chatterbox
Create chat threads using WordPress Blocks inside app and device wrappers.
Stars: ✭ 18 (+63.64%)
Mutual labels:  wordpress-plugin, gutenberg
wp-mail-catcher
A fast, lightweight plugin that saves emails sent by your WordPress website.
Stars: ✭ 16 (+45.45%)
Mutual labels:  wordpress-plugin, wp-plugin
wp-block-description-list
A wordpress gutenberg block plugin for description lists.
Stars: ✭ 17 (+54.55%)
Mutual labels:  wordpress-plugin, gutenberg
graphql-gutenblock-example
Example Gutenberg Block using WPGraphQL to populate the data
Stars: ✭ 17 (+54.55%)
Mutual labels:  wordpress-plugin, gutenberg
ultimate-addons-for-gutenberg
Power-up the Gutenberg editor with advanced and powerful blocks that help you build websites in minutes!
Stars: ✭ 166 (+1409.09%)
Mutual labels:  wordpress-plugin, gutenberg
icon-block
A simple little WordPress block that allows you add an SVG icon or graphic to your website.
Stars: ✭ 24 (+118.18%)
Mutual labels:  wordpress-plugin, gutenberg
Create Guten Block
📦 A zero-configuration #0CJS developer toolkit for building WordPress Gutenberg block plugins.
Stars: ✭ 3,040 (+27536.36%)
Mutual labels:  wordpress-plugin, gutenberg
wp-graphql-gravity-forms
GraphQL API for interacting with Gravity Forms.
Stars: ✭ 119 (+981.82%)
Mutual labels:  wordpress-plugin, wp-plugin
wordpress
Free PWA & SPA for Wordpress & Woocommerce
Stars: ✭ 103 (+836.36%)
Mutual labels:  wordpress-plugin, wp-plugin
Wp Graphql
🚀 GraphQL API for WordPress
Stars: ✭ 3,097 (+28054.55%)
Mutual labels:  wordpress-plugin, wp-plugin
Gutenberg
The Block Editor project for WordPress and beyond. Plugin is available from the official repository.
Stars: ✭ 7,409 (+67254.55%)
Mutual labels:  wordpress-plugin, gutenberg
aino-theme
A Gutenberg-ready WordPress theme.
Stars: ✭ 107 (+872.73%)
Mutual labels:  gutenberg
code-embed
🧩WordPress plugin to make embedding of code in posts really, really easy
Stars: ✭ 20 (+81.82%)
Mutual labels:  wordpress-plugin
gutenberg-workshop
⚒️ A Gutenberg Workshop 🅱️
Stars: ✭ 21 (+90.91%)
Mutual labels:  gutenberg
character-extraction
Extracts character names from a text file and performs analysis of text sentences containing the names.
Stars: ✭ 40 (+263.64%)
Mutual labels:  gutenberg

Disable Drop Cap

⚠️ 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. 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.

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.

{
    "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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].