Commit Graph

14 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 fb78993fbc
Save a link's context as a snippet 3 years ago
Mickaël Menu 0b0e7dfd08
Add note links to the database 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 be25da2b80
Refactor FTS5 query sanitizing 4 years ago
Mickaël Menu ea3b6923c0
Merge dir and filename to simplify paths handling 4 years ago
Mickaël Menu 5a8b6ec02f
Index the note filenames 4 years ago
Mickaël Menu 8a876f3b7f
Test note DAO 4 years ago
Mickaël Menu d655720181
Test sqlite.DB 4 years ago
Mickaël Menu 8467f1aa3a
Refactor transaction usage 4 years ago
Mickaël Menu 0573852529
Index notes content 4 years ago
Mickaël Menu 4dad3a2309
Add the initial DB schema 4 years ago