All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to the Haskell Package Versioning Policy.
- Allow passing directories of JSON to
kept
rather than having to manually glob, e.g. with*.json
. Now one can pass in any combination of individual files, directories, or globbed lists of files. If a directory is passed in, it is expanded (non-recursively) into the list of the.json
files in that directory.
- Windows: embedded media attachments display correctly now. (Turns out
Obsidian wants
/
as a path delimiter even in Windows.)
- Full support for media attachments!
- New CLI option to include a note's title as a field in the YAML front-matter instead of as a heading in the note's body.
- Short CLI option for
--no-tag-subdirs
is now-n
rather than-t
. Frees-t
up for our new title option!
- Everything! Almost. Convert Keep JSON to markdown, but no media attachments yet.