{% extends "admin/index.html" %} {% import 'bukuserver/lib.html' as buku with context %} {% block head %} {{ super() }} {{ buku.close_if_popup() }} {% endblock %} {% block menu_links %} {{ super() }} {% endblock %} {% block body %} {{ super() }}

BUKU

Bookmark manager like a text-based mini-web

Bookmarks Tags Statistics

{{form.keyword.label}} {{form.keyword()}}
{{form.deep()}} {{form.deep.label}}
{{form.regex()}} {{form.regex.label}}

Bookmarklet: ✚ Add to Buku
Note: if you select text on the page before activating the bookmarklet, it'll be used as description instead of page metadata.

Location Bar (keyboard-only) shortcut
in Firefox:
Open the bookmarks editor and set @buku in the Keyword field of the bookmarklet.
in Chrome:
In Settings > Search engine > Manage… > Site Search, add a new row (by placing ✚ Add to Buku, @buku, and the copied bookmarklet URL in respective fields).
usage:
By hitting Ctrl+L (thus switching to Location Bar), then typing @buku and hitting Enter, you'll be able to open the bookmarklet dialog via keyboard only.
Note: in Firefox this changes displayed URL, but you can reset it by switching back to Location Bar and hitting Esc twice.
{% endblock %}