I use the Folder notes plugin and missed this feature with Obsidian Publish. Here is my attempt at a general solution, it should work similarly to the ‘Folder notes’ plugin, that is, if the directory contains a markdown file of the same name, it will hide the markdown file and allow the user to open it through clicking on the top level item. function folderPages() { var siteLeft = document.querySelector('.site-body-left-column'); var siteNav = siteLeft.querySelector('.nav-view-outer');...