____ _ ___ ____ _____ / ___|| | |_ _| _ \| ____| | | _ | | | || | | | _| | |_| || |___ | || |_| | |___ \____||_____|___|____/|_____|
Welcome to the Glide tutorial! If you can't see the introduction, press the
~~~~~ introduction ~~~~~
Welcome to the Glide browser! Glide is a bit different from other browsers you may be used to as it is modal based, meaning that pressing the same key combination will perform different operations in different contexts.
The main modes you'll interact with are
At any time, you can tell which mode Glide is in with the indicator at the top left next to the reload button.
~~~~~ lesson 0 ~~~~~
You can come back to this tutorial at any time by typing
Get back to
~~~~~ lesson 1: hints ~~~~~
Hints are the main way that Glide lets you operate web pages using just your keyboard.
Press
Try it now with the button below!
~~~~~ lesson 2: config ~~~~~
Setup the TypeScript
config file by executing
Then execute
Config file detected? ⨯
~~~~~ lesson 2.1: config editing ~~~~~
Let's customise the hint label size so that it's a bit bigger.
Open the config file by running
Then type this in:
glide.o.hint_size = "30px";
After saving the file, you should see a notification below the URL bar telling you that the config
has been modified, click the reload button or execute
Now press
Let's revert the hint size back to a reasonable value, open the config file in your editor again and either delete the code we just added or adjust the value. For reference, the default hint size is 11px.
For more information on what you can do with the config file, see the API reference for all the APIs or the Cookbook for examples of common things you might want to do.
~~~~~ lesson 3: moving around ~~~~~
In
Try moving around and using the input box below to get a feel for it and then hold
↑ k │ │ ← h ────────────┼──────────── l → │ │ j ↓ ┌───────────────── Legend ─────────────────┐ │ h: move left l: move right │ │ j: move down k: move up │ └──────────────────────────────────────────┘
~~~~~ lesson 4: insert mode ~~~~~
As you may have noticed in lesson 2, when you clicked on the input element, Glide switched to
While in
This tutorial is not complete yet, many aspects are not covered.
You should read the config docs for details on how to set up a config file.
The cookbook and all other docs pages should be helpful as well.