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

Full HTML widget support in a GUI #59

Open
Julian opened this issue Jun 15, 2021 · 1 comment
Open

Full HTML widget support in a GUI #59

Julian opened this issue Jun 15, 2021 · 1 comment
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@Julian
Copy link
Owner

Julian commented Jun 15, 2021

There are a number of neovim-based GUIs.

Some notable ones are:

uivonim
vimr
gnvim
vv

and likely more, given I don't personally stay too much on top of these. The first one is likely particularly interesting given it has contributors who are neovim core devs.

We currently support TUI-based widgets, but for more complex ones such as e.g. the sudoku solver which truly rely on HTML rendering, a GUI (with access to a real browser) is needed.

We could attempt to follow something like bracey's model even for terminal nvim by opening an optional browser window which updates not on save but on infoview update.

@Julian Julian added enhancement New feature or request help wanted Extra attention is needed labels Jun 15, 2021
@Julian Julian changed the title Explore "true" widgets in an nvim GUI Full HTML widget support in a GUI Oct 4, 2021
@Julian
Copy link
Owner Author

Julian commented Oct 23, 2021

lean4-infoview is apparently intended to be editor-agnostic, so if this were to be done it seems it's where we should start.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant