This repository has been archived by the owner on Jun 28, 2023. It is now read-only.
Releases: sthesing/Zettels
Releases · sthesing/Zettels
Final Alpha – Reimplementation notice
This implementation of Zettels is no longer actively developed. Instead, I
chose to reimplement Zettels from scratch in Rust.
While doing so, I added a lot of features and separated the command line
interface from the backend, which is now a library called libzettels
,
sporting an API that can be used to easily build other user interfaces.
Check the reimplementation out:
1. Zettels - Command line tool
2. Libzettels - Backend
v0.6.0
[0.6.0]
Changed
- 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 toolfind
now, tested against GNU find.
Fixed
- With every run of zettels, the index was built from scratch. Now it only
updates it if files in the Zettelkasten directory have changed.
v0.5.0
[0.5.0] - 2017-06-09
Added
- This change log
Changed
- 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
Fixed
- Issue with external links inside the markdown files (#9)