floating toc in Distill webpage

I would like to use a floating toc in one of the pages of a webpage build with the distill package but I couldn't. Any help?
In fact, I could make a toc but not a float toc. My last try was to try this in the yaml but it dint work

---
output:
  distill::distill_article:
      toc: true
      toc_float: true
---

Thanks

2 Likes

Yes that did not work because toc_float is not an argument of distill_article().

Currently floating toc is not supported in distill. Only this toc:

Table of content is always placed the same in distil article and I don't think this is a compatible feature (yet ?) in distill.

The layout / theme used by distill is not the same as basing Rmarkdown, so the JS code for floating toc of Rmarkdown is not used here. Sorry.

1 Like

yes, I imagined it. Thanks for the confirmation.
I hope that some day the developers of Distill add that :slightly_smiling_face:
Thanks again

You should maybe open a feature request in the GitHub repo if it doesn’t exist yet. you’ll get the feedback from the maintainer directly on this.
I am not sure that distill format is compatible with a floating toc.

1 Like

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.