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.
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.
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.