{% set q = query | default(value="") %} {% if q %}
local
{% if total_results > 0 %}
{% if total_pages > 1 %}Page {{ page }} of {{ total_pages }} - {% endif %} {{ total_results }} result{% if total_results != 1 %}s{% endif %} for "{{ q }}"
    {% for bm in bookmarks %}
  • {{ bm.url }}
    {% if bm.description %}
    {{ bm.description }}
    {% endif %} {% if bm.tags %}
    {{ bm.tags }}
    {% endif %}
  • {% endfor %}
{% if total_pages > 1 %} {% endif %} {% else %}
no bookmarks found
{% endif %}
{% if external_results %}
external
{% if external_engines %}
{% for name in external_engines %} {% endfor %}
{% endif %}
    {% for r in external_results %}
  • {{ r.url }}
    {% if r.description %}
    {{ r.description }}
    {% endif %}
    {{ r.engine }}
  • {% endfor %}
{% endif %}
{% else %}
enter a query to search your bookmarks
{% endif %}

keyboard shortcuts

/focus search
j / ↓next result
k / ↑previous result
oopen result
?toggle this help
escclose / blur
{% if shortcuts %}

search shortcuts

{% for sc in shortcuts %}
!{{ sc.trigger }} queryredirect to {{ sc.name }}
{% if sc.has_at %}
@{{ sc.trigger }} querysearch only {{ sc.name }}
{% endif %} {% endfor %} {% endif %}

browser integration

?js=trueadd to your browser's search engine URL for faster loading