Skip to content

Commit df880ae

Browse files
committed
July 3, 2022 6:53 PM
1 parent a9a7750 commit df880ae

File tree

3 files changed

+55
-0
lines changed

3 files changed

+55
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
---
2+
id: 0gwllgnpf8y0yv6lakdlnd1
3+
title: Tutorial
4+
desc: ''
5+
updated: 1656872959315
6+
created: 1656871790110
7+
---
8+
9+
10+
## Tutorial
11+
- [[../code/dendron/packages/plugin-core/src/workspace/tutorialInitializer.ts]]
12+
13+
## Link Tracking
14+
- [[../code/dendron/packages/plugin-core/src/components/views/PreviewLinkHandler.ts]]
15+
16+
- NOTE: this is only used for tutorial notes
17+
18+
```ts
19+
onLinkClicked {
20+
isWebUri {
21+
track {
22+
TutorialPreviewLinkClicked,
23+
LinkType: WEBSITE
24+
href,
25+
}
26+
}
27+
}
28+
```

root.md

+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
id: k58vnomt6jfr3y66pbjq6wf
3+
title: Root
4+
desc: ''
5+
updated: 1656899390905
6+
created: 1656899390905
7+
---
8+
# Welcome to Dendron
9+
10+
This is the root of your dendron vault. If you decide to publish your entire vault, this will be your landing page. You are free to customize any part of this page except the frontmatter on top.
11+
12+
## Lookup
13+
14+
This section contains useful links to related resources.
15+
16+
- [Getting Started Guide](https://link.dendron.so/6b25)
17+
- [Discord](https://link.dendron.so/6b23)
18+
- [Home Page](https://wiki.dendron.so/)
19+
- [Github](https://link.dendron.so/6b24)
20+
- [Developer Docs](https://docs.dendron.so/)

root.schema.yml

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
version: 1
2+
imports: []
3+
schemas:
4+
- id: root
5+
children: []
6+
title: root
7+
parent: root

0 commit comments

Comments
 (0)