mnemonic icon indicating copy to clipboard operation
mnemonic copied to clipboard

Feature request: Configuration files

Open codesections opened this issue 6 years ago • 1 comments

mn is getting more powerful, and we should let users take advantage of that power with custom configurations (rather than by passing command-line flags).

Ideally, we would have both global config values and per-file config values set in frontmatter.

These values should be configurable from the command line with syntax similar to git config

codesections avatar Feb 01 '19 00:02 codesections

#17 took the first steps towards implementing this. Global config is now supported; front matter and editing through the command line are still WIP

codesections avatar Feb 06 '19 02:02 codesections