pyrochlore / obsidian-tracker

A plugin tracks occurrences and numbers in your notes
MIT License
1.35k stars 230 forks source link

Possible to track data in table rows #17

Closed danraymond closed 3 years ago

danraymond commented 3 years ago

As I mentioned in the Discord; would be nice if I could track and graph rows (say in a table) like date: 2021-03-04 time: 5:45 systolic: 125 diastolic 65. I can make a table nicely using dataview it would be amazing if they could play together!

pyrochlore commented 3 years ago

Is the table you mentioned generated from dateview plugin or it's a pure text markdown table? If it is from dataview, what is the data source of it? Is your source data in format "target:: value"?

danraymond commented 3 years ago

it's a markdown table almost always as its external data being recorded to a single file not the result of a search. E.g. accumulated blood pressure for one person.

I sometimes use a data view to pull data from the vault, but it's not a real table but a temporary generated view I thought?

On Mon, May 17, 2021, 10:12 pyrochlore @.***> wrote:

Is the table you mentioned generated from dateview plugin or a pure text markdown table? If it is from dataview, what is the data source of it?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/pyrochlore/obsidian-tracker/issues/17#issuecomment-841901619, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAOR7BCFTZU6A3IN4XIFY4DTOBNPBANCNFSM447LS4BA .

pyrochlore commented 3 years ago

I am working on table values extraction for the next version (1.5). Then time values will be in version 1.6. After that, it should be able to fit your request.

danraymond commented 3 years ago

Oh man!So clever, thank you!DanSent via the Samsung Galaxy Note9, an AT&T 4G LTE smartphone -------- Original message --------From: pyrochlore @.> Date: 5/17/21 17:10 (GMT+10:00) To: pyrochlore/obsidian-tracker @.> Cc: danraymond @.>, Author @.> Subject: Re: [pyrochlore/obsidian-tracker] Possible to track data in table rows (#17) I am working on table values extraction for the next version (1.5). Then time values will be in version 1.6. After that, it should be able to fit your request.

—You are receiving this because you authored the thread.Reply to this email directly, view it on GitHub, or unsubscribe.

pyrochlore commented 3 years ago

Version 1.5.0 just released with table values extraction. Here is an example of it. The feature of time values will be in the next release (v1.6.0).

pyrochlore commented 3 years ago

Will close this issue first for the table feature. Time values feature is in development.