verbb / vizy

A flexible visual editor for Craft CMS
Other
44 stars 8 forks source link

Add support for superscript and subscript extensions #70

Closed andrewmenich closed 3 years ago

andrewmenich commented 3 years ago

What are you trying to do? Provide clients with the ability to add subscript and superscript tags in their content.

What's your proposed solution? tiptap provides extensions for these out of the box:

@tiptap/extension-superscript @tiptap/extension-subscript

Happy to submit a PR if that's helpful. Thanks for considering!

engram-design commented 3 years ago

Added for the next release. To get this early, change your verbb/vizy requirement in composer.json to:

"require": {
  "verbb/vizy": "dev-craft-3 as 1.0.5",
  "...": "..."
}

Then run composer update.

engram-design commented 3 years ago

Added in 1.0.6