shanshuimei_obsidian-genera.../data.json
Jiya Hai df33834102 feat(event listening): Add file opening event listening to automatically update timeline content
When opening a markdown file located in the timelines/ directory, the timeline content is automatically regenerated based on the generated_from field in the frontmatter. It supports updating the timeline from four sources: folders, tags, files, and metadata.
2025-11-26 19:19:14 +08:00

19 lines
No EOL
579 B
JSON

{
"lineWidth": 2,
"lineColor": "var(--interactive-accent)",
"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": "en-US",
"milestoneAttribute": "",
"milestoneValue": ""
}