Quote:
Originally Posted by yonkyunior
1. in manage author, the link column? what is it? i dont found any in the calibre manual.. (see screenshot) i'm just curious.
|
If you put a URI in the Link field, when you click on that Author the handler for the URI's protocol will open. So, an http link will open in your browser, a file link will open in your file manager, an ftp link will open your ftp client, an evernote link will open in Evernote, etc, etc.
Quote:
Originally Posted by yonkyunior
2. "custom column types" in manual?.. is there any explanation or example use in each type?
|
Not that I know of, other than the tool tips. I would have though most are self-explanatory, the standard columns (Author, Tags, Series, Publication Date, etc) are examples for some types. See this thread,
Plugboard, template, and custom composite column recipes, for examples of "Composite columns" (columns built from other columns).
Quote:
Originally Posted by yonkyunior
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.
|
Might be better to ask about that in the plugin thread.
Quote:
Originally Posted by yonkyunior
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)
|
I've no idea because I don't use plugboards, hopefully someone who does can give some feedback.
BR