Aaron Pham

Results 403 comments of Aaron Pham

I'm not sure what you meant here, but if you search plugins, it shows pretty much docs and locations to modify code. Also you can Ctrl+Shift+K to search for tags,...

Feel free to make this a community plugin for this. I don't think this should lie within Quartz's core offering.

Update for those who are following this thread: #716 implements partial build, which should address those whose vault contains a lot of files.

> We shouldn't need this feature, in my opinion. I would hold off until we have the loading skeleton. What HTML file is big enough that this is a concern?...

> ?? 3mb is like all of shakespeares works what do you have in there that should be git ignored anyways I was loading shakespeare work for stress-testing lol.

I think for viewing you should resolve to use `custom.scss` instead. You can update how components view based on `@media` query. I will close this since this is not really...

Hmm, FWIW, assuming singleton should be ok here, since multiple searches don't make sense. What do you have in mind?

Hmm you are right, I'm doing this for Explorer ```ts // components for pages that display lists of pages (e.g. tags or folders) export const defaultListPageLayout: PageLayout = { beforeBody:...

Hi there, can you try upgrading quartz to the latest version?