doc: Add some ii.com article links
This commit is contained in:
parent
fbd4737464
commit
c6cdd3f844
|
|
@ -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: qutebrowser’s Template config.py]
|
||||
|
|
|
|||
|
|
@ -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
|
||||
-------
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
-------------------
|
||||
|
|
|
|||
Loading…
Reference in New Issue