-
-
Notifications
You must be signed in to change notification settings - Fork 9
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
Notes app reformats whole document #24
Comments
I have the same problem. |
This might be connected to #15 and could probably be solved by replacing the current text replacement approach (which replaces the entire text of a field on a change): Lines 77 to 91 in 010426a
with an atomic approach, only replacing lines that have changed. As I already stated in #15 I would accept pull requests regarding this, since it is not something that I encounter in my personal workflow but could be changed fairly easily. |
I've been trying to use SketchyVim with Xcode to replace the subpar Vim Xcode implementation (no dot command...) and faced a similar issue. When doing any change, the top of the editor is shifting to the line that was modified, as shown in this screencast. My C is really rusty, but maybe I could contribute this fix with some guidance. xcode.mov |
I'd be potentially interested in fixing this but don't know much about the system APIs. @FelixKratz, how would you recommend going about it? Major annoyance when using it. Find every other or so text field unexpectedly is deleted when using the tool. |
Going into Normal mode and deleting a character in the body turns the whole Note into Title, i.e boldface and bigger font.
Deleted a character in the highlighted line
The text was updated successfully, but these errors were encountered: