Results 1383 comments of Vincent Prouillet

That's not going to happen, it would be much slower than the current approach and you can get somewhere similar with CSS and shortcodes

I've had a look at Hugo render hooks and i can see how that would be useful. If someone can do a PR, we can benchmark to see the impact...

I would normally help but I won't have time in the foreseeable future. Do you need help with Rust or the Zola codebase?

The search index is only downloaded when you start typing so maybe that's the issue for when you see no feedback? As for the querying, we do use https://github.com/mattico/elasticlunr-rs which...

CI failure was unrelated I believe. Does this patch fix the issue for you? I want to narrow down the exact editor/OS cause for the comment to be sure it's...

Ok, probably just need to update the comment to mention it's not on Mac then

Is there some known docs about what weird things vi is doing? Or another tool handling it correctly?

Hm i've just tested locally and it works for me on Mac? Might be a OS specific issue

Can you try https://github.com/getzola/zola/pull/2269 as well without those options changed?

We would need to add a function to Zola to load the binary data of an image (load_data assumes utf-8) and we already have b64_encode as function