Commit Graph

18 Commits (ba41fe5a719fd8b4c3b0225411e5e619ea048b35)

Author SHA1 Message Date
Mickaël Menu 202ea62322
Use the YAML frontmatter key `date` for the note creation date, when provided 4 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.
4 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`.
4 years ago
Mickaël Menu 4c8a7b4105
Rename every occurrence of "slip box" into "notebook" 4 years ago
Mickaël Menu 4bff1cd326
Reorganize config structure 4 years ago
Mickaël Menu 0b0e7dfd08
Add note links to the database 4 years ago
Mickaël Menu 9876bcec00
Print indexing statistics 4 years ago
Mickaël Menu 58cfec5c80
Add a progress report during indexing 4 years ago
Mickaël Menu 1a9604ea34
Add flag to force indexation 4 years ago
Mickaël Menu f371f58bd2
Add Lead and RawContent to the saved note metadata 4 years ago
Mickaël Menu 29688186f2
Add a proper Markdown parser 4 years ago
Mickaël Menu 18f8c39d5d
Store dates as UTC 4 years ago
Mickaël Menu 9f1ec95194
Test NoteDAO find all 4 years ago
Mickaël Menu e0aaa60955
Move zk/file to util/paths 4 years ago
Mickaël Menu ea3b6923c0
Merge dir and filename to simplify paths handling 4 years ago
Mickaël Menu b78609269b
Parse notes title and body 4 years ago
Mickaël Menu 378834c495
Add language, file extension and default title in user config 4 years ago
Mickaël Menu 4ca1595f1f
Refactor file diff and indexation 4 years ago