202501 Snippets and Links

New post format, mashup of sections too small to deserve a separate page
by

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.

MTP Plugins Screen

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.

Part of Calibre Customize MTP Device Interface dialog

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…

altgr-intl layout

You can set up a compose key for even more symbols.

Compose SequenceSymbolUnicodeDescription
<v> <slash> or <slash> <v>U221ASQUARE ROOT
<8> <8>U221EINFINITY
<colon> <period>U2234THEREFORE
<period> <colon>U2235BECAUSE
<~> <~> or <dead_tilde> <dead_tilde>U2248ALMOST EQUAL TO
<equal> <underscore>U2261IDENTICAL 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.


Cite as BibTeX
@misc{202501-snippets-links,
    author = {Luna Nova},
    title = {202501 Snippets and Links},
    year = {2025},
    url = {https://lunnova.dev/articles/202501-snippets-links/},
    howpublished = {https://lunnova.dev/articles/202501-snippets-links/},
    urldate = {2025-01-11},
    note = {lunnova.dev - New post format, mashup of sections too small to deserve a separate page}
}

tagged snippets