Pietro Peterlongo
Pietro Peterlongo
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...
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...
* 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.
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...
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...
command to plot plotly's plots directly in nimib. proof of concept here: https://pietroppeter.github.io/nblog/drafts/show_plotly.html
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...
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...
nbHtml
a new `nbHtml` block that will expose karax htmldsl and allow to render the html in the document.
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...