You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
zk/adapter/sqlite
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
..
fixtures Filter notes by tags (#6) 3 years ago
collection_dao.go Parse tags in Markdown documents (#5) 3 years ago
collection_dao_test.go Filter notes by tags (#6) 3 years ago
db.go Filter notes by tags (#6) 3 years ago
db_test.go Parse tags in Markdown documents (#5) 3 years ago
note_dao.go Filter notes by tags (#6) 3 years ago
note_dao_test.go Filter notes by tags (#6) 3 years ago
note_indexer.go Parse tags in Markdown documents (#5) 3 years ago
note_indexer_test.go Parse tags in Markdown documents (#5) 3 years ago
stmt.go Add lazy prepared statements 4 years ago
transaction.go Add lazy prepared statements 4 years ago
transaction_test.go Parse tags in Markdown documents (#5) 3 years ago