Skip to main content

Omnibox keyword

tag keyword

You may get access to a node from the address bar (omnibox) by '{space/tab}{keyword}{enter}.

xxxx is a keyword if you have a unique node with tag 'xxxx, and you may type ' xxxx in the address bar to go to the corresponding page.

You may list keyword tags by type '{space}{space}{enter} in the address bar.

alt + enter = open in new tab

ominibox keyword rules:

  1. currently it only works on native bookmarks.
  2. it is supposed to be a unique tag.
  3. a keyword tag should prefixed with ' but ' is not a part of the keyword.
  4. a keyword should have at lest 2 characters.
  5. a keyword is suppsed to be letters and should not has symbols as & < > % ' : / ...

keyword with arguments

' {keyword} {arg1} {arg2} {...}

If you have https://github.com/pfcao/abookmark bookmarked with tag 'abm, then you may type ' abm /issues to get https://github.com/pfcao/abookmark/issues.

You may setup some abbreviations for arguments in option page. If you set i for /issues, then you may type ' abm i /16 to get https://github.com/pfcao/abookmark/issues/16.

argument rules:

  1. If there is only one %s in the url, it will be replaced by the arguments joined with space.
  2. If there is more then one %s in the url, they will be replaced by the arguments one by one.
  3. If there is not enough %s, the remaining arguments will be appended to the end of the url.
  4. %s - encode. %S - raw.

title keyword*

A unique title may be used as a keyword if it has no less than 4 characters and has no space.

search keyword*