Philipp Gewessler

Results 8 comments of Philipp Gewessler

@fonsp would you mind sharing the functions you used for layouting your JuliaCon presentation?

For me this issue is still present in v4. In my example I have an `article` content-type and a `tag` content-type which are connected by a many-to-many relationship. If I...

I've tried it with both the PostgreSQL adapter and the SQLite adapter with the same result.

What is the status on getting this feature released? I am very interested and would be happy to help if there is anything missing still.

Thanks for the heads-up. I ended up writing my own implementation in a separate package. I think it has somewhat more functionality than proposed here, such as 'gradient-free' methods via...

Yes, in practice the partial documents are basically fully fledged quarto reports without front matter. So I need to be able to evaluate inline code, code chunks and access variables...

> For example, a partial cannot again use `{{< include _partial.qmd >}}` because resolving that is quarto's job. I am not too concerned about the quarto specific syntax. You are...

> Have you looked into trying this with https://quarto.org/docs/extensions/filters.html? I am not quite sure how this applies here. There is https://github.com/pandoc/lua-filters/tree/master/include-files but I don't see how that is any different...