Commit Graph

9 Commits (08cc4a3c3f8b45dff45cd3178e58d12393be5c8b)

Author SHA1 Message Date
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 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 9f0b5dc7d4
Add support for Wiki links and neuron's Folgezettel links 3 years ago
Mickaël Menu ade5da20df
Support Markdown autolinking for external links 3 years ago
Mickaël Menu fb78993fbc
Save a link's context as a snippet 3 years ago
Mickaël Menu 0b0e7dfd08
Add note links to the database 3 years ago
Mickaël Menu 3d967746d1
Parse Markdown links 3 years ago
Mickaël Menu 0512bf78b4
Add support for YAML frontmatters 3 years ago
Mickaël Menu 29688186f2
Add a proper Markdown parser 3 years ago