The internal spacedoc.properties is currently not terribly useful, and more relevant defaults should be added anyway. - [x] Remove internal spacedoc.properties - [x] Read it by default from current directory, if present? - Perhaps from `${pwd}/spacedoc.properties` - [ ] Add internal defaults: - [x] ffc.polyglot-js = AUTO - This option may currently be broken, see #6 - [x] ffc.npx-executable =npx (assume it's on the path) - [x] polyglot.js.require.directory =`${pwd}/.spacedoc/js/require` - [x] general.temp-file-prefix = `spacedoc-temp` - [ ] general.temp-directory-path = `${pwd}/.spacedoc/temp` - [ ] Check for other useful defaults and extend this list.