MassiveJuice
MassiveJuice
Hi @sudiptosarkar , we've been testing out your hamburger menu on the [Morrowind Modding Wiki](https://github.com/morrowind-modding/morrowind-modding.github.io) Quartz site, and it works fine for the most part. One current limitation of your...
> > Hi @sudiptosarkar , we've been testing out your hamburger menu on the [Morrowind Modding Wiki](https://github.com/morrowind-modding/morrowind-modding.github.io) Quartz site, and it works fine for the most part. > > One...
@sudiptosarkar I encountered another problem: Configuring `folderClickBehavior:` to `"link"` breaks the hamburger menu I configured `quartz.layout.ts` like so: ```typescript Component.MobileOnly(Component.ModalFullPage(Component.Explorer({ folderDefaultState: "collapsed", folderClickBehavior: "link", filterFn: (node) => node.name !== "templates",...
@saberzero1 I tried that, but overflow scroll doesn't work if the height of the container isn't specified, so `max-height: unset` won't work with `overflow: auto` (x or y). Same case...
> > @saberzero1 I tried that, but overflow scroll doesn't work if the height of the container isn't specified, so `max-height: unset` won't work with `overflow: auto` (x or y)....
@saberzero1 Here are the console errors. Most are just Giscus errors and are unrelated. The one that you were seeing get generated though is actually just the `Ignoring Event: localhost`...
This behaviour also applies to escaping of double brackets `[[ ]]` with `\` backslashes. Quartz ignores the escaping backslashes and renders the double brackets as a wikilink.
Hi @sgorblex , this was fixed by [commit f37dbe1](https://github.com/jackyzha0/quartz/commit/f37dbe1a591af204b09ab1664b9ff9da5b5ec46d) 🙂
> Hi @MasssiveJuice08. Actually it doesn't seem to be fixed Oh I'm sorry, you're right. That was only regarding the rendering of transclusions of blockrefs, not the linking and popover...
Hi Saber! So sorry I missed your response! > I'm not sure if it is desirable to implement a standard list of options (such as left, right, noborder, etc.) unless...