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

GhostText not working on coderpad.io (Monaco Editor) #288

Closed
huangyingw opened this issue Jul 5, 2023 · 1 comment
Closed

GhostText not working on coderpad.io (Monaco Editor) #288

huangyingw opened this issue Jul 5, 2023 · 1 comment

Comments

@huangyingw
Copy link

Setup Information:

Browser: Google Chrome
Editor: Neovim (nvim)

Description of the Issue:

I have been using the GhostText extension with Google Chrome and Neovim as my editor. However, I've encountered an issue where GhostText does not work when I try to use it with https://app.coderpad.io/.

Interestingly, when I use GhostText on other sites, such as when creating a new issue on https://github.com/fregante/GhostText/issues/new, it functions correctly. This leads me to believe that there may be an issue specifically with app.coderpad.io's compatibility with GhostText.

Is there anything that can be done to enable GhostText compatibility with app.coderpad.io?

@fregante
Copy link
Owner

fregante commented Jul 6, 2023

https://app.coderpad.io/sandbox

It seems to be a Monaco Editor instance (#239) but globalThis.monaco isn't set, so I don't know of any way to access the editor data.

There's a globalThis.editor property though so that could be used, if standard.

This seems to be the same issue as #283

@fregante fregante changed the title GhostText not working with coderpad.io in Chrome with nvim GhostText not working on coderpad.io (Monaco Editor) Jul 6, 2023
@fregante fregante closed this as not planned Won't fix, can't repro, duplicate, stale Jul 6, 2023
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