Guilherme Schatz Rodrigues
Guilherme Schatz Rodrigues
That's great. Question: how would one use twind's shim? I noticed in the other PR you now use the result of the plugin rendering, which today is not possible (so...
This looks great! And it goes in the direction of this request: https://github.com/denoland/fresh/issues/516 Looking forward to being able to inject middlewares with a line on main.ts too.
Hi everyone! Great discussion. I would like to add my opinion. While there are plenty of alternatives of frameworks that do client side navigation, I understand that the *purpose* of...
PR welcome! :)
Maybe the best solution to this would be to add steps on the README describing how to achieve it. In general, it's pretty simple. `output: index.html` and push to `gh-pages`....
I am personally against it, as it adds a rather non-obvious syntax to Markdown. One of the best features of `cleaver` is it's simplicity. However, as always... PR welcome!
How would you specify the class on the slide? What if we, instead, gave the opportunity to arbitrarily control slide navigation from "client" JS? I guess that would be a...
Ah, nice! Sorry I didn't know that. That's great, because then it would be as simple as having something that, given a slide has a class, wrap the `backward` and...
Even better would be to have Cleaver emit events on the slide which bubble up and are handled by the root. If anyone wants to capture those events and stop...
I'm not familiar with the Cleaver code either, so I was hoping you would correct me, actually :joy:. If you can wait until the weekend, I can give a look...