-
-
Notifications
You must be signed in to change notification settings - Fork 5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The editor cannot handle combining (and some other) unicode characters #3435
Comments
Did you try with Code Mirror? (in Setting => Note) |
It does not seem to have this problem, but the syntax highlighting (with latex-math, #3054) is broken even more so than with the basic editor. Basically the whole document is set in italics! Also it highlights [Reference to an article] as if it were a markdown link—although the citation doesn't have the following link component. (It's actually quite nice effect, but I think should be considered a bug.) |
Could you post an example of Markdown note that looks broken in Code Mirror? Eventually we'll want to switch to that one permanently so it would be good to know about these issues. |
Done in #3440 |
Hey there, it looks like there has been no activity on this issue recently. Has the issue been fixed, or does it still require the community's attention? This issue may be closed if no further activity occurs. You may comment on the issue and I will leave it open. Thank you for your contributions. |
Dear @laurent22, I've downloaded 1.0.233, and found out the issue is NOT resolved. I am very appreciate your help to fix it in future releases. Thanks! |
Closing this issue after a prolonged period of inactivity. If this issue is still present in the latest release, please feel free to create a new issue with up-to-date information. |
The editor seems to loose track of the column when combining Unicode characters (e.g.
x
followed by U+0303: “x̃”) are used. It counts the combining character as its own. Editing a line with a combining character then becomes a challenge, as the cursor does not point to the editing position. The same with double-width characters, such as many mathematical symbols (e.g. “⟹”).The text was updated successfully, but these errors were encountered: