Paul-Elliot Anglès d'Auriac
Paul-Elliot Anglès d'Auriac
@dlesbre > A title field with the page title (currently obtainable from `breadcrumbs[-1].name`) What do you mean with "page title"? Not every page contains a title. For instance, pages generated...
My bad, for some reason I was confused by the fact that ocaml.org does not show the header, and a testing error on my side. And why does ocaml.org not...
Yes, that is a great idea and very possible! Thanks for opening the issue. FTR, markdeep can be a reference for this!
Thanks! Most of the provided examples were written directly in html, at a time were the compiler did not exist, only the engine. So, in order to see how they...
There is a tutorial with examples in https://slipshow.readthedocs.io/en/latest/tutorial.html but I agree that the repository is lacking example source files. I'll try to fix that!
I'd like to also add reactive properties... This would be useful when implementing reactive UI elements: for instance, setting the `checked` attribute of a checkbox (`c.setAttribute("checked", "true")`) does not update...
> I am not familiar enough with the difference between attributes and properties and the web customs to know how this should be exposed. Here are some information I think...
Thanks a lot for your answer, and for the clever caching workaround! I think it will be enough for all my usecases. So: 🙏. > The primary motivation for the...
Thanks for the report! I tried using a Linux and could not reproduce. However, it's not the first time file-watching is causing a problem in Mac: see #156 I have...
I think using HTML comments (``) is good enough? Or would you prefer them not to be included in the generated html?