Table of Contents in a Right Panel

I am currently using the show/hide panels extension. Is there a way to put the table of contents macro for each page into the right side panel?

You can create your own panel with this code. It will show TOC of current page.

{{velocity}}
#panelheader('Table of Contents')
{{context document="$services.model.serialize($doc.documentReference)" transformationContext="document"}}
{{toc/}}
{{/context}}
#panelfooter()
{{/velocity}}

Hey, I am using this panel and it works quite well. However there are no bullet points in front of each headline. They would be very helpful especially in long lists with line breaks. If I insert a ToC on a normal page, there are the bullet points. Does anyone know how I can fix this in the panel? Thanks!

@Dave47 please open a new thread for a new subject. Thx.