Thibaud Colas
Thibaud Colas
Yes, although no fix ready to be used yet. I initially attempted to make a PR to Draft.js as mentioned above, but this stalled due to them doing a rewrite...
Other relevant issues: - https://github.com/facebook/draft-js/issues/850 - https://github.com/facebook/draft-js/issues/1182
#171 introduces a "focus" plugin example, which can be leveraged for this. It would be nice to have it built-in though, if possible (to be considered).
Hey @bennettrogers 👋 thanks for the detailed report. I think this is the following change from Draft.js v0.11.0, released a couple of weeks ago: > [Add different counter-style for ordered...
Reviewing this again, using the same numerals for all nesting levels matches default styling of nested lists in HTML. Draftail generally aims for a "WYSIWYG" experience, so we won’t be...
I think this needs to be done with the `controls` API / prop (https://www.draftail.org/docs/arbitrary-controls), using `ToolbarButton` to add a button to the toolbar. Then, the fun bit of the task...
If you’re referring to https://www.draftail.org/docs/keyboard-shortcuts, it says "Increase list indentation". This is only for list items, where the indentation in the editor denotes the list nesting in HTML.
It looks like this plugin could use additional maintenance love – do the people currently involved with it take applications for new maintainers? I’d happily volunteer some of my time,...
For people following this discussion – there’s now talks of either adding some of those rules to Stylelint itself or creating another community plugin similar to stylelint-a11y here: https://github.com/stylelint/stylelint/issues/6212.
For people following this discussion – there’s now talks of either adding some of those rules to Stylelint itself or creating another community plugin similar to stylelint-a11y here: https://github.com/stylelint/stylelint/issues/6212. @ronilaukkarinen...