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 Semantic Versioning.
- Migration info
And some old bugfixes
- Adjusted ignore settings in default settings file to ignore hidden directories, too.
- Properly handling pandoc's specs for YAML metadata, now. Metadata block now may also end with '---'.
- Reimplemented function to find updated files. Should be much faster now,
when dealing with a large number of Zettels. Depending on UNIX tool
find
now, tested against GNU find.
- With every run of zettels, the index was built from scratch. Now it only updates it if files in the Zettelkasten directory have changed.
- This change log
- dropped the
query
(orq
) subcommand. So what used to bezettels q
is now justzettels
. - renamed the
-t
(or--targets
) flag to-l
(or--links
) - First column of the default
pretty
output format is now 40 spaces wide
- Issue with external links inside the markdown files (#9)