Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support programmatic text in YAML metadata values #440

Open
4 tasks
Witiko opened this issue May 2, 2024 · 0 comments
Open
4 tasks

Support programmatic text in YAML metadata values #440

Witiko opened this issue May 2, 2024 · 0 comments
Labels
conversion output Related to the output format of the Markdown-to-TeX conversion lua Related to the Lua interface and implementation plaintex Related to the plain TeX interface and implementation yaml Related to the tinyyaml library.
Milestone

Comments

@Witiko
Copy link
Owner

Witiko commented May 2, 2024

Currently, we assume that all strings in YAML metadata are markdown text. Besides the jekyllDataString renderers, we should also produce e.g. jekyllDataProgrammaticString renderers, which would receive the raw text of the strings. Furthermore, we should also rename jekyllDataString renderers to e.g. jekyllDataTypographicString and deprecate the previous name.

Tasks

  • Declare jekyllDataProgrammaticString renderer and renderer prototype.
  • Produce jekyllDataProgrammaticString renderer and renderer prototype.
  • Rename jekyllDataString renderers and renderer prototypes to jekyllDataTypographicString.
    Deprecate jekyllDataString similarly to Rename renderers based on the semantics of elements #201.
  • Update unit tests.
@Witiko Witiko added lua Related to the Lua interface and implementation plaintex Related to the plain TeX interface and implementation conversion output Related to the output format of the Markdown-to-TeX conversion yaml Related to the tinyyaml library. labels May 2, 2024
@Witiko Witiko added this to the 3.6.0 milestone May 2, 2024
@Witiko Witiko changed the title Support programmatic text in metadata values Support programmatic text in YAML metadata values May 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
conversion output Related to the output format of the Markdown-to-TeX conversion lua Related to the Lua interface and implementation plaintex Related to the plain TeX interface and implementation yaml Related to the tinyyaml library.
Projects
None yet
Development

No branches or pull requests

1 participant