Commit Graph

21 Commits (ba41fe5a719fd8b4c3b0225411e5e619ea048b35)

Author SHA1 Message Date
Mickaël Menu ba41fe5a71
Experimental LSP server (#21) 3 years ago
Mickaël Menu e653c71356
Specify the notebook directory explicitly (#14) 3 years ago
Mickaël Menu b82f1f547c
Add a global configuration file (#12) 3 years ago
Mickaël Menu f5b3102deb
Save additional metadata in the database (#7)
* YAML frontmatter as a JSON object in `notes.metadata`
    * Print metadata from the YAML frontmatter in `list` output using `{{metadata.<key>}}`, e.g. `{{metadata.description}}`. Keys are normalized to lower case.
* Start and end offsets for link snippets.
    * This could be useful to expand backlinks contexts.
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 4c8a7b4105
Rename every occurrence of "slip box" into "notebook" 3 years ago
Mickaël Menu aa87c570c2
Don't launch fzf or the pager when --no-input is set 3 years ago
Mickaël Menu aac1c17a13
Show help as the default command 3 years ago
Mickaël Menu 0b0e7dfd08
Add note links to the database 3 years ago
Mickaël Menu 225b0c2603
Add support for user aliases 3 years ago
Mickaël Menu 9876bcec00
Print indexing statistics 3 years ago
Mickaël Menu 58cfec5c80
Add a progress report during indexing 3 years ago
Mickaël Menu 1a9604ea34
Add flag to force indexation 3 years ago
Mickaël Menu 29688186f2
Add a proper Markdown parser 3 years ago
Mickaël Menu ea3b6923c0
Merge dir and filename to simplify paths handling 3 years ago
Mickaël Menu 6dc9a65d21
Add lazy prepared statements 3 years ago
Mickaël Menu 2cd15aafe2
Proof of concept for listing notes 3 years ago
Mickaël Menu 378834c495
Add language, file extension and default title in user config 4 years ago
Mickaël Menu 8467f1aa3a
Refactor transaction usage 4 years ago
Mickaël Menu 4ca1595f1f
Refactor file diff and indexation 4 years ago
Mickaël Menu 0573852529
Index notes content 4 years ago