diff options
Diffstat (limited to 'components/config.ts')
-rw-r--r-- | components/config.ts | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/components/config.ts b/components/config.ts index 0544b58..5cc7775 100644 --- a/components/config.ts +++ b/components/config.ts @@ -34,6 +34,7 @@ export const initialPhysics = { export const initialFilter = { orphans: false, parents: true, + fileless_cites: false, tags: [], nodes: [], links: [], @@ -86,6 +87,11 @@ export const initialVisuals = { citeGapLength: 15, citeLinkColor: 'gray.600', citeNodeColor: 'black', + refDashes: true, + refDashLength: 35, + refGapLength: 15, + refLinkColor: 'gray.200', + refNodeColor: 'black', } export interface TagColors { |