Pietro Peterlongo

Results 126 issues of Pietro Peterlongo
trafficstars

currently you cannot nest block inside one another e.g. you cannot do stuff like: ```nim nbCode: nbRawOutput: "" echo "hello" nbRawOutput: " ``` the above is not a great use...

enhancement
2023H2

having done twice (nimib, nimibook) the operation of adding PR deploy preview with Netflix, and counting that it will be useful for other projects (I will likely need to do...

side project

* learned about cog from this tweet: https://twitter.com/simonw/status/1481020195074293761?s=20 * cog is this: https://nedbatchelder.com/code/cog * example usage (see raw): https://github.com/simonw/sqlite-utils/blob/74586d3cb26fa3cc3412721985ecdc1864c2a31d/docs/cli-reference.rst I guess very doable with Nimib. temporary name: nog.

side project

hyde appears to be one the oldest and most venerated themes in SSG's grandpa Jekyll. also the port to Hugo seems very much used. It might make sense to create...

side project
2023H1

this is a breaking change that is currently the main target for 0.4. implementing a new backend is currently very messy and a new approach needs to be used that...

breaking change
2023H2

command to plot plotly's plots directly in nimib. proof of concept here: https://pietroppeter.github.io/nblog/drafts/show_plotly.html

enhancement

currently `NbDoc` and `NbBlock` have both a `context` field of type `Context` taken from `mustache` to collect unstructured data. This is further used by the html render backend to render...

breaking change
2023H2

currently while executing a block, an echo of a markdown output is shown (can be turned off with `-d:nimibQuiet`). this is a residual of an earlier method of generating a...

enhancement

a new `nbHtml` block that will expose karax htmldsl and allow to render the html in the document.

enhancement

we should have the ability to add line numbers to code blocks, both those generate by `nbCode` and `nbFile`. Ideally it should be something customizable by single block and one...

enhancement