[tw5] Re: Differentiation

2020-10-26 Thread vinvi...@gmail.com
This is very close to what I'm looking for. 
I'm going to study it. 
Thank you. :)

Op zondag 25 oktober 2020 om 02:29:56 UTC+2 schreef TW Tones:

> Ok,
> Here is a bit of a code dump that you can work through to answer your 
> questions and learn along the way.
> \define custom-tags() (i) (li) (ld) (lp) (lpc) (lt) (D) (B) (C) (E) (F) (H
> ) (N) (P) (S) (T)
> \define show-tags() (i) (li) (D) (ld) (lp)
>
> ;List all custom-tags
> <$list filter=<> >
>
> ;List all custom-tags with tagpill and count of in use
> <$list filter=<> > {{{ [all[current]tagging[]count[]] }}} 
> {{||$:/core/ui/TagTemplate}}, 
>
> ;Tag current tiddler with any of the "custom-tags"
> <$list filter=<> variable=tagname>
><$checkbox tag=<> > <>, 
> 
>
>
> ;Tag any of the "custom-tags" with another tag <>
> :ie select a custom tag to show
> <$list filter=<> variable=tagname>
><$checkbox tiddler=<> tag="show-tags" > < >>, 
> 
>
>
> ;List custom-tags selected with [[show-tags]]
> <$list filter="[[show-tags]tagging[]]">
>
>
> 
>
>
> ;List items tagged with [[(i)]] also `[all[]tag[(i)]]`
> <$list filter="[[(i)]tagging[]]">
>
>
> 
>
>
> ;List all custom-tags one per line as link to create them as a tiddler, eg 
> to give them a description
> <$list filter=<> >
>
>
> 
>
> Regards
> Tones
>
>
> On Sunday, 25 October 2020 00:16:44 UTC+11, vinvi...@gmail.com wrote:
>>
>> Hi TW Tones,
>>
>> I've read that page regarding the checkbox before. I don't understand 
>> anything about it. Something I have no feeling for is coding. Sorry.
>>
>> *I believe someone else has built a solution for an indicator disease or 
>> syndrome in the recent past? *That was me. I'm still working on it.
>> I did my best to make it as clear as possible by visualizing it. I won't 
>> get any further than that. I am a complete dummy when it comes to coding.
>>
>> I try not to get rid of it easily, I've been working with it for 10 
>> weeks. But I can't get it done. So if there is someone who can help me with 
>> this ..
>>
>> As for your advice on the GenTags Plugin earlier: That was very useful 
>> advice. I haven't needed it so far by handily designing the hierarchy. 
>> I'm definitely going to need it in the future.
>>
>> Thanks,
>>
>> Op vrijdag 23 oktober 2020 om 23:10:21 UTC+2 schreef TW Tones:
>>
>>> First thing to note is you are misusing the checkbox, read and use the 
>>> syntax 
>>> here 
>>>
>>> I believe someone else was building a indicator disease or syndrome 
>>> solution in the recent past.
>>>
>>> Perhaps you would be better designing and sharing the logic with any 
>>> form of pseudocode then letting the community show you the code to do it? 
>>>
>>> I would give you a solution now except it would be some work to reverse 
>>> engineer your attempt, to establish your intent then show you how.
>>>
>>> If you make it easy for me, I will make it easy for you.
>>>
>>> Tones
>>>
>>>
>>>
>>> On Saturday, 24 October 2020 01:19:14 UTC+11, vinvi...@gmail.com wrote:

 Hello,

 I've used code to be able to visualize it somewhat, but I can't get it 
 to work.

 I hope I can clarify it with an image:

 [image: Differentiation.png]
 Thank you,

>>>

-- 
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/08b48f44-ee73-46d0-b142-8bb5fc4d98f9n%40googlegroups.com.


[tw5] Re: Differentiation

2020-10-24 Thread TW Tones
Ok,
Here is a bit of a code dump that you can work through to answer your 
questions and learn along the way.
\define custom-tags() (i) (li) (ld) (lp) (lpc) (lt) (D) (B) (C) (E) (F) (H) 
(N) (P) (S) (T)
\define show-tags() (i) (li) (D) (ld) (lp)

;List all custom-tags
<$list filter=<> >

;List all custom-tags with tagpill and count of in use
<$list filter=<> > {{{ [all[current]tagging[]count[]] }}} {{||$
:/core/ui/TagTemplate}}, 

;Tag current tiddler with any of the "custom-tags"
<$list filter=<> variable=tagname>
   <$checkbox tag=<> > <>, 



;Tag any of the "custom-tags" with another tag <>
:ie select a custom tag to show
<$list filter=<> variable=tagname>
   <$checkbox tiddler=<> tag="show-tags" > <>, 



;List custom-tags selected with [[show-tags]]
<$list filter="[[show-tags]tagging[]]">





;List items tagged with [[(i)]] also `[all[]tag[(i)]]`
<$list filter="[[(i)]tagging[]]">





