the extended markdown format enables three fields for metadata:
% title
% author (authors separated by semicolons)
% date
I think it will be extremely helpful for users to be able to add two
additional fields for metadata:
% language
% rights
Language should be also passed to any <html> element generated from the
source document.
With these two further elements, the need of having to invoke a
metadata.xml file for ePub or HTML documents is greatly reduced.
I have also a suggestion for distinguishing title and subtitle as
different fields. English uses colon to separate title from subtitle
(such as German Expressionism: An Introduction ), but this is the
exception to the general rule, such as German, French, Italian or Spanish.
Title and subtitle could be distinguished in the following way:
% title
: subtitle
Except in English, this isn't the same as
% title: subtitle
because La cuesti n del t tulo: distinciones would be only a title in
Spanish (to be distinguished that title should read: La cuesti n del
t tulo. Distinciones ).
Being able to distinguish title and subtitle is also important for the
automatic generation of cover page of ePub files.
Would you be so kind to consider the improvement suggestions for
extended pandoc?
On Sun, Nov 11, 2012 at 12:47 PM, Pablo Rodríguez <oi...@web.de> wrote:
> I think it will be extremely helpful for users to be able to add two
> additional fields for metadata:
> % language
> % rights
And I think it would be very useful to have metadata fields for tags,
description, split date into 'created' and 'last-modified' fields, and
also include a progress or version field to specify how finished
something is.
> On Sun, Nov 11, 2012 at 12:47 PM, Pablo Rodr guez <oi...@web.de> wrote:
>> I think it will be extremely helpful for users to be able to add two
>> additional fields for metadata:
>> % language
>> % rights
> And I think it would be very useful to have metadata fields for tags,
> description, split date into 'created' and 'last-modified' fields, and
> also include a progress or version field to specify how finished
> something is.
Language and rights can be applied to HTML, ePub, ConTeXt and LaTeX.
Tags could be also applied to all this formats, but as far as I know the
other fields you suggested aren't.
In that case, maybe the metadata should be inserted in the document in a
different way (something like ".metadata:" at the beginning of the
document).
On Sun, Nov 11, 2012 at 2:35 PM, Pablo Rodríguez <oi...@web.de> wrote:
> Language and rights can be applied to HTML, ePub, ConTeXt and LaTeX.
> Tags could be also applied to all this formats, but as far as I know the
> other fields you suggested aren't.
All of my suggestions have Dublin Core definitions or support and
indeed that is how I use them in HTML; I would be extremely surprised
if LaTeX/ConTeXt (!) didn't support at least as rich metadata, and a
little surprised if ePub didn't (targeted as it is at publishers with
complex metadata needs).
> I have also a suggestion for distinguishing title and subtitle as
> different fields. English uses colon to separate title from subtitle
> (such as German Expressionism: An Introduction ), but this is the
> exception to the general rule, such as German, French, Italian or Spanish.
John has noted that a future version will soon support arbitrary multimarkdown/colon metdata at the beginning of the document -- most of which will be ignored by pandoc. I'm really looking forward to this as I will be to include "build" options within the document itself (e.g., use a particular bibliographic stylesheet) that are used by my pandoc wrappers.
*This work is licensed under the Creative Commons
Attribution-NonCommercial-NoDerivs 3.0 Unported License. To view a copy of
this license, visit http://creativecommons.org/licenses/by-nc-nd/3.0/ or
send a letter to Creative Commons, 444 Castro Street, Suite 900, Mountain
View, California, 94041, USA.*
On Mon, Nov 12, 2012 at 12:51 PM, Joseph Reagle <joseph.2...@reagle.org>wrote:
>> I have also a suggestion for distinguishing title and subtitle as
>> different fields. English uses colon to separate title from subtitle
>> (such as “German Expressionism: An Introduction”), but this is the
>> exception to the general rule, such as German, French, Italian or Spanish.
> John has noted that a future version will soon support arbitrary
> multimarkdown/colon metdata at the beginning of the document -- most of
> which will be ignored by pandoc. I'm really looking forward to this as I
> will be to include "build" options within the document itself (e.g., use a
> particular bibliographic stylesheet) that are used by my pandoc wrappers.
> --
> You received this message because you are subscribed to the Google Groups
> "pandoc-discuss" group.
> To post to this group, send email to pandoc-discuss@googlegroups.**com<pandoc-discuss@googlegroups.com>
> .
> To unsubscribe from this group, send email to pandoc-discuss+unsubscribe@*
> *googlegroups.com <pandoc-discuss%2Bunsubscribe@googlegroups.com>.
> For more options, visit https://groups.google.com/**groups/opt_out<https://groups.google.com/groups/opt_out>
> .