Commit Graph

30 Commits (08cc4a3c3f8b45dff45cd3178e58d12393be5c8b)

Author SHA1 Message Date
Mickaël Menu 08cc4a3c3f
Filter notes by tags (#6)
Filter notes by their tags using `--tag "history, europe"`. To match notes associated with either tags, use a pipe `|` or `OR` (all caps), e.g. `--tag "inbox OR todo"`.
3 years ago
Mickaël Menu 4bf660f934
Parse tags in Markdown documents (#5)
Many tag flavors are supported: `#hashtags`, `:colon:separated:tags:` and even Bear's [`#multi-word tags#`](https://blog.bear.app/2017/11/bear-tips-how-to-create-multi-word-tags/). If you prefer to use a YAML frontmatter, list your tags with the keys `tags` or `keywords`.
3 years ago
Mickaël Menu c10449a425
Refine path filtering with regexes 3 years ago
Mickaël Menu 27eda3deb6
Override default sort orders with --sort 3 years ago
Mickaël Menu 5905688bd3
Add --related filtering option 3 years ago
Mickaël Menu d9d5fe1730
Add --max-distance for recursive link filtering options 3 years ago
Mickaël Menu 2111deb88d
Add recursive link filtering 3 years ago
Mickaël Menu b011d6adc5
Extract contextual snippets for link filters 3 years ago
Mickaël Menu fb78993fbc
Save a link's context as a snippet 3 years ago
Mickaël Menu e4e734f3dd
Add --orphan filtering flag 3 years ago
Mickaël Menu f7a5c04c6e
Add "not" variants for --linked-by and --linking-to 3 years ago
Mickaël Menu 7c6b5af4f9
Add --linking-to filter option 3 years ago
Mickaël Menu a0ba426aa2
Add "linked by" note filter 3 years ago
Mickaël Menu 0b0e7dfd08
Add note links to the database 3 years ago
Mickaël Menu fe6b062309
Filter notes interactively with fzf 3 years ago
Mickaël Menu cd2040a74b
Fix sorting indexed notes by their paths in the database 3 years ago
Mickaël Menu f371f58bd2
Add Lead and RawContent to the saved note metadata 3 years ago
Mickaël Menu 38f24148e7
Split note/list into list and find 3 years ago
Mickaël Menu 16fea38764
Sort list matches 3 years ago
Mickaël Menu 09d688f1cc
Exclude paths in list 3 years ago
Mickaël Menu 4fbd5b3fac
Filter by modification date 3 years ago
Mickaël Menu 18f8c39d5d
Store dates as UTC 3 years ago
Mickaël Menu a7b85eeb1e
Limit the number of results 3 years ago
Mickaël Menu f2c41f35fc
Show number of results 3 years ago
Mickaël Menu 4cd3df749b
Refactor generation of the SQL find query and add support for PathsFilter 3 years ago
Mickaël Menu be25da2b80
Refactor FTS5 query sanitizing 3 years ago
Mickaël Menu 1176216eb8
Escape user input for FTS5 query 3 years ago
Mickaël Menu 0e8ae93450
Improve test result diffing 3 years ago
Mickaël Menu 9f1ec95194
Test NoteDAO find all 3 years ago
Mickaël Menu e0aaa60955
Move zk/file to util/paths 3 years ago