codybontecou_timemd-visualizer/examples
2026-07-07 07:43:51 -06:00
..
data Add YAML parser and format examples 2026-07-07 07:43:51 -06:00
formats Add YAML parser and format examples 2026-07-07 07:43:51 -06:00
templates Prepare 0.3.14 release 2026-07-07 05:58:53 -06:00
input-tracking.md Prepare 0.3.14 release 2026-07-07 05:58:53 -06:00
README.md Add YAML parser and format examples 2026-07-07 07:43:51 -06:00
visualization-guide.md Prepare 0.3.14 release 2026-07-07 05:58:53 -06:00

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

  1. Copy or keep this repository inside an Obsidian vault.

  2. In Settings → time.md → Export folder, set the folder to:

    examples/data
    
  3. Run time.md: Reload exports from the command palette.

  4. Open one of the notes or templates below and switch to Reading view.

The mock exports are intentionally small and synthetic:

Guides

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: supports today, yesterday, or YYYY-MM-DD for overview filters.
  • height: controls SVG-heavy views such as cursor heatmaps and typing intensity.
  • Visualizations are bare by default; add bare: false to keep the embed card border/background.
  • colorScheme: overrides the plugin color preset for a single block.