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

Explore HTML plugins idea #270

Closed
melonamin opened this issue Jan 28, 2022 · 0 comments
Closed

Explore HTML plugins idea #270

melonamin opened this issue Jan 28, 2022 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@melonamin
Copy link
Contributor

#261 adds web view poppers, which can present remote URLs as well as local HTML files.

Potentially it opens an opportunity to create custom plugin UI with HTML, like this ugly example:
CleanShot 2022-01-27 at 17 43 56@2x

HTML file content ```HTML <style> .vertical-menu { width: 200px; height: 200px; }

.vertical-menu a {
background-color: #eee;
color: black;
display: block;
padding: 12px;
text-decoration: none;
}

.vertical-menu a:hover {
background-color: #ccc;
}

.vertical-menu a.active {
background-color: #04AA6D;
color: white;
}
</style>

```

I need to figure out how to properly process clicks\actions, but I think most of it could be done through URL schemes.

@melonamin melonamin added the enhancement New feature or request label Jan 28, 2022
@melonamin melonamin self-assigned this Jan 28, 2022
@melonamin melonamin closed this as not planned Won't fix, can't repro, duplicate, stale Jul 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant