Great to see the metadata editor being improved in 0.9.4. However, 0.9.4 no longer imports metadata from the HTML as earlier versions did. Is there an equivalent, plugin or workaround to get the same effect?
In my workflow, I have basic metadata in my source HTML <head> like this:
<meta name="DC.Title" content="The Title"/>
<meta name="DC.Language" content="en"/>
<meta name="DC.Creator" content=""/>
<meta name="DC.Publisher" content="Publisher Name"/>
<meta name="DC.Date" content="2016-03-01"/>
<meta name="DC.Identifier" content="978-0-00000-000-0" scheme="ISBN"/>
<meta name="DC.Relation" content="978-0-00000-000-0" scheme="ISBN"/>
If I start assembling an epub by opening an HTML file that has this in the <head>, earlier versions of Sigil import that metadata. This automatic import is a big time saver.
In my workflow, I have basic metadata in my source HTML <head> like this:
<meta name="DC.Title" content="The Title"/>
<meta name="DC.Language" content="en"/>
<meta name="DC.Creator" content=""/>
<meta name="DC.Publisher" content="Publisher Name"/>
<meta name="DC.Date" content="2016-03-01"/>
<meta name="DC.Identifier" content="978-0-00000-000-0" scheme="ISBN"/>
<meta name="DC.Relation" content="978-0-00000-000-0" scheme="ISBN"/>
If I start assembling an epub by opening an HTML file that has this in the <head>, earlier versions of Sigil import that metadata. This automatic import is a big time saver.