diff options
author | Thomas F. K. Jorna <[email protected]> | 2021-08-16 19:09:53 +0200 |
---|---|---|
committer | Thomas F. K. Jorna <[email protected]> | 2021-08-16 19:09:53 +0200 |
commit | bd31703d8627d3c8e046d62223a08d295f0e9578 (patch) | |
tree | 4aa1dcacae871734170b77e51adb16f87b235792 /api.d.ts | |
parent | f6f68f67080bfe3c7dda641e2576ab37e6e58b8f (diff) |
fix: #67, correctly skip non-node headlines
Diffstat (limited to 'api.d.ts')
-rw-r--r-- | api.d.ts | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -10,6 +10,7 @@ export type OrgRoamNode = { title: string level: number pos: number + olp: string[] | null properties: { [key: string]: string | number } |