Skip to content

Latest commit

 

History

History
113 lines (75 loc) · 4.26 KB

README.md

File metadata and controls

113 lines (75 loc) · 4.26 KB

ChalkHome-startpage

Startpage with chalkboard theme

Launch

A chalkboard-like startpage that supports commands.

From /r/startpages:

A startpage is the page you first see when you open your browser. A custom startpage may have links to your favourite sites and maybe a search box for your favourite search engine.

Features

  • chalkboard-like design
  • To-do list that use localStorage to store data even after refreshing or closing the browsers
  • Generates searches from Google or DuckDuckGo
  • Random quote appearing when hovering the clock with a different style each time you do
  • Extra link at the bottom, hidden and shown with a click on the background
  • Custom background with opacity that make the content visible only when needed
  • Supports commands (see below for more details)

Screenshot

Startpage in action.

Commands

The following is a list of all commands available for input into the search box, as well as their functions:

  • [-?] or [-help]

    • go to the help menu with the list of all commands help
  • [-set]

    • go to the settings menu, you can choose:

      • background
      • color
      • font

      help

  • [-todo]

    • go to To-Do List help
  • hovering the clock

    • Generates random quote, with a random style help help help
  • clicking on empty space on Background

    • It will show extra link at the bottom of the page help

Custom Background

You can set the custom background from setting menu, and you'll see the content's opacity drop to let you see the BG image. Opacity is restored when something is hovered, or when you type in the input box. help help You can create whatever you want with a chalkboard look-like drawing. Here i did New York: help

Fonts:

These are all the fonts used in this startpage:

Usage

Most browsers will require you to use extensions to set a custom startpage as your new tab page:

If you want to use this startpage, be sure to personalize the links in variables.js to your liking. All editable data is stored in some arrays, so you can easily change links, quick search commands, colors, bacgrounds and fonts.

Screenshots

Credits

I wanted a new startpage and wanted to learn some html and js so it came out this, that has really a lot of useless stuffs, but it's for learning purpose. I had fun doing this and i'm happy with the result. Any comment is welcome.

License

GNU GENERAL PUBLIC LICENSE

You can do whatever you want with this. Enjoy!

ChalkHome startpage