Quote:
Originally Posted by JimmXinu
I went back and found my one bookmarked story and tested it, and it both collected the metadata entries and put them in custom columns when configured to do so using custom_columns_settings.
|
Sorry if I'm misunderstanding. I'm sick and possibly not comprehending stuff as well as I should be! You're saying you have custom columns set up that show the Private Bookmark & Rec flags? Can I ask what custom column configuration is showing them? I've got the below, which is working for the tags & summary, but doesn't grab the check box values from what I can see.
Code:
custom_columns_settings:
bookmarktags=>#bookmarktags,a
bookmarksummary=>#bookmarksummary
I was looking through the AO3 adapter on github (assuming the plugin uses the same adapters) and see the part that's pulling the bookmark_tag_string and bookmark_notes data, but I didn't see any reference to the bookmark_private or bookmark_rec checkbox values.