Why don't you just use a date field as on a journal, and then use the date
difference macro to get the number of days since X date? that seems like it
would be MUCH easier

On Sat, Jul 20, 2019 at 3:59 AM Sebastian Ovide <sebastianov...@gmail.com>
wrote:

> Hi Mario
>
> thanks for the answer.
>
> I've forked GSD5 and moving away little bit from the original GTD
> methodologies. I'm simply adding life areas and human needs as the root of
> the human decision making in the form of life wheels. Using a "lean"
> approach applied to human life, I'd like to measure some parameters of my
> life and eventually see the evolution of it. Perhaps using some charts.
>
> you can have a look https://sebastianovide.github.io/GettingSebDoing/
> (code in https://github.com/sebastianovide/GettingSebDoing) to have a
> feeling.
>
> initially I've stored the "areas satisfaction" metric in each areas
> tiddler. But I've thought it would be hard to keep a daily log of all the
> metrics. So I'm storing the main KPIs in the tiddler "me" under the form of
> fields.
>
> I've just discovered that the new tiddlyWiki version will have string
> operators so I've copy strings.js and now I'm using this:
>
>   <$wikify name="areas" text="""
>         <$list filter="[field:gsd_type[area]]" >
>           <$list filter="area satisfaction [<currentTiddler>] +[split[
> ]join[_]] " variable="name">
>             <$transclude tiddler="me" field=<<name>>>0</$transclude>
>           </$list>
>         </$list>
>       """>
>     <$wheelChart values=<<areas>> />
>   </$wikify>
>
> it all works... for now... but it took me a big number of hours to it ...
>
> It will take me a while to get my head around TW and think in TW way... so
> I'm pretty sure I'm doing many things that are probably considered hacks in
> the TW world...
>
> Cheers
>
> On Saturday, 20 July 2019 10:39:13 UTC+1, PMario wrote:
>>
>> Hi Sebastian,
>>
>> It would be easier for us, if you describe *what* you want to achieve,
>> instead of how. ...
>>
>> Creating content in TW should be "natural" workflow. So you create some
>> content (+ some meta data), and then we can see, how we can filter it. ...
>>
>> Can you answer the following questions.
>>
>>  - How does your "my tiddler 1" look like. ... some content if possible
>>  - How should the "historical graph" look like
>>  - What is the most convenient way to add meta data (eg: connection
>> between your tiddlers.)
>>
>> have fun!
>> mario
>>
> --
> You received this message because you are subscribed to the Google Groups
> "TiddlyWiki" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to tiddlywiki+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/tiddlywiki/0eac6122-639b-49e2-a6e6-6e9c6d6c8483%40googlegroups.com
> <https://groups.google.com/d/msgid/tiddlywiki/0eac6122-639b-49e2-a6e6-6e9c6d6c8483%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
>

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/CAJu7H0YZ8KjK8dwMMb1YrwJ7x26DM_3%2BW-TKJUj1sr%2BqKU6TEA%40mail.gmail.com.

Reply via email to