prosemirror-inputrules
Advanced tools
Changelog
1.0.3 (2019-05-17)
Prevent input rules from running during compositions, since they will annoyingly interrupt them.
Changelog
1.0.1 (2017-11-10)
Input rules no longer fire in blocks that have their code
spec set to true.
Changelog
0.23.0 (2017-09-13)
Schema-specific rule-builders blockQuoteRule
, orderedListRule
, bulletListRule
, codeBlockRule
, and headingRule
, along with the allInputRules
array, are no longer included in this module.
Changelog
0.22.0 (2017-06-29)
Input rules with spaces in them now match any whitespace where the space is expected, to avoid mysteriously not working when a non-breaking space is present.
Changelog
0.20.0 (2017-04-03)
The input rules plugin no longer implicitly binds backspace to undo the last applied rule.
This module now exposes a command undoInputRule
, which will revert an input rule when run directly after one was applied.