{% extends "admin/index.html" %} {% import 'bukuserver/lib.html' as buku with context %} {% block head %} {{ super() }} {{ buku.close_if_popup() }} {{ buku.brand_dbname() }} {{ buku.focus('main form[action="/"]') }} {% endblock %} {% block menu_links %} {{ super() }} {% endblock %} {% block body %} {{ super() }}

BUKU

{{ _('Bookmark manager like a text-based mini-web') }}

{{ _('Bookmarks') }} {{ _('Tags') }} {{ _('Statistic') }}

{{ form.keyword.label }} {{ form.keyword(class_='form-control', style='display: inline; width: auto') }}
{% for field in [form.all_keywords, form.markers, form.deep, form.regex] -%}
{{field()}} {{field.label}}
{%- endfor %}

{{_('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)s in the Keyword field of the bookmarklet.', buku='@buku'|safe) }}
{{ _('in Chrome:') }}
{{ _('In %(path)s, add a new row by placing %(add_to_buku)s, %(buku)s, and the copied bookmarklet URL in respective fields).', path=''|safe + _('Settings > Search engine > Manage… > Site Search')|escape + ''|safe, add_to_buku='✚ '|safe + _('Add to Buku') + ''|safe, buku='@buku'|safe) }}
{{ _('usage:') }}
{{ _("By hitting %(hotkey)s (thus switching to Location Bar), then typing %(buku)s and hitting %(enter)s, you'll be able to open the bookmarklet dialog via keyboard only.", hotkey='Ctrl+L'|safe, buku='@buku'|safe, enter='Enter'|safe) }}
{{ _('Note: in Firefox this changes displayed URL, but you can reset it by switching back to Location Bar and hitting %(escape)s twice.', escape='Esc'|safe) }}
{% endblock %} {% block tail %} {{ buku.set_lang() }} {% endblock %}