08-07-2020, 01:25 AM | #1 |
copyleft librarian
Posts: 58
Karma: 10
Join Date: Nov 2015
Device: KV
|
Kobo shelf for a specific tag
I have a custom column, #genre, which is synced up with Kobo's shelf management.
It works fine, however I have a lot of books tagged "Short Fiction" and I would like just this one tag to appear as a shelf on the device as well. |
08-07-2020, 04:51 AM | #2 |
Grand Sorcerer
Posts: 24,905
Karma: 47303822
Join Date: Jul 2011
Location: Sydney, Australia
Device: Kobo:Touch,Glo, AuraH2O, GloHD,AuraONE, ClaraHD, Libra H2O; tolinoepos
|
The collections are made from the values of the columns in the driver. These can be a custom column using a template. So, you could create a column that just returned the tags you want collections for. You could do this with the following template:
Code:
program: list_intersection(raw_field('tags'),'Short Fiction,Some Other Tag',',') Or you can create another tag-like column and use it for the collections that might not fit with the data in other columns. |
Advert | |
|
08-07-2020, 05:06 PM | #3 |
copyleft librarian
Posts: 58
Karma: 10
Join Date: Nov 2015
Device: KV
|
Thanks
Sent from my LM-Q730 using Tapatalk |
Tags |
kobo, shelf, tag |
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Tag Mapper: Remove tag if another specific tag exists? | ownedbycats | Library Management | 2 | 07-23-2020 11:32 PM |
Search Query - Syntax Not yo include a specific tag | tarektaha | Library Management | 2 | 12-18-2017 05:46 PM |
Add tag from author and specific column | P.K.Dick | Library Management | 1 | 10-13-2014 04:20 PM |
Glo KOBO shelf --> Calibre | buralex | Kobo Reader | 8 | 09-26-2013 08:37 PM |