Koji6 / glide

a modular but comfy startpage for many scenarios

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

glide

a modular but comfy startpage for many scenarios

main layout settings

features:

  • fully modular layout! combine options to create your own unique startpage layout!
  • 2/3 columns, search, image, clock, category labels, greeting
  • drag and drop link editor! visual settings!
  • rosebox color scheme & ability to customize color scheme
  • saving to localstorage, importing and exporting of settings
  • instant load/startup (looking at you, nightTab)
  • click bottom right ◐ to toggle the visibility of the image
  • click bottom left ⚙ to open the settings popup

installation (chrome / chromium)

I included a simple manifest.json so you can import it as a chrome extension.
just clone this repo and load unpacked extension. (you have to enable developer mode)
unpacked
you can also install this in firefox or any browser, just set the index.html to your new tab page / create an addon which replaces the new tab page with this index.html

custom images

if you want a custom image, put it in the img folder. the image should be either a standard portrait image (good for left image) or a wide slice/landscape image (good for top image).

After you put it in the img folder you can just change the image path in settings to the filename (don't add img/)

thanks to:

this startpage for inspiration & original html/css boilerplate

libraries used:

object-observer to automatically update layout when object changes - repo
sortablejs to enable drag and drop reordering of links - repo

commit history (before inital release here): commit history

bonus

if you are a huge fan of shogi (looking at you buffet) and would want a live shogi match always on your startpage (at your own risk, not my fault you will never get anything done), you can change the html like this: howto
and it will look like this:
shogiresult
the embed is live (will update real-time) and if you click on it, you'll be taken to the match on lishogi.

About

a modular but comfy startpage for many scenarios


Languages

Language:JavaScript 88.9%Language:CSS 8.7%Language:HTML 2.3%