better-blockquotes
better-blockquotes copied to clipboard
A plugin for improving the blockquote button in the WordPress editor.
This works great for the standard editor, but it doesn't seem to initialize and swap out the blockquote button when used with the Advanced Custom Fields editor.
I added 4 filters for more customizable output: betterblockquotes_before_blockquote, betterblockquotes_before_cite, betterblockquotes_after_cite and betterblockquotes_after_blockquote. ``` This is the quote. Citation ``` One can use them to wrap html elements inside and...
New: If you select text and then click on the quote button, the plugins popup is displayed with the selected text as value. Imo, that's the way a user would...
Love this. But the one thing that's missing is the ability to then edit the blockquote using the same window. Is there a way to implement this? Either with a...