openlibhums / openlibhums/memory-alpha
Metadata parsing for draft status and other flags
Nobody has claimed this yet.
- Dominant language
- Markdown
- Stars
- 0
- Forks
- 0
- Avg merge
- 4d 14h
- Merged PRs (30d)
- 2
Description
Pelican is designed to allow metadata in a YAML header block in source Markdown files. For example, status: draft allows you to commit drafts to the repository without them going up onto the live site.
We temporarily disabled this feature when we switched to the Marko Markdown parser. So, we need to turn it on again by writing a parser element for Marko and including it as a parser mixin in the Janeway plugin.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the Marko parser integration and the Janeway plugin's parser mixins. Read how existing parser elements handle YAML header metadata, then verify that flags such as status: draft are extracted from Markdown and that draft content is excluded from the live site. Done means the previously disabled metadata behavior works again.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- markdown
- Domain
- content
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 55/100