docs-vim icon indicating copy to clipboard operation
docs-vim copied to clipboard

cursor size not matching text size

Open antonilol opened this issue 4 years ago • 1 comments
trafficstars

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?

antonilol avatar May 14 '21 11:05 antonilol

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!

matthewsot avatar May 14 '21 17:05 matthewsot