pyrochlore / obsidian-tracker

A plugin tracks occurrences and numbers in your notes
MIT License
1.31k stars 229 forks source link
chart daily-notes obsidian obsidian-md obsidian-plugin quantified-self tag-evaluation

Obsidian Tracker Plugin

GitHub release

This is an Obsidian plugin that helps you collect data from notes and represent it comprehensively.

Here is a table containing simplified examples showing what you can track.

What's New

Version 1.14.0

Version 1.13.3

Version 1.13.2

Version 1.13.1

Version 1.13.0

Version 1.12.0

Version 1.11.0

Version 1.10.9

Version 1.10.8

Version 1.10.7

Version 1.10.6

Version 1.10.5

Version 1.10.4

Version 1.10.3

Version 1.10.2

Version 1.10.1

Version 1.10.0

!!! Breaking Changes !!!

From version 1.9.0, template variables, e.g. '{{sum}}', are deprecated. Instead, Tracker provide operators (+, -, *, /, %) and functions (dataset(), sum(), maxStreak(), ......etc) to help us do data processing. For users having code blocks from previous version, please replace '{{sum}}' by '{{sum()}}' or '{{sum(1)}}' by '{{sum(dataset(1))}}'. More information about the new expressions could be found here.

Usage

  1. Have some targets you want to track in daily notes.
  2. Add a new note for displaying the tracker.
  3. Add tracker code blocks manually (examples) or using commands.
  4. Switch the document view mode to 'Preview', then the code block will get rendered.

For more use cases, please download and open the examples folder in obsidian with this plugin installed and enabled.

More Details You May Want to Know

Support