Skip to content

Remove the internal spacedoc.properties in favor of overridable defaults #32

Description

@kutis96

The internal spacedoc.properties is currently not terribly useful, and more relevant defaults should be added anyway.

  • Remove internal spacedoc.properties
  • Read it by default from current directory, if present?
    • Perhaps from ${pwd}/spacedoc.properties
  • Add internal defaults:
    • ffc.polyglot-js = AUTO
    • ffc.npx-executable =npx (assume it's on the path)
    • polyglot.js.require.directory =${pwd}/.spacedoc/js/require
    • general.temp-file-prefix = spacedoc-temp
    • general.temp-directory-path = ${pwd}/.spacedoc/temp
  • Check for other useful defaults and extend this list.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions