mirror of
https://github.com/shanshuimei/obsidian-generate-timeline.git
synced 2026-07-22 05:37:40 +00:00
21 lines
No EOL
647 B
JSON
21 lines
No EOL
647 B
JSON
{
|
|
"lineWidth": 2,
|
|
"lineColor": "#6a4dff",
|
|
"itemSpacing": 30,
|
|
"cardBackground": "var(--background-primary-alt)",
|
|
"cardTextColor": "var(--text-normal)",
|
|
"cardBorderColor": "var(--background-modifier-border)",
|
|
"milestoneCardBackground": "#ffffcc",
|
|
"milestoneCardTextColor": "var(--text-normal)",
|
|
"milestoneCardBorderColor": "#f0e68c",
|
|
"animationDuration": 200,
|
|
"dateAttribute": "created",
|
|
"fileNamePrefix": "",
|
|
"fileNameSuffix": "",
|
|
"defaultPosition": "right",
|
|
"language": "zh-CN",
|
|
"milestoneAttribute": "milestone",
|
|
"milestoneValue": "yes",
|
|
"tagAttribute": "tags",
|
|
"timelineDateTextColor": "var(--text-muted)"
|
|
} |