> I will change to Nimibook and add the table of contents but you should be > aware that Nimibook does not support all functionality Nimib provides. I > tried to plot a graph with Plotly show_plotly but the macro nbShow > (doc.partials) was not working due to some distinction in the HTML header > generation made by Nimib and made by Nimibook.
that is a bug and should be fixed, can you open an issue on nimibook with some details? > It would be nice if the wiki markdowns could be rendered from the Github > repository. It would replace the edit button with the PR system of Github. one thing that you can do yourself is activate github pages on your fork while you make your changes (to see them you have to merge in the branch you use for pages, either main or gh-pages, usually). then at some point you can do a PR to nim repo and github pages could be activated there as well. ideally it would also be nice to use a PR preview system like the one is setup in scinim/getting-started, nimib and nimibook but that takes a minimum of setup (and a netlify account...)