Pietro Peterlongo

Results 321 comments of Pietro Peterlongo

nice. will need a Nimib twist. like all nim code in markdown is executed. :)

mmh, indeed could be a sort of nim playground with logging... everyone comes and can run his own code... I like the idea! we should definitely do it! (edit: name...

logging has somewhat improved with recent refactoring #61 but currently logging is very basic, in black and white and not customizable.

We use Katex mostly for equations, not sure if it supports also other elements like theorems and similar. And I do not know if LatexDSL supports a particular api for...

well, if the output is static files and the issue is to decouple from github pages probably something simple like https://github.com/h3rald/nimhttpd could work. In general I think both jester (for...

Renamed issue (karax is not a http server). To encapsulate better the enhancement request, the main features that [mdbook serve](https://rust-lang.github.io/mdBook/cli/serve.html) provides are: * serve static files (like any web server...

another use case for nbNext magics: support a document that containes different outputs according to different compile switches! this is a very nice use case (e.g. benchmarking different compilation options)....

nbFold: same as nbCode but code should not be shown (possibility to add a button to unfold?)

use case from adventofnim: * I want a number of blocks to be put into a div container. for example to hide long explanations for adventofnim. * api?: ```nim nbDiv(class="hide"):...