Skip to content
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

cursor size not matching text size #7

Open
antonilol opened this issue May 14, 2021 · 1 comment
Open

cursor size not matching text size #7

antonilol opened this issue May 14, 2021 · 1 comment

Comments

@antonilol
Copy link
Contributor

antonilol commented May 14, 2021

in vim the whole text has one font size. that is not the case with Google Docs.
possible solution: adapt cursor size to font size
large
small

and in vim text is still visible through the cursor
possible solution: i dont know
cursor

can you fix those two issues?

@matthewsot
Copy link
Owner

Thanks for the feedback!

  1. Cursor size vs. text size, yes, I imagine we could fix this. The 'easiest' would probably be to measure the characters' width. We may have code around that does this, but I'm not sure.
  2. Text visible through cursor, that sounds like something there might be a CSS transform for but I'm honestly not sure. Might be worth poking around some CSS resources to see if there's anything like a background-color: invert-transparent.

Also, while I greatly appreciate the input + work you did in the other PR, I do want to make sure you know about the newly-added update section on the README --- basically, docs-vim will probably stop working for good because of major changes on the Google side in the next few months. So you may want to consider that when deciding how much effort to put into fixing either of those issues.

Thanks again!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants