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

[REQUEST] HTML/JavaScript Widget #64

Closed
yefoenix opened this issue May 14, 2024 · 2 comments
Closed

[REQUEST] HTML/JavaScript Widget #64

yefoenix opened this issue May 14, 2024 · 2 comments
Milestone

Comments

@yefoenix
Copy link

Hello! Thanks for your work on Glance!
Could you please add the HTML/JavaScript Widget to glance, just similar to Blogger and some other blog applications.

@svilenmarkov
Copy link
Member

Hey and thanks for the suggestion!

It shouldn't be difficult to add, I'll see if I can get it done within the next release or two.

@svilenmarkov svilenmarkov added this to the v0.5.0 milestone May 15, 2024
@yefoenix
Copy link
Author

As a side note, this may be a general solution for some feature requests.
e.g. simple codes for #33 Adding a search bar:

<form action="https://search.garudalinux.org/search">
  <div class="searchBar">
    <div class="textInput">
      <input type="text" name="q" placeholder="Search Whoogle">
    </div>
    <button type="submit" class="searchBtn">Search</button>
 </div>
 </form>

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