Skip to content

Commit 5954c54

Browse files
committed
[ENG-1847] Inline single-use node example values
1 parent ee6f436 commit 5954c54

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

packages/database/src/crossAppNodeContract.example.ts

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ import { spaceUriAndLocalIdToRid } from "./lib/rid";
33

44
const ROAM_SOURCE_SPACE_ID = "https://roamresearch.com/#/app/MAPLab";
55
const ROAM_SOURCE_NODE_ID = "tgWb6JozF";
6-
const ROAM_SOURCE_NODE_TYPE_ID = "rCLM0schema";
76

87
const roamFullMarkdown = `# Sleep improves memory consolidation
98
@@ -22,7 +21,7 @@ export const roamOriginNodeExample: CrossAppNode = {
2221
ROAM_SOURCE_NODE_ID,
2322
),
2423
nodeType: {
25-
sourceNodeTypeId: ROAM_SOURCE_NODE_TYPE_ID,
24+
sourceNodeTypeId: "rCLM0schema",
2625
label: "Claim",
2726
},
2827
content: {
@@ -35,7 +34,6 @@ export const roamOriginNodeExample: CrossAppNode = {
3534
const OBSIDIAN_SOURCE_SPACE_ID = "obsidian:9a8b7c6d5e4f3210";
3635
const OBSIDIAN_SOURCE_NODE_ID = "0192f1a0-7b3c-7e2a-9f10-1a2b3c4d5e6f";
3736
const OBSIDIAN_SOURCE_NODE_TYPE_ID = "evd-7c1f9a2b";
38-
const OBSIDIAN_TITLE = "EVD - REM sleep and recall";
3937

4038
const obsidianFullMarkdown = `---
4139
nodeTypeId: ${OBSIDIAN_SOURCE_NODE_TYPE_ID}
@@ -62,7 +60,7 @@ export const obsidianOriginNodeExample: CrossAppNode = {
6260
label: "Evidence",
6361
},
6462
content: {
65-
direct: { value: OBSIDIAN_TITLE },
63+
direct: { value: "EVD - REM sleep and recall" },
6664
full: { format: "text/markdown", value: obsidianFullMarkdown },
6765
},
6866
sourceModifiedAt: "2026-06-14T10:30:00.000Z",

0 commit comments

Comments
 (0)