;List all custom-tags one per line as link to create them as a tiddler, eg 
to give them a description
<$list filter=<> >




Regards
Tones

On Sunday, 25 October 2020 00:16:44 UTC+11, vinvi...@gmail.com wrote:
>
> Hi TW Tones,
>
> I've read that page regarding the checkbox before. I don't understand 
> anything about it. Something I have no feeling for is coding. Sorry.
>
> *I believe someone else has built a solution for an indicator disease or 
> syndrome in the recent past? *That was me. I'm still working on it.
> I did my best to make it as clear as possible by visualizing it. I won't 
> get any further than that. I am a complete dummy when it comes to coding.
>
> I try not to get rid of it easily, I've been working with it for 10 weeks. 
> But I can't get it done. So if there is someone who can help me with this ..
>
> As for your advice on the GenTags Plugin earlier: That was very useful 
> advice. I haven't needed it so far by handily designing the hierarchy. 
> I'm definitely going to need it in the future.
>
> Thanks,
>
> Op vrijdag 23 oktober 2020 om 23:10:21 UTC+2 schreef TW Tones:
>
>> First thing to note is you are misusing the checkbox, read and use the 
>> syntax 
>> here 
>>
>> I believe someone else was building a indicator disease or syndrome 
>> solution in the recent past.
>>
>> Perhaps you would be better designing and sharing the logic with any form 
>> of pseudocode then letting the community show you the code to do it? 
>>
>> I would give you a solution now except it would be some work to reverse 
>> engineer your attempt, to establish your intent then show you how.
>>
>> If you make it easy for me, I will make it easy for you.
>>
>> Tones
>>
>>
>>
>> On Saturday, 24 October 2020 01:19:14 UTC+11, vinvi...@gmail.com wrote:
>>>
>>> Hello,
>>>
>>> I've used code to be able to visualize it somewhat, but I can't get it 
>>> to work.
>>>
>>> I hope I can clarify it with an image:
>>>
>>> [image: Differentiation.png]
>>> Thank you,
>>>
>>

-- 
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/c70ebf38-ed1b-45a0-9a26-4446ceb7d6cdo%40googlegroups.com.


[tw5] Re: Differentiation

2020-10-24 Thread vinvi...@gmail.com
Hi TW Tones,

I've read that page regarding the checkbox before. I don't understand 
anything about it. Something I have no feeling for is coding. Sorry.

*I believe someone else has built a solution for an indicator disease or 
syndrome in the recent past? *That was me. I'm still working on it.
I did my best to make it as clear as possible by visualizing it. I won't 
get any further than that. I am a complete dummy when it comes to coding.

I try not to get rid of it easily, I've been working with it for 10 weeks. 
But I can't get it done. So if there is someone who can help me with this ..

As for your advice on the GenTags Plugin earlier: That was very useful 
advice. I haven't needed it so far by handily designing the hierarchy. 
I'm definitely going to need it in the future.

Thanks,

Op vrijdag 23 oktober 2020 om 23:10:21 UTC+2 schreef TW Tones:

> First thing to note is you are misusing the checkbox, read and use the syntax 
> here 
>
> I believe someone else was building a indicator disease or syndrome 
> solution in the recent past.
>
> Perhaps you would be better designing and sharing the logic with any form 
> of pseudocode then letting the community show you the code to do it? 
>
> I would give you a solution now except it would be some work to reverse 
> engineer your attempt, to establish your intent then show you how.
>
> If you make it easy for me, I will make it easy for you.
>
> Tones
>
>
>
> On Saturday, 24 October 2020 01:19:14 UTC+11, vinvi...@gmail.com wrote:
>>
>> Hello,
>>
>> I've used code to be able to visualize it somewhat, but I can't get it to 
>> work.
>>
>> I hope I can clarify it with an image:
>>
>> [image: Differentiation.png]
>> Thank you,
>>
>

-- 
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/c26b5b0e-5fd4-4011-a752-073bb46b085cn%40googlegroups.com.


[tw5] Re: Differentiation

2020-10-23 Thread TW Tones
First thing to note is you are misusing the checkbox, read and use the syntax 
here 

I believe someone else was building a indicator disease or syndrome 
solution in the recent past.

Perhaps you would be better designing and sharing the logic with any form 
of pseudocode then letting the community show you the code to do it? 

I would give you a solution now except it would be some work to reverse 
engineer your attempt, to establish your intent then show you how.

If you make it easy for me, I will make it easy for you.

Tones


On Saturday, 24 October 2020 01:19:14 UTC+11, vinvi...@gmail.com wrote:
>
> Hello,
>
> I've used code to be able to visualize it somewhat, but I can't get it to 
> work.
>
> I hope I can clarify it with an image:
>
> [image: Differentiation.png]
> Thank you,
>

-- 
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/798ee52d-3f75-4bc2-9871-c2f7f5f4a60eo%40googlegroups.com.