Open saratrajan opened 4 years ago
Thanks for the kinds words!
I haven't tried to nest a slide shortcode inside of a note shortcode before, though I understand what you're attempting to do. I'll have to look at what happens and the resulting HTML created.
The {{% note %}}
not working in toml is expected, Hugo will only process shortcodes that originate inside of content files.
Thanks for the quick response! I would eagerly await to hear back on your attempt. Would be nice to conceal the presenter notes from the main markdown, to maintain slides neater. Glad you understood what I was trying to achieve here.
Cheers.
I had a similar problem when I tried to use Hugo's figure
shortcode in a /data/*.toml
:
gallery = '''
{{< figure src="/media/logos/1.svg" height="100" >}}
{{< figure src="/media/logos/2.svg" height="100" >}}
'''
I wanted to create a slide with an image gallery that is reused in multiple presentations. Any hints / alternate approaches are welcome.
Great work on this theme, team!
I am having a slight glitch while trying to move all my notes into a dedicated data/notes.toml.
For eg. I have added below to my data/notes.toml
.. and I am adding it to my _index.md like below
It does not work. Notes section is blank on my Presenter Mode.
Any tips here? Is this supported yet?