Pietro Peterlongo

Results 126 issues of Pietro Peterlongo

we should allow the possibility of having a section without path and this would be a section that does not link to any page. similar to a [part title in...

enhancement
2023H1

in recent PR #56 clean command has been reduced to only clean the output folder. it could still use some improvements: - [ ] add a dry-run option - [...

- currently in order to add latex functionalities to a document you need to add `nb.useLatex` to each document - we could add a `useLatex` configuration option in the book...

currently the check command quits on failure. we could refactor it to actually return the number of failures. It should be the CLI that quits when failing. An advantage would...

now that book.json is in docs (so it is published with the book and represents a static api) we should make sure that no absolute dirs are present inside. They...

- we plan to release a nimib based SSG by first half of 2023 - once that is done we should refactor nimibook to use it

2023H2

a path option to cli would allow to restrict command such as build or clean to a specific folder. we could actually go further and be able to support wildcard...

enhancement

* clean should log what is being removed others stuff that we should log in the cli?

enhancement

we should map all features that are present in mdbook and not here in appropriate issues. besides looking at [mdbook documentation](https://rust-lang.github.io/mdBook/), an useful list to start with is contained in...

meta

similar to non-section-label in mdbook: https://rust-lang.github.io/mdBook/format/configuration/renderers.html?highlight=no-section-label#configuring-renderers toc entries should be able to override this behaviour.

enhancement