You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* instead of creating and injecting multiple variables
(`nbDoc`, `nbBlock`, `nbHomeDir`, ...), nimib now only injects a `nb` variable
that is a `NbDoc`. Some aliases are provided to minimize breakage.
* handling of paths (`srcDir` and `homeDir`) is changed and is based on the presence
of a new config file `nimib.toml`
* command line options are now processed and can be used to skip/override the config process.
Run any nimib file with option `--nbHelp` to see available options.
* `nbPostInit` and `nbPreSave` customization mechanism based on includes are now removed
* added `nbShow` command option to open in browser
it did not look like a good idea from the beginning, but it proved to be really bad: pietroppeter/nimibook#8
The alternative mechanism should be something like #45 or pietroppeter/nimibook#15
The text was updated successfully, but these errors were encountered: