Quote:
Originally Posted by midnightmane
Do you have an example I checked the the v i n i but I couldn't find any examples in the default.ini
|
Assuming you named the custom column 'mycolumn', it becomes '#mycolumn' in use (that's a Calibre thing), put a
custom_columns_settings under [archiveofourown.org] in personal.ini:
Code:
[archiveofourown.org]
add_to_custom_columns_settings:
kudos=>#mycolumn
(Change 'mycolumn' to your column name.)
The
add_to_ is really only needed if you have other
custom_columns_settings under [defaults], but it's a good habit.
MR's built-in search doesn't like searching for
custom_columns_settings, says it's too long. But a google search for:
site:mobileread.com custom_columns_settings will find previous discussions.