Question: I know wrangling AO3 tags is hopeless. I wanted to extract specfic tags to a column instead for easier searching, leave full tags in the title page. This works when I tested:
Code:
[defaults]
add_to_extra_valid_entries:,oneshot,tagscategory,covertype,subtitle,fictags
# fanfictags is a copy category for freeformtags
include_in_fictags:freeformtags
include_subject_tags: fictags
custom_columns_settings:
fictags=>#fanfictags
include_metadata_pre:
fictags==Reader-Insert
If I wanted to add, other entries (characters) to the include_in_fictags, separate line or csv?
EDIT: Also this added to general tags. Mistake?
ANOTHER EDIT: include_subject_tags was not needed.