View Single Post
Old 06-11-2014, 07:54 PM   #2907
JimmXinu
Plugin Developer
JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.
 
JimmXinu's Avatar
 
Posts: 7,017
Karma: 4604635
Join Date: Dec 2011
Location: Midwest USA
Device: Kobo Clara Colour running KOReader
Quote:
Originally Posted by BookJunkieLI View Post
Can I ask how to do that? I've been attempting to get the relationship tags from AO3 to import in the order that they appear on the site. I don't know that this is possible but I've been experimenting with various custom columns. Seeing this, I'm wondering if I change the list separator from a comma to an ampersand and then import either into a comments column or an author style column if it will keep the proper order.
There's two different mechanisms working against you here.

First, FFDL sorts most of the metadata lists itself. But you can disable that for specific metadata lists:
Code:
[archiveofourown.org]
keep_in_order_ships:true
Second, calibre sorts all comma separated, tag-like columns whether you want it to or not. So you can only preserve the order if you use a basic text column (the top one on the list). You'll still be able to view and search on that column, but it will be a single string and not show up as separate tags in tag browser, for example.
JimmXinu is online now