The default note file will be markdown¶
can should process notes in the writing folder as markdown by default. Can should allow for multiple formats of notes in the future.
Backlinks¶
- can should allow for multiple formats of notes
- can's default note file will be markdown, but can should provide the ability for multiple supported formats.
- can-status
- The
can-status
command should report when markdown files in the writing folder are new to the notebook and can be added. The default note file will be markdown, but can should allow for multiple formats of notes
- The
- can-md
- The
can-md
command should take a string of markdown through standard input and will output can's internal ast format for the provided markdown. The default note format will be markdown.
- The