summaryrefslogtreecommitdiff
path: root/components/config.ts
diff options
context:
space:
mode:
authorThomas F. K. Jorna <[email protected]>2021-08-02 14:01:56 +0200
committerThomas F. K. Jorna <[email protected]>2021-08-02 14:01:56 +0200
commitab3ec40a1ea8a21eb7a0468f841ad617e0b0155b (patch)
treed4a6522c241e044eeb842c2ac94fccad631aac77 /components/config.ts
parent82c5906d7bebfb65c8906802d939c8198aab87b8 (diff)
feature: citation options
Diffstat (limited to 'components/config.ts')
-rw-r--r--components/config.ts5
1 files changed, 5 insertions, 0 deletions
diff --git a/components/config.ts b/components/config.ts
index ac4f9c8..1181f65 100644
--- a/components/config.ts
+++ b/components/config.ts
@@ -81,6 +81,11 @@ export const initialVisuals = {
labelTextColor: 'black',
labelBackgroundColor: 'white',
labelBackgroundOpacity: 0.7,
+ citeDashes: true,
+ citeDashLength: 35,
+ citeGapLength: 15,
+ citeLinkColor: 'gray.600',
+ citeNodeColor: 'black',
}
export const initialBehavior = {