docs-vim
docs-vim copied to clipboard
cursor size not matching text size
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

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

can you fix those two issues?
Thanks for the feedback!
- 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.
- 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!