mirror of
https://github.com/xvvvyz/tilde.git
synced 2026-03-11 14:44:24 +00:00
update config docs
This commit is contained in:
parent
2ee7b97cc6
commit
51e495571e
1 changed files with 3 additions and 5 deletions
|
|
@ -48,11 +48,10 @@
|
|||
pathDelimiter: '/',
|
||||
|
||||
// set to true to instantly redirect when a key is matched.
|
||||
// you'll have to put a space before any search queries to
|
||||
// prevent unwanted redirects.
|
||||
// put a space before any search queries to prevent unwanted redirects.
|
||||
instantRedirect: false,
|
||||
|
||||
// suggest your most popular searches as you type.
|
||||
// suggest your most popular queries as you type.
|
||||
suggestions: true,
|
||||
|
||||
// max amount of suggestions to display.
|
||||
|
|
@ -64,8 +63,7 @@
|
|||
// the delimiter between the hours and minutes in the clock.
|
||||
clockDelimiter: ' ',
|
||||
|
||||
// when the input matches this regular expression, you will
|
||||
// be redirected directly to the input url.
|
||||
// used for determining when to redirect directly to a url.
|
||||
urlRegex: /^(?:(http|https)?:\/\/)?(?:[\w-]+\.)+([a-z]|[A-Z]|[0-9]){2,6}/i,
|
||||
|
||||
// if "urlRegex" matches but this doesn't, "http://" will be
|
||||
|
|
|
|||
Loading…
Reference in a new issue