How to disable index #7558
-
| 
         Hello,  | 
  
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
| 
        
 Hi @ilbeppe83! I'm Dosu and I’m helping the Trilium team. There isn't a built-in setting to disable the index (table of contents) on the right side of shared Trilium pages, but you can hide it using custom CSS. To do this, create a CSS note and link it to your shared note using the  #toc-pane {
  display: none !important;
}If you want to apply this style to all shared notes in a subtree, make the label inheritable. For more extensive changes, you can use the  Regarding the raw HTML tags like  If you need to further customize or fix the formatting, you can also inject custom JavaScript or HTML using the  To reply, just mention @dosu. How did I do? Good | Irrelevant | Incorrect | Verbose | Hallucination | Report 🐛 | Other    | 
  
Beta Was this translation helpful? Give feedback.
-
        
 In what sense? 
 We have a fix for this but it's unreleased yet, perhaps you're willing to test the latest nightly to check if it fixes the issue for you?  | 
  
Beta Was this translation helpful? Give feedback.
@ilbeppe83 , yes, look for the
maintag.