-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* 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
- Loading branch information
1 parent
166b354
commit df345bc
Showing
34 changed files
with
783 additions
and
570 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
switch("d","nimibHomeDir=docs") |
Oops, something went wrong.