Commit Graph

20 Commits (9fda155a9952d4ef62c012a7f61ff386e5b0b58f)

Author SHA1 Message Date
Mickaël Menu 9fda155a99
Add a [format.markdown] config section to customize tags syntax 3 years ago
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 27eda3deb6
Override default sort orders with --sort 3 years ago
Mickaël Menu 7a1ba21a64
Replace dir configs with more flexible group config overrides 3 years ago
Mickaël Menu 4bff1cd326
Reorganize config structure 3 years ago
Mickaël Menu e0c8e2fd02
Make the fzf preview command customizable 3 years ago
Mickaël Menu 1f0e536e14
Differentiate empty string from null strings for the pager in the config 3 years ago
Mickaël Menu 5ef45020f0
Remove the no-pager config variable 3 years ago
Mickaël Menu 76fb5f67aa
Migrate from HCL to TOML for the config language 3 years ago
Mickaël Menu 225b0c2603
Add support for user aliases 3 years ago
Mickaël Menu a691a8857c
Support `pager` and `no-pager` config options 3 years ago
Mickaël Menu 0e8ae93450
Improve test result diffing 3 years ago
Mickaël Menu 378834c495
Add language, file extension and default title in user config 4 years ago
Mickaël Menu e3f95cd1e1
Support for config overrides 4 years ago
Mickaël Menu 4d0c0ccdda
Refactor user config 4 years ago
Mickaël Menu 6a4a4c77e6
Move ID model to core 4 years ago
Mickaël Menu abe0094dda
Refactor config getters into Zk 4 years ago
Mickaël Menu be4b58c979
Add zk.Dir struct 4 years ago
Mickaël Menu 8b8a66f2f2
Parse config values 4 years ago
Mickaël Menu c4a5648238
Parse zk config 4 years ago