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

Create a Markdown formatter for Documents, Slides, Office type of Media #76

Open
DiegoPino opened this issue May 4, 2020 · 0 comments
Assignees
Labels
enhancement New feature or request Twig Twig template processing
Milestone

Comments

@DiegoPino
Copy link
Member

DiegoPino commented May 4, 2020

why?

Well, thinking loud about options to transform/transmute for inline rendering DOC/DOCX/PPT/ETC having something that can display/render the content of an .MD file is crucial.

Seems like 'drupal/markdown:2.x-dev' module is good for this. I don't want to write a module from scratch, i just want the rendering capabilities. Since that module provides Twig templating options and also at the same time a fully blown renderer as a service, i feel we can use both.

So what is needed?

1.- On Archipelago-deployment beta3 include the new dependency in composer? not really needed but just in case and enable the module in the sync YAML folder , and also a command line / script for updating beta2 dependencies and auto enabling via drush (that is like another issue itself)
2.- On this module beta3 add the dependency to composer.json and create the new formatter. the formatter should be able to read .MD file content. Just with the fact it will be enabled inside metadata displays enabling it should be no-code/straightforward

This connects with this: https://pandoc.org and esmero/strawberry_runners#8

@DiegoPino DiegoPino changed the title Allow a Markdown formatter Create a Markdown formatter May 4, 2020
@DiegoPino DiegoPino self-assigned this May 4, 2020
@DiegoPino DiegoPino added enhancement New feature or request Twig Twig template processing labels May 4, 2020
@DiegoPino DiegoPino added this to the 1.0.0-beta3 milestone May 4, 2020
@DiegoPino DiegoPino changed the title Create a Markdown formatter Create a Markdown formatter for Documents, Slides, Office type of Media Sep 21, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request Twig Twig template processing
Projects
None yet
Development

No branches or pull requests

1 participant