You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
zk/adapter/sqlite/fixtures/default/links.yml

40 lines
717 B
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]]"