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.
64 lines
1.1 KiB
YAML
64 lines
1.1 KiB
YAML
- id: 1
|
|
source_id: 3
|
|
target_id: null
|
|
title: "Missing target"
|
|
href: "missing"
|
|
external: false
|
|
snippet: "There's a Missing target"
|
|
|
|
- id: 2
|
|
source_id: 1
|
|
target_id: 2
|
|
title: "An internal link"
|
|
href: "log/2021-01-04.md"
|
|
external: false
|
|
snippet: "[[An internal link]]"
|
|
|
|
- id: 3
|
|
source_id: 1
|
|
target_id: null
|
|
title: "An external link"
|
|
href: "https://domain.com"
|
|
external: true
|
|
snippet: "[[An external link]]"
|
|
|
|
- id: 4
|
|
source_id: 4
|
|
target_id: 1
|
|
title: "Another link"
|
|
href: "log/2021-01-03.md"
|
|
external: false
|
|
snippet: "[[Another link]]"
|
|
|
|
- id: 5
|
|
source_id: 4
|
|
target_id: 6
|
|
title: "Link from 4 to 6"
|
|
href: "ref/test/a"
|
|
external: false
|
|
snippet: "[[Link from 4 to 6]]"
|
|
|
|
- id: 6
|
|
source_id: 4
|
|
target_id: 6
|
|
title: "Duplicated link"
|
|
href: "ref/test/a"
|
|
external: false
|
|
snippet: "[[Duplicated link]]"
|
|
|
|
- id: 7
|
|
source_id: 2
|
|
target_id: 3
|
|
title: "A transition link"
|
|
href: "index.md"
|
|
external: false
|
|
snippet: "[[A transition link]]"
|
|
|
|
- id: 8
|
|
source_id: 3
|
|
target_id: 4
|
|
title: "Another transition link"
|
|
href: "f39c8.md"
|
|
external: false
|
|
snippet: "[[Another transition link]]"
|