Background: I use Docusaurus for my personal portfolio and it also serves as a platform to host the my obsidian vault Obsidian
I would like to implement my local graph view above the TOC like so: https://help.obsidian.md/Plugins/Graph+view
I was thinking that maybe I could do something like swizzling the TOC and just rendering a Graph above it, but it seems that component is not meant to be swizzled
I was wondering if there were any other approaches / alternatives I could consider