Trying out a new format where I write snippets which are too small to be worth a full post in a compilation. I'm hoping this reduces the friction involved in adding more content on my end.
Calibre + Supernote Folder Organisation
Calibre supports the Supernote Android eink devices, but the default setup will send your entire library into the top level of the Documents folder.
To fix this visit the Preferences -> Plugins screen and double click MTP.
Next you have multiple choices. You can change «list of folders» to select a specific folder to put all books into, or you can leave that at the default and change the «Save template» setting to include a column which has the folder to send each individual book to.
In this example I'm using the «Save template» field. It's set to the #folder
custom column, which I defined as a «Column built from other columns» with the following template: {#kobo_collections:contains(paper, papers, fics)}
.
This example means that if the #kobo_collections
tag column contains paper
the book is sent to the papers folder, otherwise it's sent to the fics folder.
Set up the compose key and altgr-intl keyboard variant
If you use a US keyboard, try out the altgr-intl variant to get access to more useful characters. You can tell I just set this up by my frivolous use of guillemets above…
You can set up a compose key for even more symbols.
Compose Sequence | Symbol | Unicode | Description |
---|---|---|---|
<v> <slash> or <slash> <v> | √ | U221A | SQUARE ROOT |
<8> <8> | ∞ | U221E | INFINITY |
<colon> <period> | ∴ | U2234 | THEREFORE |
<period> <colon> | ∵ | U2235 | BECAUSE |
<~> <~> or <dead_tilde> <dead_tilde> | ≈ | U2248 | ALMOST EQUAL TO |
<equal> <underscore> | ≡ | U2261 | IDENTICAL TO |
setxkbmap us -variant altgr-intl -option compose:rwin
sets the X11 keyboard layout to altgr-intl and uses the right windows key as a compose key. compose:menu
is another popular option.