summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorMarkus Blöchl <markus@blochl.de>2021-01-25 22:48:45 +0100
committerMarkus Blöchl <markus@blochl.de>2021-01-25 22:48:45 +0100
commit62afe97f99e47aa24e1f6760a89aa5f21f78c719 (patch)
tree78a0d60f72fac29df2862521f2a6f068cf0ef191 /misc
parent9063229f4dd2d3cce2ff34ae1909fd653c6cd6aa (diff)
downloadqutebrowser-62afe97f99e47aa24e1f6760a89aa5f21f78c719.tar.gz
qutebrowser-62afe97f99e47aa24e1f6760a89aa5f21f78c719.zip
Change inline markdown formatting in qute-keepassxc
Diffstat (limited to 'misc')
-rwxr-xr-xmisc/userscripts/qute-keepassxc12
1 files changed, 4 insertions, 8 deletions
diff --git a/misc/userscripts/qute-keepassxc b/misc/userscripts/qute-keepassxc
index b5da1fb2a..6e608455e 100755
--- a/misc/userscripts/qute-keepassxc
+++ b/misc/userscripts/qute-keepassxc
@@ -18,14 +18,12 @@
# along with qutebrowser. If not, see <http://www.gnu.org/licenses/>.
"""
-Introduction
-============
+# Introduction
This is a [qutebrowser][2] [userscript][5] to fill website credentials from a [KeepassXC][1] password database.
-Installation
-============
+# Installation
First, you need to enable [KeepassXC-Browser][6] extensions in your KeepassXC config.
@@ -46,8 +44,7 @@ config.bind('pw', 'spawn --userscript qute-keepassxc --key ABC1234', mode='norma
```
-Usage
-=====
+# Usage
If you are on a webpage with a login form, simply activate one of the configured key-bindings.
@@ -55,8 +52,7 @@ The first time you run this script, KeepassXC will ask you for authentication li
Just provide a name of your choice and accept the request if nothing looks fishy.
-How it works
-============
+# How it works
This script will talk to KeepassXC using the native [KeepassXC-Browser protocol][4].