diff options
author | mathieui <mathieui@mathieui.net> | 2016-08-21 00:13:32 +0200 |
---|---|---|
committer | mathieui <mathieui@mathieui.net> | 2016-08-21 00:13:32 +0200 |
commit | 8e3cfdaca8b922755a162f2718cdfb599af8a517 (patch) | |
tree | 089e3d686fe8d3ae2176fba65271476a6185fa99 /doc | |
parent | 9792a2db2a3ec209fb7ff93a326731fc509bd658 (diff) | |
download | poezio-8e3cfdaca8b922755a162f2718cdfb599af8a517.tar.gz poezio-8e3cfdaca8b922755a162f2718cdfb599af8a517.tar.bz2 poezio-8e3cfdaca8b922755a162f2718cdfb599af8a517.tar.xz poezio-8e3cfdaca8b922755a162f2718cdfb599af8a517.zip |
Document the bookmarks tab
Diffstat (limited to 'doc')
-rw-r--r-- | doc/source/images/bookmark_tab.png | bin | 0 -> 36415 bytes | |||
-rw-r--r-- | doc/source/usage.rst | 12 |
2 files changed, 12 insertions, 0 deletions
diff --git a/doc/source/images/bookmark_tab.png b/doc/source/images/bookmark_tab.png Binary files differnew file mode 100644 index 00000000..e7a2dfeb --- /dev/null +++ b/doc/source/images/bookmark_tab.png diff --git a/doc/source/usage.rst b/doc/source/usage.rst index e4ec0739..6690ff6f 100644 --- a/doc/source/usage.rst +++ b/doc/source/usage.rst @@ -255,4 +255,16 @@ Or a XEP-0070_ validation: .. figure:: ./images/xep_0070.png :alt: XEP-0070 validation tab + +Bookmarks tab +~~~~~~~~~~~~~ + +This tab can be obtained using :term:`/bookmarks`, it is a graphical interface +for managing bookmarks. You can edit the bookmark address itself, its password, +the storage backend, and the autojoin status. Note that local bookmarks always +have autojoin set to True. + +.. figure:: images/bookmark_tab.png + :alt: Bookmarks tab screenshot + .. _XEP-0070: https://xmpp.org/extensions/xep-0070.html |