ZettelGeist / zettelgeist

A less-is-more (distributed) notetaking application. Designed specifically for those who prefer working with the command line and want to do crazy indexing, analysis, and transformation of notes. Aimed at but not limited to scholarly research projects.
Apache License 2.0
30 stars 5 forks source link

eliminate redundant snips from zfilter #7

Closed gkthiruvathukal closed 6 years ago

gkthiruvathukal commented 6 years ago

zfilter was including duplicates in the output. This is caused by the window size possibly including other snippets. As the snippets are rendered in order (as a result of sqlite3), we can test whether the new snippet is fully enclosed in the previous snippet window.

This change (when committed) should result in vastly fewer snippets being sent to the output.