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

Suggestion: move code editing window out of the extension window, make it a pop up window instead #24

Open
Craftist opened this issue Aug 2, 2021 · 1 comment

Comments

@Craftist
Copy link

Craftist commented Aug 2, 2021

Chrome's maximum extension window can be 780 or 800 pixels wide. This is simply not enough for the comfortable coding experience. Can you please move the source code editor out of the window into a new window made by window.open?
I just tried it and it works:

const w = window.open('', 'Editor', 'resizable,scrollbars,status');
w.document.write('Hello <b>world</b>');

Displays a popup window with Hello world as the text.

@capripot
Copy link

capripot commented Aug 9, 2021

It could also just be a new tab!

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