Uh oh!
There was an error while loading. Please reload this page.
add note on where _extensions needs to go - #7
Conversation
cderv
commented
Jun 12, 2023
We could add this for sure, but what I want to clarify is that should have put the It wasn't the case ? |
bob-carpenter
commented
Jun 12, 2023
I don't know what the right place is, but I was expecting it to install somewhere quarto-wide rather than for this specific doc. In retrospect, this is good because I want to distribute the extension along with my doc and it's small enough I can do that easily. |
dragonstyle
commented
Jun 12, 2023
It will install either to the current directory, or if within a Quarto project, to the project root (making it available to any file within that project). |
bob-carpenter
commented
Jun 12, 2023
My project is organized |
dragonstyle
commented
Jun 12, 2023
Yes, it is by design that I'd rather see this type of documentation in our core documentation so all extensions may share them without taking on the burden of keeping things up to date... |
Thanks, @dragonstyle --- that sounds good. It'd be nice if there were a link somewhere from the |
This solves #6 for me. There may be a more general set of instructions, but I updated the README.md with what worked on my machine.
Thanks!