mirror of
https://github.com/mickael-menu/zk
synced 2024-11-07 15:20:21 +00:00
50855154e2
* Move everything under the internal package. * Better separation between core and adapter packages, for easier unit testing. * Simplify data models. * Support multiple opened notebooks during runtime (useful for the LSP server). * Proper surface API which might be exposed later as a public Go package.
19 lines
242 B
YAML
19 lines
242 B
YAML
- id: 1
|
|
kind: "tag"
|
|
name: "fiction"
|
|
- id: 2
|
|
kind: "tag"
|
|
name: "adventure"
|
|
- id: 3
|
|
kind: "genre"
|
|
name: "fiction"
|
|
- id: 4
|
|
kind: "tag"
|
|
name: "fantasy"
|
|
- id: 5
|
|
kind: "tag"
|
|
name: "history"
|
|
- id: 6
|
|
kind: "tag"
|
|
name: "empty"
|