James
James
Hello, currently I could think of two methods: Method 1: Prepend `variables.md` to every content file and render the result using `nunjucks::renderString`. Pros: - Straightforward to implement - All nunjucks...
@tlylt I'd like to work on this issue
> I was thinking it might be possible to simply enable the nunjuncks processing, just like how other regular pages allow for nunjuncks syntax. Something like that. Right, I have...
To move the scrollbar out of the modal, we could add the following to the existing `.vfm--inset` class to allow the outer modal container to overflow: ``` .vfm--inset { overflow-y:...
> Does this solution work without resulting in the same issue that was addressed by #2322 ? Ah right, I didn't get the full picture of the issue. Can I...