doc: Add some ii.com article links

This commit is contained in:
Florian Bruhin 2021-06-10 13:25:51 +02:00
parent fbd4737464
commit c6cdd3f844
4 changed files with 24 additions and 1 deletions

View File

@ -437,3 +437,9 @@ Various emacs/conkeror-like keybinding configs exist:
It's also mostly possible to get rid of modal keybindings by setting
`input.insert_mode.auto_enter` to `false`, and `input.forward_unbound_keys` to
`all`.
Other resources
^^^^^^^^^^^^^^^
- https://www.ii.com/qutebrowser-tips-fragments/[Infinite Ink: qutebrowser Tips and Fragments]
- https://www.ii.com/qutebrowser-configpy/[Infinite Ink: qutebrowsers Template config.py]

View File

@ -52,6 +52,16 @@ ways:
https://lists.schokokeks.org/mailman/listinfo.cgi/qutebrowser[mailinglist] at
mailto:qutebrowser@lists.qutebrowser.org[].
Other resources
---------------
- https://blog.qutebrowser.org/[Development blog]
- https://twitter.com/qutebrowser[Twitter account],
https://fosstodon.org/@qutebrowser[Mastodon account]
- Infinite Ink: https://www.ii.com/qutebrowser-getting-started/[Getting Started
with qutebrowser] and https://www.ii.com/portal/qutebrowser/[other
qutebrowser articles]
License
-------

View File

@ -264,6 +264,10 @@ and QtWebEngine backend is also not available.
On Windows
----------
NOTE: As an additional resource, see
https://www.ii.com/installing-qutebrowser-on-windows/[Infinite Ink: Installing
qutebrowser on Windows].
There are different ways to install qutebrowser on Windows:
Prebuilt binaries

View File

@ -22,7 +22,10 @@ To call a userscript, it needs to be stored in your config or data directory und
`userscripts` (for example: `~/.local/share/qutebrowser/userscripts/myscript`),
or just use an absolute path.
NOTE: On Windows, only userscripts with `com`, `bat`, or `exe` extensions will be launched.
NOTE: On Windows, only userscripts with `com`, `bat`, or `exe` extensions will
be launched. As an additional resource, see
https://www.ii.com/qutebrowser-userscripts-on-windows/[Infinite Ink:
qutebrowser Userscripts on Windows].
Getting information
-------------------