Skip to content

Releases: pyrochlore/obsidian-tracker

v1.3.0

03 May 14:15
Compare
Choose a tag to compare
  • Support reading and rendering multiple targets
  • Support reading and rendering multiple values (a tuple of values) under a target
  • New output type 'bar', rendering a bar chart
  • Add a legend for the chart output
  • Fixed bugs

v1.2.1

23 Apr 19:06
3da787d
Compare
Choose a tag to compare
  • Fixed files with the specified dateFormat are not recognized
  • Restored the plugin's settings panel for dateFormat and folder

v1.2.0

19 Apr 03:51
00261bd
Compare
Choose a tag to compare
  • Enable using regular expression in text searching
  • New search type 'frontmatter', searching for key-value pairs in the front matter
  • New search type 'wiki', searching for wiki links
  • Reduced package size

v1.1.0

07 Apr 17:36
009683c
Compare
Choose a tag to compare
  • New output type 'summary'
  • Add commands help create Tracker code blocks
  • Relaxed the regex for searching tags, allow tags embedded in sentences
  • Fixed issues

v1.0.2

29 Mar 06:08
Compare
Choose a tag to compare
  • Fixed the searching of nested tag in frontmatter
  • Reduced the package size by using Obsidian internal module

v1.0.1

26 Mar 14:20
Compare
Choose a tag to compare
  • Remove dependencies to Node.js modules
  • Add example markdown files

Initial Release

23 Mar 06:39
Compare
Choose a tag to compare
  • Track simple tags, value-attached tags, and texts using code blocks
  • Represent the tracked data in a customizable line chart
  • Allow tracking in-line tags and tags in frontmatter
  • Allow tracking nested tags