Quote:
Originally Posted by halloleo
@BetterRead Thanks for the tip! Interesting!
So this means the published field is a custom column, right? Can I export them in the OPF file?
|
Yes, these screen shots should explain the relevant Preferences I'm using:
And here you see the result:
It suits me because I always use ISO (military) dates (and a 24 hour clock). Might not suit those who prefer other representations - e.g MMM.dd.yy.
This is what's written to the book folder\metadata.opf file and the content.opf file in the .epub file
Code:
<meta name="calibre:user_metadata:#part_date" content="{"table": "custom_column_61", "column": "value", "datatype": "text", "is_multiple": null, "kind": "field", "name": "Partial Date", "search_terms": ["#part_date"], "label": "part_date", "colnum": 61, "display": {"use_decorations": 0, "description": ""}, "is_custom": true, "is_category": true, "link_column": "value", "category_sort": "value", "is_csp": false, "is_editable": true, "rec_index": 58, "#value#": "2008.05", "#extra#": null, "is_multiple2": {}}"/>
BR