Commit Graph

70 Commits

Author SHA1 Message Date
Mickaël Menu
f1391b5a63
Rename --linking-to filtering option to --link-to 2021-03-07 17:14:07 +01:00
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"`.
2021-03-07 17:00:09 +01:00
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`.
2021-03-06 19:38:52 +01:00
Mickaël Menu
6175a73c1c
Parse labels in [[wiki links | label]] and support escaped characters 2021-02-28 11:21:33 +01:00
Mickaël Menu
a5b7639bcd
Enable overriding sort criteria of config aliases with --sort flags 2021-02-27 20:24:12 +01:00
Mickaël Menu
14bf4d507c
Add support of ZK_EDITOR to set the editor 2021-02-20 21:50:00 +01:00
Mickaël Menu
ca56b4b550
Ask to open any existing note with zk new 2021-02-20 21:15:56 +01:00
Mickaël Menu
7a1ba21a64
Replace dir configs with more flexible group config overrides 2021-02-19 22:41:36 +01:00
Mickaël Menu
4c8a7b4105
Rename every occurrence of "slip box" into "notebook" 2021-02-15 22:44:31 +01:00
Mickaël Menu
4bff1cd326
Reorganize config structure 2021-02-13 22:16:11 +01:00
Mickaël Menu
e0c8e2fd02
Make the fzf preview command customizable 2021-02-11 21:31:47 +01:00
Mickaël Menu
17c30a66e5
Improve help output and add --delimiter0 in list command 2021-02-10 20:27:34 +01:00
Mickaël Menu
7e3e2cbd20
Add a fzf binding to create a new note with the search query from the edit command 2021-02-07 17:48:23 +01:00
Mickaël Menu
5905688bd3
Add --related filtering option 2021-02-01 22:04:44 +01:00
Mickaël Menu
d9d5fe1730
Add --max-distance for recursive link filtering options 2021-01-31 17:07:44 +01:00
Mickaël Menu
2111deb88d
Add recursive link filtering 2021-01-31 12:24:33 +01:00
Mickaël Menu
7c2ca2c62e
Add the {{list}} template helper 2021-01-30 19:30:46 +01:00
Mickaël Menu
08e09d94ae
Add a {{concat}} template helper 2021-01-30 18:39:04 +01:00
Mickaël Menu
b011d6adc5
Extract contextual snippets for link filters 2021-01-30 18:08:02 +01:00
Mickaël Menu
fb78993fbc
Save a link's context as a snippet 2021-01-30 16:32:58 +01:00
Mickaël Menu
e4e734f3dd
Add --orphan filtering flag 2021-01-29 20:40:06 +01:00
Mickaël Menu
f7a5c04c6e
Add "not" variants for --linked-by and --linking-to 2021-01-27 21:25:33 +01:00
Mickaël Menu
7c6b5af4f9
Add --linking-to filter option 2021-01-27 20:20:26 +01:00
Mickaël Menu
a0ba426aa2
Add "linked by" note filter 2021-01-25 22:57:12 +01:00
Mickaël Menu
0b0e7dfd08
Add note links to the database 2021-01-25 21:44:44 +01:00
Mickaël Menu
3d967746d1
Parse Markdown links 2021-01-24 14:33:25 +01:00
Mickaël Menu
eb130a8107
Add the edit command 2021-01-23 21:15:36 +01:00
Mickaël Menu
6c95ff43c1
Refactor fzf integration 2021-01-23 15:24:08 +01:00
Mickaël Menu
fe6b062309
Filter notes interactively with fzf 2021-01-23 13:29:14 +01:00
Mickaël Menu
5c59d7946b
Test the note formatter 2021-01-19 23:06:17 +01:00
Mickaël Menu
5759896fd4
Refactor note formatter 2021-01-19 21:13:16 +01:00
Mickaël Menu
aee1d0c781
Add predefined styling rules 2021-01-19 20:51:28 +01:00
Mickaël Menu
c61a6995a2
Proof of concept for filtering notes interactively with fzf 2021-01-19 19:59:03 +01:00
Mickaël Menu
f1df4320ed
Add a cross-platform way to execute a shell command and string utilities 2021-01-19 19:57:18 +01:00
Mickaël Menu
9876bcec00
Print indexing statistics 2021-01-17 12:47:05 +01:00
Mickaël Menu
58cfec5c80
Add a progress report during indexing 2021-01-17 12:09:38 +01:00
Mickaël Menu
1a9604ea34
Add flag to force indexation 2021-01-16 20:53:12 +01:00
Mickaël Menu
f371f58bd2
Add Lead and RawContent to the saved note metadata 2021-01-16 20:18:03 +01:00
Mickaël Menu
29688186f2
Add a proper Markdown parser 2021-01-16 19:37:10 +01:00
Mickaël Menu
a691a8857c
Support pager and no-pager config options 2021-01-16 14:30:52 +01:00
Mickaël Menu
e113707a62
Move parsing of sorting terms to core 2021-01-14 22:45:05 +01:00
Mickaël Menu
38f24148e7
Split note/list into list and find 2021-01-14 22:10:35 +01:00
Mickaël Menu
16fea38764
Sort list matches 2021-01-13 22:06:05 +01:00
Mickaël Menu
09d688f1cc
Exclude paths in list 2021-01-13 19:53:15 +01:00
Mickaël Menu
18f8c39d5d
Store dates as UTC 2021-01-12 20:33:55 +01:00
Mickaël Menu
d797b94845
Filter by creation date 2021-01-12 19:58:14 +01:00
Mickaël Menu
a7b85eeb1e
Limit the number of results 2021-01-11 22:22:23 +01:00
Mickaël Menu
f2c41f35fc
Show number of results 2021-01-11 22:02:06 +01:00
Mickaël Menu
4cd3df749b
Refactor generation of the SQL find query and add support for PathsFilter 2021-01-11 21:51:50 +01:00
Mickaël Menu
0e8ae93450
Improve test result diffing 2021-01-10 16:39:10 +01:00