mirror of
https://github.com/codybontecou/timemd-visualizer.git
synced 2026-07-22 17:50:32 +00:00
| .. | ||
| data | ||
| formats | ||
| templates | ||
| input-tracking.md | ||
| README.md | ||
| visualization-guide.md | ||
time.md examples
This directory contains copy-paste notes, templates, and synthetic exports for trying the plugin without using personal screen-time data.
Quick start with mocked data
-
Copy or keep this repository inside an Obsidian vault.
-
In Settings → time.md → Export folder, set the folder to:
examples/data -
Run time.md: Reload exports from the command palette.
-
Open one of the notes or templates below and switch to Reading view.
The mock exports are intentionally small and synthetic:
data/mock-screen-time.json— screen-time, sessions, trends, categories, reports, web history, and attention-flow data.data/mock-input-tracking.json— cursor heatmap, typing intensity, keys, words, raw keystrokes, and mouse events.
Guides
visualization-guide.md— whichview:values to use, useful parameters, and required export sections.data/README.md— how to load, edit, and create mocked exports.formats/README.md— equivalent mock exports in JSON, CSV, YAML, Markdown, and Obsidian frontmatter formats.input-tracking.md— a complete input-tracking dashboard note.
Templates
Use the files in templates/ as Obsidian note templates or copy sections into existing notes.
| Template | Use it for |
|---|---|
daily-dashboard.md |
Daily note dashboard with total time, top apps, input stats, and web activity. |
weekly-review.md |
Weekly review with trends, categories, projects, reports, and contribution heatmap. |
attention-audit.md |
Focus review with Sankey transitions, fragmentation, app lanes, and session waterfall. |
web-history-review.md |
Browser-history review with timeline, domains, and hourly activity. |
theme-and-layout-gallery.md |
Palette, bare: false, and layout examples. |
Basic embed shape
Every example uses a fenced timemd block:
```timemd
view: overview
title: Screen time overview
limit: 5
```
Common options:
title:adds a heading above the widget.limit:controls list/table size for most ranked visualizations.days:restricts trend-style views.date:supportstoday,yesterday, orYYYY-MM-DDfor overview filters.height:controls SVG-heavy views such as cursor heatmaps and typing intensity.- Visualizations are bare by default; add
bare: falseto keep the embed card border/background. colorScheme:overrides the plugin color preset for a single block.