-
DescriptionI'm messing around with distributing custom listing templates. https://github.com/emilmalta/parade Right now, I'm packaging it as a quarto extension, but I'm not sure what the best practice is for sharing the .html listing template, so users can access it immediately. Here's what I've tried so far: contributes:
formats:
html:
format-resources:
- carousel.html
theme: custom.scss With the extension installed, I would expect to be able to run ---
format: emilmalta/parade-html
listing:
- id: posts
contents: posts
template: carousel.html
--- That only works if I've run the ---
format: emilmalta/parade-html
listing:
- id: posts
contents: posts
template: _extensions/emilmalta/parade/carousel.html
--- Am I missing something, or is there a better way to distribute listing templates? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Currently Quarto extension does not support this, see: |
Beta Was this translation helpful? Give feedback.
-
Thanks for the quick reply, I'll follow that thread. |
Beta Was this translation helpful? Give feedback.
Currently Quarto extension does not support this, see: