prosemirror-typerighter
prosemirror-typerighter copied to clipboard
The difference between ignoredMarks and skippedMarks isn't clear
The difference between ignoredMarks and skippedMarks, callbacks provided in the public API, isn't clear:
- ignoredMarks is a function that, given a node, returns ranges that invalidate suggestions returned from
typerighter
. - skippedMarks is a function that, given a node, returns ranges that are never sent to Typerighter (the text is never visible to the checker.)
What might be a better name for these functions?