rucola-notes 0.6.0

Terminal-based markdown note manager.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
---
title: YAML Format
tags:
  - files
    - yaml
    - markdown
  - abbreviations
---
This is a note about the YAML file format.
This note has file name `note25.md`, but should appear as 'YAML Format' in rucola.
Despite only the tag #test appearing in this text, its tags should be

- `test`
- `files/yaml`
- `abbreviations`