esciencecenter-digital-skills / NEBULA

https://esciencecenter-digital-skills.github.io/NEBULA/
Apache License 2.0
1 stars 2 forks source link

Ignore metadata header in reveal js for .pmd files #32

Closed JaroCamphuijsen closed 3 months ago

JaroCamphuijsen commented 5 months ago

Currently the file name is renedered as title, however it would be better to have some other way of generating the chapter tab title.

JaroCamphuijsen commented 4 months ago

This is in fact already fixed for the default md files. If the md file has a metadata header with the title keyword, it will render the tab using that value. The only problem is now the title of the presentation tabs. The header is properly being picked up to render the tab title, but it is also picked up by reveal js, so it will create an extra slide or header inside the slide deck. I therefore changed the issue to account for that unwanted behavior.