insanum / sncli

Simplenote CLI
MIT License
397 stars 35 forks source link

add option to default to markdown for new notes #93

Closed samuelallan72 closed 5 years ago

samuelallan72 commented 5 years ago

This adds cfg_default_markdown to default to markdown for new notes. This applies to new notes created from the gui as well as the command line.

when

cfg_default_markdown = yes

is present in the configuration file, the following changes will be noticed:

fixes #92