Default:
trueFor example with:thenwould be place its output under:instead of
{
"outputOutOfTree": false
}ourbigbook hello.bigbhello.html_out/html/hello.html.Advantages of Disadvantages:
outputOutOfTree=true:- the source tree becomes cleaner, especially when using
-S,--split-headerswhich can produce hundreds of output files from a single input file - if you want to track several
.htmlsource files in-tree, you don't need to add an exception to each of of them on the.gitignoreas:*.html !/ourbigbook.liquid.html
- you have to type more to open each output file on the terminal
This option is always forced to
false when --outdir <outdir> is given.Implemented at: github.com/ourbigbook/ourbigbook/issues/163