Scott Sauyet
Scott Sauyet
Fixes #429 : > The problems is that > > ```coffee > if options.template > unless options.css > ``` > > should really be > > ```coffee > if config.template...
The option to use a custom template is ignored. ```shell docco --template MyTemplate.jst --css MyCss.css MyFile.js ``` ignores the template option and simply uses the default layout. It's easy enough...
This is a follow-up to #8992. Please review the discussion there first. This still has the original logic from that PR of a `related` field containing a manually-curated list of...
TiddlyDesktop by default has an extremely chatty connection to a Google spell-check API. As a result, according to the OP: > I cannot even open a wiki when I completely...