View Single Post
Old 01-29-2023, 07:11 AM   #15
chaley
Grand Sorcerer
chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.
 
Posts: 12,501
Karma: 8065348
Join Date: Jan 2010
Location: Notts, England
Device: Kobo Libra 2
Quote:
Originally Posted by BetterRed View Post
Back to the OPs issue - how I deal with anthologies and journals.

I have a 'related/Related" long text column, with HTML, Header on the side attributes, this is where I put the inter-book links.
[...]
Riffing a bit on BetterRed's method, what I would do: Create a custom series column (example: #related) to relate the anthologies. Make the anthology have index 0. The rest are in book order.

I now have three choices:
  • Use Quickview to browse the books in the anthology. Show Quickview then click in the Related Books column in the booklist. You can now navigate between the related books in the Quickview pane/window. Double-clicking in a related books cell will select that book in the booklist.

    Example screen capture:
    Click image for larger version

Name:	Clipboard01.jpg
Views:	97
Size:	243.1 KB
ID:	199313
  • Compute "show" links and put them in a custom "column made from other columns" that shows in book details. Example: #related_links. Clicking on the link will select that book in the booklist.

    Example screen capture:
    Click image for larger version

Name:	Clipboard02.jpg
Views:	80
Size:	198.6 KB
ID:	199314
  • Use Action chains to create an action that displays the list of links in a popup dialog. Give it a keyboard shortcut if desired (I usually don't). As above, clicking a link will select that book in the booklist.

    Example screen capture:
    Click image for larger version

Name:	Clipboard06.jpg
Views:	82
Size:	147.4 KB
ID:	199315

The second and third methods use a stored template to compute the HTML links. In my case the template is named "list_related_books()". The template is attached.

The template in the #related_links column (choice 2) is
Code:
program: list_related_books('#related')
This calls the stored template, telling it to process the custom series column '#related#.

The action chain in choice 3 is a "Formula" action that uses the same template as choice 2. The chain is attached.
Attached Files
File Type: zip Show_related_books_chain.zip (378 Bytes, 70 views)
File Type: txt show_related_books_template.txt (1.0 KB, 70 views)
chaley is offline   Reply With Quote