fregante / fregante/GhostText

Expose position of textarea

Open
#174 2 comments 0 reactions 0 assignees View on GitHub
enhancement
Dominant language
JavaScript
Stars
3.6k
Forks
133
PR merge metrics
No merged PRs in 30d

Description

# Description
Comparing with [firenvim](https://github.com/glacambre/firenvim), I prefer GhostText, which is not conflicted my shortcuts in chromium and doesn't slow me down in neovim.

I have tried GhostText with [raghur/vim-ghost](https://github.com/raghur/vim-ghost). I wanna make the position of nvim cover the textarea so I need the position of textarea. After enabling the log, the position of the textarea isn't passed to websocket server.

```log
recd on websocket: ('127.0.0.1', 53718) message:
{"text":"","selections":[{"start":0,"end":0}],"title":"xxxxxxxxx","url":"github.com","syntax":""}
```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.