Aaron Pham

Results 548 comments of Aaron Pham

take a look at how plausible is implemented. personally I find GTM too invasive. Feel free to make a PR

If you want to have a persistent explorer, it is probably better to write a new components for it, and you can get the path from `ctx.slug`

filter won't work here, given that we won't traverse the whole tree eagerly anymore.

> Hi, are there any plans to add support for Algolia? probably not, but it should be easy to add. We will support flexsearch oob, and I have a local...

Separate would be best. I don't know you can embed files through `![...](...)`.

The problem with this is that we support many variants of markdown syntax (IIRC GFM, Obsidian, oxhugo, roam). Please propose a simple interface that allows us to manage this better....

> My first thought is to split the markdown parsing into many small components, with every component parsing a small amount of markdown. > > For example, we could have...

I feel like exo brought up a pretty good point in discord. At which point should Quartz considered "compatible" with Obsidian format. I would also rather for it to be...

There is a PR https://github.com/jackyzha0/quartz/pull/1295 I will try to merge this td