Replies: 3 comments 1 reply
-
Hey @howardm, You need to include some extra JavaScript (that's the It's pretty common to need to run some initialisation code in JavaScript, so the Quarto devs have added some options to the frontmatter for injecting JavaScript in various places: Try adding this in your Quarto doc's frontmatter: ---
title: Blah
author: Howard
filters:
- nutshell
include-before-body:
text: |
<script>
Nutshell.setOptions({
dontEmbedHeadings: true
});
</script>
--- (Note that you need to include the |
Beta Was this translation helpful? Give feedback.
-
Thanks a lot. Since I posted this question, I found out that I could achieve this in this instance by including a simple declaration in my custom.css file:
However, I'll likely have to specify another js file elsewhere as well:
I have the How should I write that after an Cheers. |
Beta Was this translation helpful? Give feedback.
-
Thanks! |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I'm using the Nutshell extension in a Quaro document:
https://github.com/schochastics/quarto-nutshell
In order to change a default concerning the display of a Share Icon, I have to follow these instructions:
How do I do that for the .qmd document ?
Here's a screenshot from Rstudio of what I have:
A detailed and basic explanation would be great for a newbie :-)
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions