Skip to content

Want a exclude list for symbols and emoji #664

@bonfiresh

Description

@bonfiresh

To aviod cursor postion problem due some symbols or emoji rending after input,
Especially in the case of continuous input some symbols or emoji on table content, the cursor always jump to the head of line,
This also can cause conflic with other plugin that have symbol or emoji input functions.
In my case, feel manually patched is not a elegant way:

// line: 6209, main.js
if (!/|®||¥|🔶|🔆/.test(emojiName)) updateRange(from, to, new IconPosition(emojiName), isSourceMode);

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions