glance icon indicating copy to clipboard operation
glance copied to clipboard

[REQUEST] HTML/JavaScript Widget

Open yefoenix opened this issue 1 year ago • 2 comments

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.

yefoenix avatar May 14 '24 15:05 yefoenix

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 avatar May 15 '24 15:05 svilenmarkov

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>

yefoenix avatar May 16 '24 00:05 yefoenix