I would like to combine the benefits of fnpct with the tufte-book document class. I heavily rely on manually adjusting some footnotes according to
\sidenote[][1cm]{my sidenote text}
in the tufte document class because my document contains a lot of margin material. Unfortunately, I get an error when trying this together with fnpct (according to Figure 9 in this document).
\documentclass{tufte-handout}
\usepackage[multiple]{fnpct}
\AdaptNote\sidenote\multsidenote
\begin{document}
Some text in the document body\sidenote[][1cm]{Some 6 text in a sidenote.}.
\end{document}
Any help is greatly appreciated. This question is similar but many even more involved, hence my simple MWE. I tried playing around with the AdaptNote command but no luck so far.
