View Issue Details

IDProjectCategoryView StatusLast Update
0001395Commit DesktopUncategorizedpublicMarch 18, 2023, 1:22 pm
ReporterScott Bradford Assigned ToScott Bradford  
PrioritynormalSeverityminor 
Status assignedResolutionopen 
Summary0001395: Improvement: CTXT File Metadata
DescriptionUpdate the CTXT file format to support metadata. Possible approaches:

Jekyll YAML Metadata, which seems to be close to a de-facto standard:
https://jekyllrb.com/docs/front-matter/

MultiMarkdown metadata:
http://fletcher.github.io/MultiMarkdown-5/metadata.html

Pandoc Metadata Blocks:
https://pandoc.org/MANUAL.html#extension-pandoc_title_block

HTML Meta Tags:
https://developer.mozilla.org/en-US/docs/Web/HTML/Element/meta/name

Something custom (wrap in HTML comment tag to get past Markdown/CommonMark parsers)

OR switch CTXT to an XML format with our own defined meta tags and structure and include the CommonMark/text format in a <data> tag or something. Probably unnecessarily complicated, but consider it.

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
March 18, 2023, 1:22 pm Scott Bradford New Issue
March 18, 2023, 1:22 pm Scott Bradford Status new => assigned
March 18, 2023, 1:22 pm Scott Bradford Assigned To => Scott Bradford