1. in manage author, the link column? what is it?
i dont found any in the calibre manual.. (see screenshot)
i'm just curious..
2. "custom column types" in manual?.. is there any explanation or example use in each type? (when creating custom column, the column type like "text column, show in tag browser, " floating numbers, comma separated text, permitted values,)
how the people here using it, like #genre like tags, or genre just text,
3. recently i run calibre and exit calibre takes a long time, and calibre showing calibre database shutdown plugin thingy.. i've disable the save to custom column plugins and the calibre run well.
i used plugboard directly in template tester and manual
Code:
program:stripped = re(field('series'), '^(A|The|An)\s+', '');shortened = shorten(stripped, 4, '-' ,4);initials = re(stripped, '[^\w]*(\w?)[^\s]+(\s|$)', '\1');s_index = template('{series_index:0>2.0f}');strcat(switch(stripped, '(.+\s+){1}.+', initials, '.', shortened, field('series')), test(s_index, strcat(' [', s_index, '] '), ''), field('title'));
the template tester run perfectly, but when save to disk
the filename doesnt show up like in template tester.
before this works well. is there any changes?
(see debug.txt)