diff options
author | Thomas F. K. Jorna <[email protected]> | 2021-08-16 16:43:31 +0200 |
---|---|---|
committer | Thomas F. K. Jorna <[email protected]> | 2021-08-16 16:44:36 +0200 |
commit | 733cf88bbfb172fe9c2211d2432e2b1ff2ffcc2d (patch) | |
tree | 7fe47d14255bf25315bb397e5bf17c9a74e35b82 /components/config.ts | |
parent | d5135e1caec93b7d87b5d40f1fc911702238092a (diff) |
feat: link children to parent heading #62 #53 #49
Diffstat (limited to 'components/config.ts')
-rw-r--r-- | components/config.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/config.ts b/components/config.ts index b48cbe4..0c23528 100644 --- a/components/config.ts +++ b/components/config.ts @@ -34,7 +34,7 @@ export const initialPhysics = { export const initialFilter = { orphans: false, - parents: true, + parent: 'heading', filelessCites: false, tagsBlacklist: [], tagsWhitelist: [], |