ubyssey.ca
ubyssey.ca copied to clipboard
Feature request: Draftail Strikethrough
Our editors would like to be able to do strikethroughs in the Rich Text editors in Wagtail.
Wagtail implements its Rich Text editor using Draftail. Plugins etc. can be added to Draftail, which is itself based on Draft.JS. The following documentation exists for writing or installing extensions to Draftail:
https://docs.wagtail.org/en/stable/extending/extending_draftail.html
Mention of enabling Draftail strikethrough on this page:
https://www.draftail.org/docs/formatting-options
It seems it should not be difficult to flip a few switches to get it enabled, we just need to read this documentation to see explicitly which ones
move to a later date and lower priority
Can I take up this issue?
I have made a new branch called the "strikethrough-rich-feature". I only added a wagtail_hooks.py file with my current rich text bar:
I am struggling to move the strikethrough button to the left side of the rich text bar. An idea is to completely remove the rich text bar and then append each button in a specific order.
Editorial Request to also add/bundle in left, right and center justify text options in the rich html text block through draftail