Hi. I don’t know if this is the right place to post this question; if not please point me in the right direction.
I’m looking to publish my Obsidian vault inside of an NextJS app, so that I can incorporate the Obsidian notes inside an website and add things such as access control. I came across Quartz which looks great, but including static sites in NextJS components are not ideal as the javascripts files shipped with the built pages causing hydration issues with NextJS. Likely there are neat ways to work around this, but if anyone have added Quartz built pages to NextJS I’d like to hear from you how you’ve dealt with this issue (and possibly other issues I’ll likely run into) – maybe you’ll approaches this in a totally other way.
I’m also looking into Flowershow, but it’s seems to no longer be maintained. Plus is lacks graph view. It might be that I go this route and implement the graph view myself, but as of now Quartz looks like the better choice assuming I can incorporate the build pages in React components in a non-hacky way.