[tw5] REMOVE ME

2023-03-13 Thread 'dave' via TiddlyWiki
Sent with [Proton Mail](https://proton.me/) secure email.

--- Original Message ---
On Friday, March 10th, 2023 at 8:59 PM, Scott Sauyet  wrote:

> Charlie Veniot wrote:
>> In the screenshot below, it is an extremely simplistic use case.
>>
>> Imagine TiddlyWiki having whatever content in whatever tiddlers and whatever
>> fields, being able to pull that together to generate a program in whatever
>> programming language.
>
> I'm afraid I don't understand what you're suggesting. Do you want to generate
> source code as the rendered output of content in one or more tiddlers?
> Something else?
>
> -- Scott
>
> --
> 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/b70fc278-4a0d-4828-98da-0a1e79d89b9fn%40googlegroups.com](https://groups.google.com/d/msgid/tiddlywiki/b70fc278-4a0d-4828-98da-0a1e79d89b9fn%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/EffYryVeoZWkytcHXcM2G_V91cvPeRLe7fTRgPyAOKhI8BNLwalLJWQvYURN9iUMuCLY98jd8LCTNc0Qber8EWoL8W8j7-RGJFLlNFEwGCY%3D%40protonmail.ch.


[tw5] Re: printing: how to modify header footer?

2022-03-16 Thread Dave Parker
Oh, thank you - I hadn't noticed that before (deep in the print settings) 
hopefully I can set it once and it'll stick.  If not then PrintRiver plugin 
it is!

On Monday, March 14, 2022 at 9:59:32 PM UTC-6 cj.v...@gmail.com wrote:

> If you don't need anything fancy printing from your web browser, in the 
> web browser print options, exclude header and footer.
>
> Again, not fancy: open the tiddler in a separate window, right-click on 
> that, choose print, again excluding header and footer.
>
> Definitely no frills.
>
> On Monday, March 14, 2022 at 10:02:37 PM UTC-3 cedard...@gmail.com wrote:
>
>> I have a TW that generates exercises for my patients.  I print them to 
>> pdf and then email them.
>>
>> The only thing I don't like about the system is that the page has a 
>> header with the name of the TW title, its subtitle and the name of the 
>> system file 
>>
>> (in this case "Clinic — Resources for Patients  
>> file:///home/david/Downloads/tiddlywikilocations/Clinic.html")
>>
>> Is there a way to omit that for all print jobs?
>>
>

-- 
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/c5aba025-20b4-463f-a693-ff9195a7d2f7n%40googlegroups.com.


[tw5] printing: how to modify header footer?

2022-03-14 Thread Dave Parker
I have a TW that generates exercises for my patients.  I print them to pdf 
and then email them.

The only thing I don't like about the system is that the page has a header 
with the name of the TW title, its subtitle and the name of the system file 

(in this case "Clinic — Resources for Patients  
file:///home/david/Downloads/tiddlywikilocations/Clinic.html")

Is there a way to omit that for all print jobs?

-- 
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/f3e14b70-fe91-4933-aa53-47d9d251df96n%40googlegroups.com.


[tw5] Edit-Text Widget

2022-01-17 Thread Dave Kor
I am a little puzzled by the edit-text widget's design. 

It uses html's  or  tag for data entry, yet the widget 
does not support some of the basic input tag's attribute? For instance 
while 's "rows" attribute is supported, there is no way to set 
the "cols" attribute.

In a similar vein, the html  tag has support for data entry of 
numbers using the "type=number" attribute. Yet, we cannot specify the "min" 
and "max" attributes. 

I feel adding support for these three attributes should be quite simple and 
would add significant functionality to the widget. Does anyone agree with 
me?

-- 
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/aedf5256-0946-42ce-9e8d-dabd608bc743n%40googlegroups.com.


[tw5] Re: Selectively summing together field values?

2021-12-16 Thread Dave Kor
Thanks for the info. After looking through my stuff I realized I had 
already solved this several months ago. The solution is rather simple:

{{{ [[Data]fields[]prefix[aaa]] :map[[Data]get] +[sum[]] }}}

On Thursday, December 16, 2021 at 11:43:16 AM UTC+8 cj.v...@gmail.com wrote:

> ARG!  I forgot to mention, that "regexp" bit might need some tweaking so 
> that the pattern gets all, but only, the fields you are interested in.
>
> On Wednesday, December 15, 2021 at 11:41:18 PM UTC-4 Charlie Veniot wrote:
>
>> Hello Dave,
>>
>> That is no trivial thing you're trying to do.  Well, maybe somebody has a 
>> trivial solution.
>>
>> But what a great "Brain Age" game !!!
>>
>> So in the meantime, download the attached and drag into tiddlywiki.com 
>> to import the tiddlers and give you an opportunity to study what I've done.
>>
>> I've pasted the code below as reference for anything murky that needs 
>> some serious explaining.
>>
>> It is not a trivial affair to require dynamic identification of fields 
>> that need to be summed.
>>
>> Much easier to specify the exact fields.  Then you have a simple filter 
>> like "[get[aaa1]] [get[aaa2]] ... etc. ... [get[aaaX]] +[sum[]]"
>>
>> Since we do not know the exact field names, then we have to dynamically 
>> build that filter above.  (As per the *highlighted magic* in the code 
>> below)
>>
>>
>> Ignoring the starting and ending "pre" tags.  I'm trying that to see if 
>> the code below shows up okay in TiddlyTalk (which is finicky with this kind 
>> of stuff.)
>>
>> 
>>
>> \define p1() [get[
>> \define p2() ]]
>> \define p3() +[sum[]]
>>
>> <$list variable="thisField" filter="[fields[]regexp[aaa]]">
>> sum of <> values:
>> <$list filter="[getsum[]]">
>> {{!!title}}
>> 
>> 
>> *<$vars thisDynamicFilter={{{ 
>> [fields[]regexp[aaa]addprefixaddsuffix] [] +[join[ ]] }}}>*
>> <$list filter={{{ *[]* }}}>
>> ''total:'' <>
>> 
>> 
>>
>> 
>>
>>
>>
>>
>>
>> On Wednesday, December 15, 2021 at 10:40:06 PM UTC-4 Dave Kor wrote:
>>
>>> Hello,  I am storing numeric data in tiddler fields and I'd like to 
>>> select fields that start with lets say "aaa" and sum all their values 
>>> together. I know I can use filters to select the fields i need using 
>>> something like {{{ [[Data]fields[]prefix[aaa]] }}} and I can probably sum 
>>> their values together using the sum[] operator. 
>>>
>>> However, I am stumped as to how I can get the field's value. I know the 
>>> final filter would look something like {{{ =[[Data]fields[]prefix[aaa]???] 
>>> +[sum[]] }}} I just do not know what operator to use to get the field 
>>> values. 
>>>
>>>

-- 
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/e08dd3a4-de38-44ea-921c-8100866cb625n%40googlegroups.com.


[tw5] Selectively summing together field values?

2021-12-15 Thread Dave Kor
Hello,  I am storing numeric data in tiddler fields and I'd like to select 
fields that start with lets say "aaa" and sum all their values together. I 
know I can use filters to select the fields i need using something like {{{ 
[[Data]fields[]prefix[aaa]] }}} and I can probably sum their values 
together using the sum[] operator. 

However, I am stumped as to how I can get the field's value. I know the 
final filter would look something like {{{ =[[Data]fields[]prefix[aaa]???] 
+[sum[]] }}} I just do not know what operator to use to get the field 
values. 

-- 
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/d2be168e-6175-4985-85af-f07032d9df5bn%40googlegroups.com.


[tw5] Re: New experiment to play with

2021-05-16 Thread Dave Gifford - http://www.giffmex.org/
Try opening Suffering. Then using the eyeball button. Then going to one of 
the sources.

On Sunday, May 16, 2021 at 8:25:00 PM UTC-5 Dave Gifford - 
http://www.giffmex.org/ wrote:

> https://giffmex.org/experiments/notelines2.experiment.html
>

-- 
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/01f40b09-571f-4812-849f-7af2e7a89f14n%40googlegroups.com.


[tw5] New experiment to play with

2021-05-16 Thread Dave Gifford - http://www.giffmex.org/
https://giffmex.org/experiments/notelines2.experiment.html

-- 
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/a0be9a4e-5224-4866-a733-c612b82d5eaen%40googlegroups.com.


[tw5] Re: NotoWritey -- Editor/Outliner for TiddlyWiki, v0.0.9 ++ (thread #3)

2020-07-24 Thread Dave Parker
Looks way better!! :)

-- 
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/38eb8362-2df8-4230-93c2-3eb3e0bafcf3o%40googlegroups.com.


[tw5] Re: NotoWritey -- Editor/Outliner for TiddlyWiki, v0.0.9 ++ (thread #3)

2020-07-22 Thread Dave Parker
Feature Request:

Sorry, I haven't read all threads about this so this might be a repeat, 
but...

It would be nice if the little "+" and "-" only appeared if there were 
levels present to be hidden or revealed.  Right now I go to the main TW and 
click away on them not knowing if the line below is "part" of the one 
you're clicking on and most of the time the button doesn't actually do 
anything.  I'm a little "UI-retarded" so stuff like that is always helpful.

-- 
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/43d07d40-8083-4c02-88f4-315685c1eb1co%40googlegroups.com.


[tw5] Re: TiddlyWiki Hangout #108 with David Gifford

2020-07-14 Thread Dave Parker
Yes, Thank you Dave for sharing your excitement about tiddlywiki with the rest 
of us in the form of such complete and useful "Envelopes"! 
 
And now that you've let the cat out of the bag, when can we expect to see a 
working version of that tight@# thing? :D

-- 
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/df4fc405-0d03-4636-b969-9568ee41d2efo%40googlegroups.com.


Re: [tw5] Bob and BobEXE version 1.6.0, Mopbucket, backup your data

2020-07-09 Thread Dave Parker
other than the Streams thing, I do definitely find this version is more 
stable :)

-- 
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/2ed8e39c-3f2c-4484-b35f-be4f60f7794ao%40googlegroups.com.


Re: [tw5] Bob and BobEXE version 1.6.0, Mopbucket, backup your data

2020-07-07 Thread Dave Parker
That didn't affect it any further

On Tuesday, July 7, 2020 at 2:06:46 PM UTC-6, Saq Imtiaz wrote:
>
> If that helped at all, you could also try increasing the refresh delay 
> in $:/config/Drafts/TypingTimeout
>
>>


-- 
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/18bf1642-ecec-40f3-ae80-32ba46c4aeado%40googlegroups.com.


Re: [tw5] Bob and BobEXE version 1.6.0, Mopbucket, backup your data

2020-07-07 Thread Dave Parker
It helped a bit, i.e. didn't break as badly, ha ha

see attached for screenshot

On Tuesday, July 7, 2020 at 12:10:10 PM UTC-6, Saq Imtiaz wrote:
>
> Dave: here is one thing to try which may help.
>
>- Edit *$:/config/sq/streams/new-node-tiddler-template*, for the *text* 
>field type in the name of a template tiddler that you are going to create, 
>like *mytemplate*
>- Create the template tiddler with the name you used in the step 
>above, add a field *throttle.refresh* with value *true*.
>
> Now try creating new nodes with Streams and see if that works better with 
> Bob.
>
> On Tuesday, July 7, 2020 at 7:03:56 PM UTC+2, Dave Parker wrote:
>>
>> FYI, the new BobExe doesn't seem to play well with 
>> https://saqimtiaz.github.io/sq-tw/streams.html
>>
>> I.e. when I start typing a new line in streams the first letter is 
>> displayed and then the whole thing chokes until you kill bob and restart, 
>> or when the "a web page is slowing down your browser - what would you like 
>> to do: stop it or wait" message comes up if you click "stop it" you can 
>> continue typing, but the Bob instance stops working normally.
>>
>

-- 
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/841f23e6-1052-46c8-9d1d-7f8db68a15f6o%40googlegroups.com.


Re: [tw5] Bob and BobEXE version 1.6.0, Mopbucket, backup your data

2020-07-07 Thread Dave Parker
FYI, the new BobExe doesn't seem to play well with 
https://saqimtiaz.github.io/sq-tw/streams.html

I.e. when I start typing a new line in streams the first letter is 
displayed and then the whole thing chokes until you kill bob and restart, 
or when the "a web page is slowing down your browser - what would you like 
to do: stop it or wait" message comes up if you click "stop it" you can 
continue typing, but the Bob instance stops working normally.

-- 
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/c54d462a-2aab-4dcc-9d43-6ec30565f336o%40googlegroups.com.


[tw5] Re: pass variable to macro via macrocall not working

2020-07-02 Thread Dave Parker
Tony - yes, I use the {{||tiddler}} format a lot as its very convenient for 
setting up a remote tiddler as a template to view the local tiddler's data, 
especially if the code to transform the data is quite big.  (in this case 
its quite simple)

Thank you Mark, wikify for the win!!

You can see it in action if you make 2 new tiddlers on the sparklines 
tiddlywiki 
if you go to here:
http://tobibeer.github.io/tw5-plugins/#sparkl 


then first make a new tiddler [[New Tiddler]], paste this in:
! wikify attempt,
!!! use remote template to transform local data
<$wikify text="{{||New Tiddler 1}}" name="nums">

*<$sparkl values=<>/>
*<$text text=<>/>




! from this tiddler directly
<$set name="val" value={{!!foo}}>

*<$sparkl values=<>/>
*<$text text=<>/>



! from remote tiddler directly

*transclude remote tiddler: {{New Tiddler 1}}
*sparklines via field, not template<$sparkl values={{New Tiddler 1!!foo}}>

and add a field "foo" with contents: "1 2 3 4"

then make another new tiddler [[New Tiddler 1]] and paste this in:
{{!!foo}}

and add the field "foo" with contents "4 5 2 1"

that results in this:



-- 
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/7e952b2f-390d-46e8-bb70-36d57c7b0af2o%40googlegroups.com.


[tw5] Re: pass variable to macro via macrocall not working

2020-07-02 Thread Dave Parker
That didn't work :'(


I think I'm getting closer though:

if you go to here:
http://tobibeer.github.io/tw5-plugins/#sparkl 


and in [[New Tiddler]] paste this in
..<$set name="val" value={{||New Tiddler 1}}>
<$sparkl values=<>/>

..

..<$set name="val" value={{!!foo}}>
<$sparkl values=<>/>

..



{{||New Tiddler 1}}

make a field "foo" with "1 2 3 4"

then in "New Tiddler 1" paste in
{{!!foo}}

and add field "foo" with "4 3 2 1"

You'll see the direct field transclusion works, but not the {{||tiddler}} 
one.  There must be something about that kind of transclusion that requires 
special handling





-- 
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/a7c3567e-81f6-41c1-ac89-cb48ec571e26o%40googlegroups.com.


[tw5] Re: pass variable to macro via macrocall not working

2020-07-02 Thread Dave Parker
Oh, yes Eric showed me that the other day on a different thread. (Got to get my 
different brain cells to talk to one another)

Thank you!, I'll try that out later today

-- 
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/cac3b453-642e-42a9-90e3-24d5f03769fco%40googlegroups.com.


[tw5] Re: pass variable to macro via macrocall not working

2020-07-02 Thread Dave Parker
Thank you for looking at this Tony,

when I take out the quotes, 
Enter code here..\define sprk2(val)
<$sparkl values="$val$"/> $val$ :: <$sparkl values="13 7 19 15"/>
\end

\define sprk()
<$macrocall $name=sprk2 val={{||vasSumGraph}}/>
\end

..<>...


here's what happens

As you can see, now the part that simply passes the text  $val$ disappears, 
so that's why I thought the quotes were required.

I've also tried taking out the quotes further up (for the widget) like this:
\define sprk2(val)
<$sparkl values=$val$/> $val$ :: <$sparkl values="13 7 19 15"/>
\end

\define sprk()
<$macrocall $name=sprk2 val="{{||vasSumGraph}}"/>
\end

and I end up with this:
i.e. the little graph thing (again) just disappears (compared with the 
original picture in the first post)


On Thursday, July 2, 2020 at 12:23:13 AM UTC-6, TW Tones wrote:
>
> Dave,
>
> First thing I notice is 
> val="{{||vasSumGraph}}"
>
> The contents will be passed as a literal string. Use this instead.
> val={{||vasSumGraph}}
>
> When using macros or transclusions the delimiters they use such as `<<` 
> and `{{` doubles as a way to delimit themselves. 
> Additional delimiters just say you are passing a literal.
>
> If in doubt calling any macro including your own, use the macrocall widget
> <$macrocall $name=sparkl varname={{||vasSumGraph}}/> 
> I do not see the macro sparkl defined so I guessed varname
> Note the use of $name this keeps the possibility of using a "name" 
> parameter in the macrocall.
>
> Macrocall lets you pass parameters from various macros and transclusions 
> including fields, tiddlers text references even from something constructed 
> with triple curly braces.
> {{{[all[current]addprefix[$:/namespace/]]}}
>
> The short form of macrocall is basically limited to the following
> <>
>
>
> Although inside a macro you can use $(varname)$ and $parmname$
> So one macro calling another can say
> < "$(currentTiddler)$">>
>
> I hope this quick briefing helps. It is all documented but takes time to 
> bring this together in ones head.
>
> Regards
> TW Tones
>
> On Thursday, July 2, 2020 at 3:06:13 PM UTC+10, Dave Parker wrote:
>>
>> Here I've tried several different ways to get a variable into Tobibeer's 
>> Sparkl plugin (a TW5 version of the old TWC sparklines tiny graph thing)
>>
>> http://tobibeer.github.io/tw5-plugins/#sparkl
>>
>> Here's several attempts:
>> \define sprk2(val)
>> <$sparkl values="$val$"/> $val$ :: <$sparkl values="13 7 19 15"/>
>> \end
>>
>> \define sprk()
>> <$macrocall $name=sprk2 val="{{||vasSumGraph}}"/>
>> \end
>>
>> ..<>..
>>
>> 1) {{||vasSumGraph}} 
>>
>> 2) <> 
>>
>> 3) <>
>>
>> 4) <$sparkl values="{{||vasSumGraph}}"/>
>>
>> 5) <$sparkl values="13 7 19 15"/>
>>
>> with the following results:
>>
>>
>> You can see in the top one the $val$ successfully passes the info, and 
>> when the real info is entered in to the widget directly that works too, but 
>> when you put the $val$ into the widget it fails.
>>
>> I've looked for similar questions and suspect I have to maybe use "<$set" 
>> somehow, but can't seem to figure it out.
>>
>> Any suggestions?
>>
>>
>> Thanks,
>> - Dave
>>
>

-- 
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/6b8e94d5-8fb5-4e7d-bbca-cfd316462443o%40googlegroups.com.


[tw5] Re: [tw] [TW5] NEW plugin: tobibeer/sparkl for simple inline sparkline diagrams

2020-07-01 Thread Dave Parker
This is a little after the fact, but to answer the question I intend to use it 
to summarize data from previous tiddlers to catch trends at a glance.

-- 
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/f42c0f90-d452-4ac2-81ee-92e429c0088eo%40googlegroups.com.


[tw5] pass variable to macro via macrocall not working

2020-07-01 Thread Dave Parker
Here I've tried several different ways to get a variable into Tobibeer's 
Sparkl plugin (a TW5 version of the old TWC sparklines tiny graph thing)

http://tobibeer.github.io/tw5-plugins/#sparkl

Here's several attempts:
\define sprk2(val)
<$sparkl values="$val$"/> $val$ :: <$sparkl values="13 7 19 15"/>
\end

\define sprk()
<$macrocall $name=sprk2 val="{{||vasSumGraph}}"/>
\end

..<>..

1) {{||vasSumGraph}} 

2) <> 

3) <>

4) <$sparkl values="{{||vasSumGraph}}"/>

5) <$sparkl values="13 7 19 15"/>

with the following results:


You can see in the top one the $val$ successfully passes the info, and when 
the real info is entered in to the widget directly that works too, but when 
you put the $val$ into the widget it fails.

I've looked for similar questions and suspect I have to maybe use "<$set" 
somehow, but can't seem to figure it out.

Any suggestions?


Thanks,
- Dave

-- 
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/3d8dc313-af15-44f2-877d-0de7b18a4a30o%40googlegroups.com.


[tw5] Graphs.tiddlyspot.com question

2020-06-30 Thread Dave Parker
Hi, this is a repeat question (Tony suggested it would be better to do a 
new thread rather than resurrect the old one)

The Graphs plugin is from here: http://graphs.tiddlyspot.com/

Here is the original thread: 
https://groups.google.com/forum/#!searchin/tiddlywiki/line$20graph%7Csort:date/tiddlywiki/LcjsToqhqmE/bmUaMeplBgAJ

And the question:
Is there a way to get a line graph with super simple input like this:

<>


I tried that on your site, but it doesn't render anything

Ultimately I want to input a string of values generated by a list widget 
like this:
<$list 
filter="[addsuffix[.VAShi]fields[]regexp[\d\d\d\d-\d\d-\d\d]]" 
variable="field">
<$text text={{{ =[addsuffix[.VAShi]get] 
=[addsuffix[.VASlo]get] 
=[addsuffix[.disAbil]get] +[sum[]] }}}/>



so ultimately this to produce a graph:
<>


But obviously I'm not grasping something about how the plugin works.


-- 
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/47a5ef39-413b-49a6-a13d-cabc5e2b2c08o%40googlegroups.com.


[tw5] Re: Presenting: GRAPHS - pies, bars, scatter and whatever turns you on

2020-06-30 Thread Dave Parker
Will do, thanks Tony

On Tuesday, June 30, 2020 at 7:19:10 PM UTC-6, TW Tones wrote:
>
> Dave,
>
> Can I suggest in future posting a new topic even if you provide the link 
> to the old thread. 
>
> There is a danger the old thread you raised from the dead has being 
> superseded, and your reactivating the old one will cause problems.
>
> Thanks
> Tony
>
> On Wednesday, July 1, 2020 at 6:54:52 AM UTC+10, Dave Parker wrote:
>>
>> Is there a way to get a line graph with super simple input like this:
>>
>> <>
>>
>>
>> I tried that on your site, but it doesn't render anything
>>
>> Ultimately I want to input a string of values generated by a list widget 
>> like this:
>> <$list 
>> filter="[addsuffix[.VAShi]fields[]regexp[\d\d\d\d-\d\d-\d\d]]"
>>  
>> variable="field">
>> <$text text={{{ =[addsuffix[.VAShi]get] 
>> =[addsuffix[.VASlo]get] 
>> =[addsuffix[.disAbil]get] +[sum[]] }}}/>
>> 
>>
>>
>> so ultimately this to produce a graph:
>> <>
>>
>>
>> But obviously I'm not grasping something about how the plugin works.
>>
>>
>>

-- 
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/bfb44ca7-38f8-4ae8-ade6-82b968ce4b5do%40googlegroups.com.


[tw5] Re: Presenting: GRAPHS - pies, bars, scatter and whatever turns you on

2020-06-30 Thread Dave Parker
Is there a way to get a line graph with super simple input like this:

<>


I tried that on your site, but it doesn't render anything

Ultimately I want to input a string of values generated by a list widget 
like this:
<$list 
filter="[addsuffix[.VAShi]fields[]regexp[\d\d\d\d-\d\d-\d\d]]" 
variable="field">
<$text text={{{ =[addsuffix[.VAShi]get] 
=[addsuffix[.VASlo]get] 
=[addsuffix[.disAbil]get] +[sum[]] }}}/>



so ultimately this to produce a graph:
<>


But obviously I'm not grasping something about how the plugin works.


-- 
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/918e70de-a676-4c72-abac-8d4f6f6c258bo%40googlegroups.com.


[tw5] Re: Notowritey - Outliner/editor for TW

2020-06-30 Thread Dave Parker
NotoWritey / Notoriety ha ha! I just got that (better late than never :D)

-- 
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/e564f221-76a9-4d00-95ba-04e955e9b008o%40googlegroups.com.


[tw5] Re: troublehooting: how to see macro variables

2020-06-30 Thread Dave Parker
Ok, thank you so much!

-- 
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/68a76e9c-51e4-4253-97fe-f531ec93bee6o%40googlegroups.com.


[tw5] Re: troublehooting: how to see macro variables

2020-06-29 Thread Dave Parker
Does the ending "" act somehow as the closing "bracket" to the "<$list" 
widget?

-- 
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/01207e9a-a0a6-4e14-94e7-e01e258958a7o%40googlegroups.com.


[tw5] troublehooting: how to see macro variables

2020-06-29 Thread Dave Parker
When you're working on a macro, how do you view a variable to make sure its 
actually doing what you think its doing?

For example:
\define vassum2(here myfield)
<$text text={{{=[title[$here$.VAShi]get[$myfield$]] 
=[title[$here$.VASlo]get[$myfield$]] 
=[title[$here$.disAbil]get[$myfield$]]  +[sum[]]}}}/>
\end

\define vassum()
<$list 
filter="[all[current]addsuffix[.VAShi]fields[]regexp[\d\d\d\d-\d\d-\d\d]]" 
variable="field">
<$macrocall $name=vassum2 here="$(currentTiddler)$" myfield=$field$ /> *<-- 
here?

\end
<>

Like if I want to check on the contents of the variable "field" in the 
vassum macro, how would I view that? At the asterisk I tried $field$ 
 <> and $(field)$

I also tried $myfield$ and <$text text=$myfield$/> in the vassum2 macro


Thanks,
- Dave 

-- 
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/6079a552-146f-4e88-885b-940b7a4c4109o%40googlegroups.com.


[tw5] Re: ListWidget block format elusive

2020-06-29 Thread Dave Parker
Oh wow, usually it's just some little thing like a  bracket or quote I've 
missed, ha ha.

Thank you Eric! - that's a whole new (to me) way of looking at using 
currentTiddler, and I hadn't heard of enlist before either.

I wonder how many other little macros using macrocall and current tiddler I'm 
going to want to re-write 


TW -where learning something new every day is an understatement :D

-- 
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/93b52870-8561-4df3-b425-0e09de7cc213o%40googlegroups.com.


[tw5] Re: ListWidget block format elusive

2020-06-28 Thread Dave Parker
another weird thing: when I put 2 dates in the "dates" field, when its 
rendered, it renders as one single link: "2020-06-27 2020-06-28"

I don't want it to be a link at all though (so far)

-- 
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/bf64bfb5-7834-4185-8c1a-02ea3dd7a9e7o%40googlegroups.com.


[tw5] ListWidget block format elusive

2020-06-28 Thread Dave Parker
Hi, I have this macro:
\define datehx2(here)

@@color:red;font-size:65%;
<$list filter="[title[$here$]get[dates]sort[]]"/>@@

\end

\define datehx()

<$macrocall $name=datehx2 here=<> />

\end
<>

It is supposed to list all the entries in the field "dates" (which are in 
the format "2020-06-28"), but it lists in inline format

I've tried inserting a blank line in between any number of the lines to 
trigger block formatting, and nothing helps.  

I've also tried inserting "" at various points but nothing seems to 
work.

1' question - *how do I force block formatting in this situation?*
2' question - why is the resultant list successfully reduced in size, but 
not turned red? 


thanks,
- Dave

-- 
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/591127fe-9dbb-4c8b-94d3-d3b104f31f3bo%40googlegroups.com.


[tw5] Re: stroll drift tiddlyroam streams use cases?

2020-06-24 Thread Dave Parker
Thank you all for the info (especially Dave :)

This is a good summary 

I feel like a kid in a very large candy store (with eyes bigger than my 
stomach), ha ha

-- 
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/db796e4d-aba5-4a26-9b8c-dcb1e3a96477o%40googlegroups.com.


[tw5] Re: stroll drift tiddlyroam streams use cases?

2020-06-24 Thread Dave Parker
Ha ha, thanks!  I actually did install that plug in and like it, still unsure 
of how I'm going to incorporate it in to my "official" work flow. I like the 
drag and drop aspect, and the quickness, and I'm also warming to the whole 
date-as-tiddler-name thing, except I have traditionally used tiddler titles for 
Todo descriptions, so there's a bit of a disconnect there, but oh well -it's 
just nice to see so much development going on on this platform.

-- 
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/0966b8b4-1189-42c1-a2b8-c1225aa858a4o%40googlegroups.com.


[tw5] stroll drift tiddlyroam streams use cases?

2020-06-24 Thread Dave Parker
I'm watching from afar with fascination as several similar TW editions seem 
to be simultaneously developing in real time.

I've been wanting to dive in but with little personal time find myself 
suffering from choice paralysis.

For those who have jumped all in on one (or more) of these editions,  what 
is your use-case or typical work flow that has made the decision for you 
personally?

* Stroll : https://giffmex.org/stroll/stroll.html
* Drift : https://akhater.github.io/drift
* TiddlyRoam: https://joekroese.github.io/tiddlyroam/
* Streams (keyboard driven draggable bullets): 
https://saqimtiaz.github.io/sq-tw/streams.html

thanks, 
- Dave

-- 
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/33e30feb-6eea-4076-be6c-14e9b322902cn%40googlegroups.com.


[tw5] Re: Notowritey - Outliner/editor for TW

2020-06-12 Thread Dave Parker
Just trying this for the first time - Looks useful!!

Just wondering, is there an option to fold away that settings thingie that 
sits at the bottom of every noto-Tiddler? 

(might be a bit prettier that way ;)

- Dave

-- 
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/bf495997-b262-4cb6-b1d2-2d2c5e1eac40o%40googlegroups.com.


[tw5] Tiddlywiki mention on self hosted podcast

2020-06-04 Thread Dave Parker
Self hosted podcast did a follow up here

https://pca.st/episode/609669b1-d87e-4dda-a7af-edf52ba0e8c9?t=1477

where the guy who found TW and liked it does a 3 month later review

(He still likes it)








-- 
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/aaf57326-09a3-4275-adc1-e8f1eed22d55%40googlegroups.com.


[tw5] Re: using Tiddlywiki on multiple devices w/o sync issues

2020-05-25 Thread Dave Parker
Thanks Jed. 

I should have added that part in when I described my usage. Currently any 
script I run to start Bob also pauses the sync feature on the tiddlers folder.

-- 
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/f4125946-9db9-405e-b22b-fc68933e714d%40googlegroups.com.


[tw5] Re: tangential topic: TalkyTalky as screencast tool

2020-05-24 Thread Dave Parker
Ha ha, yeah, it's a little speedy!

I wanted to keep the file size small, and at least if you want to you can pause 
or rewind :)

-- 
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/01c2aba9-d041-4cc9-9163-bbfcbf803ce0%40googlegroups.com.


[tw5] tangential topic: TalkyTalky as screencast tool

2020-05-24 Thread Dave Parker
I made this demo for a bash script I made 
http://cedar-chiropractic.com/YadPlayerDemo.mkv 
<http://www.google.com/url?q=http%3A%2F%2Fcedar-chiropractic.com%2FYadPlayerDemo.mkv&sa=D&sntz=1&usg=AFQjCNGF1oDpttqT9-aUuWlqzFgWKvpPkg>

but the main point for this group is that as I don't have a microphone, I 
"talk about" the project using TalkyTalky (the TW powerpoint alternative) 
in the screencast.

I don't think I'd seen that as a use case for TW before :)


- Dave

-- 
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/ad14f40b-c95b-401e-9195-b4f071691737%40googlegroups.com.


[tw5] using Tiddlywiki on multiple devices w/o sync issues

2020-05-23 Thread Dave Parker
I use BobExe and sync the individual tiddler files between computers with 
syncthing. That way if there are file conflicts at least it's just individual 
tiddlers that conflict, not the entire TW file.

I'm waiting hopefully for Jed to release a secure easy to install raspberry pi 
server one day and then I don't have to struggle with sync issues. There are 
instructions in existence but I'm too novice to understand them.

I'm the mean time there's a promising thread about HomelabOS that might also 
lead to an answer for you

Good luck!

- Dave

-- 
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/e841cf2a-24de-481c-a1a2-01ad7c6f66b3%40googlegroups.com.


[tw5] call for screencast for Stroll and Drift

2020-05-21 Thread Dave Parker
I have a vague notion that either Stroll or Drift (recent Roam 
Alternatives) would be beneficial for university students.  I have 3 adult 
students currently in my family that might benefit from these TWs, but I 
decidedly lack persuasive abilities regarding adoption of open source 
projects (I'm the only Linux person in the family (for years)).

So if anyone reading this has the inclination to do a persuasive screencast 
for either of those projects, i.e. how they work for someone 
researching/writing papers commonly done at the university level, I'm sure 
I'm not the only one who would benefit.


thanks,
- Dave

-- 
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/059a4ada-c95c-4b63-80d1-d64b7867b196%40googlegroups.com.


[tw5] Re: tweaking draggable list with filter

2020-05-19 Thread Dave Parker
Tony, I don't think I'm as clever as you think I am...

Filter={{filtertiddler}}
>

could you elaborate on what that means? 

-- 
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/2a567588-b5e5-414e-b9af-38c1e4c58f43%40googlegroups.com.


[tw5] Re: tweaking draggable list with filter

2020-05-19 Thread Dave Parker
Thanks Eric!

For some reason I'd gotten it in my head that when a filter is in quotes 
the outer brackets are not needed, 
and I'd either forgotten or never learned about the single bracket 


-- 
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/144ad2a8-7fb9-47f1-88d8-f4a15f3a6272%40googlegroups.com.


[tw5] tweaking draggable list with filter

2020-05-19 Thread Dave Parker
Hi,

I'm trying to add a little indication to items in a draggable list to have 
the word "done" beside the item but only if that tiddler has a tag "done"

This seems to add "done" to every item in the list, regardless of whether 
its tagged done or not:

template tiddler:

[[draggableTemplate1]]
<$link to={{!!title}}>{{!!title}}<$list filter="$(currentTiddler)$tag[done]"
> @@color:beige;^^done^^@@

list (macro) tiddler:
\define tgngd()
^^(draggable)^^

<>

\end
<>

in the template tiddler I've also tried:
<$list filter="title[{{!!title}}]tag[done]">
<$list filter="all[current]tag[done]">
<$list filter="<>tag[done]">

Any suggestions?

thanks,
- Dave

-- 
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/3081a6b0-cac6-4fc9-a77b-18d20539a6ce%40googlegroups.com.


[tw5] Re: Personal News

2020-05-19 Thread Dave Parker
Apparently Vitamin D is turning out to //possibly// be helpful, so might  
be a good idea to start taking that if you're not already.  

Also, if you have access to a Pulse Oximeter keep checking your oxygen 
saturation, and if it goes below 90% then ring up your medical people - 
going on O2 before the need of a ventilator is probably important.  
Apparently people with Covid can get to very low O2 saturation without 
necessarily being aware of it.  An ounce of prevention...

Get well soon!!

-- 
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/99dc187b-1964-46e2-a0a1-5fcab440192b%40googlegroups.com.


[tw5] Re: TiddlyDesktop on Linux?

2020-05-15 Thread Dave Parker
You could put it in a bash script and put the script on your desktop or 
possibly drag that script to your dock (depending  on the flavor of 
Ubuntu), something like

#!/bin/bash


cd /home/(username)/Downloads/tiddlywikilocations/ (or wherever you have it)
./nw

or you could use the keyboard launcher Kupfer and do this:

copy the nw file in a file manager, make sure that its executeable
launch Kupfer and paste.
tab until it says "run/execute"  but DON'T enter --> instead do 
control-enter, then tab, then "T" to add trigger (a shortcut) and then it 
will ask you to do a keyboard shortcut combination to launch tiddlydesktop 
whenever you want (although Kupfer has to be set to run on boot so its 
always on)

(this is from memory as I'm currently upgrading my Ubuntu to 20.04 from 
19.10 and things aren't working right now :)

-- 
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/f3e433b0-1860-4c02-bc4f-59a0bcfd849f%40googlegroups.com.


Re: [tw5] Re: [Presenting]: STROLL official rollout!

2020-05-10 Thread Dave Parker
Hey Dave, not sure if you know yet (I didn't read this entire thread), but you 
got a mention in the YouTube thing on "alternatives to roam"

https://youtu.be/KJdnZpUXluQ

-- 
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/169f0c61-5472-47e1-9729-832828ad65e7%40googlegroups.com.


[tw5] Re: Convert Image Tiddlers to one with [img[external/link]]?

2020-05-10 Thread Dave Parker
Thank you Mark :)

-- 
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/c779a15e-afe3-4a60-bfe5-b2c1af3e84b3%40googlegroups.com.


[tw5] Convert Image Tiddlers to one with [img[external/link]]?

2020-05-09 Thread Dave Parker
Hi, I'm trying to lighten up a TW so it loads faster.  I have several 
tiddlers with images in them (the kind you make by dragging and dropping) 
and I'd like to convert them to the simple image link kind, but I don't 
have the original images I used to make the tiddlers in the first place.

Is there a way to do this, or should I start google-searching for the 
images again?


thanks,
- Dave

-- 
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/5fd13357-f84b-464a-ab23-358021c01668%40googlegroups.com.


[tw5] parallax scrolling for longer tiddlers?

2020-05-09 Thread Dave Parker
Hi, I did a quick search here for "Parallax" and didn't find much, but 
thought I'd ask anyway:

Is there any way in TW5 to do some sort of parallax reveal on scroll 
thingie, similar to what happens here https://cooperperkins.com/ ?

Obviously it would have to be within a tiddler as you scroll it up and down 
rather than the entire page like in the link.

There seems to be multiple things going on there, but I'm especially 
thinking of that first effect of the first scrolling down where the part 
"on top" scrolls up over a static lower half.


thanks,
- Dave

-- 
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/421cffcf-364e-46af-b55b-58483b7dfde9%40googlegroups.com.


[tw5] Re: Struggling with viewtemplate filter

2020-05-01 Thread Dave Parker
oh, maybe not: when I take the [ and ] from my final working example 
(thinking that maybe the $s would act as brackets) that broke it again.



On Friday, May 1, 2020 at 6:50:00 PM UTC-6, Dave Parker wrote:
>
> "I need the minimum to enclose it."
>
>
> So its kind of like, when its just raw text like dates[2020-05-01] you 
> need the brackets to enclose that little phrase, but when you have a 
> "formulaic" thing like dates<>, because the << acts as a bracket of 
> sorts, it can also double as the "enclosing" brackets
>

-- 
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/dcf77f42-0863-404d-b270-e33b22fbb387%40googlegroups.com.


[tw5] Re: Struggling with viewtemplate filter

2020-05-01 Thread Dave Parker
"I need the minimum to enclose it."


So its kind of like, when its just raw text like dates[2020-05-01] you need 
the brackets to enclose that little phrase, but when you have a "formulaic" 
thing like dates<>, because the << acts as a bracket of sorts, it 
can also double as the "enclosing" brackets

-- 
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/8dd3f34a-b2e8-4fec-bd78-9a3b05398561%40googlegroups.com.


[tw5] Re: Struggling with viewtemplate filter

2020-05-01 Thread Dave Parker
Yes! we have a winner!

here's what worked:
\define subj2(mytoday)
<$list filter="[all[current]tag[Subjective]regexp:dates[$mytoday$]]" 
variable=null>

{{||SubjectiveTemplate}}

\end

\define subj()
<$macrocall $name="subj2" mytoday={{my-now}} />
\end
<>

Thank you Mark and Mat for your prodding, that helped :)
 

-- 
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/c3a99388-63a4-4435-a057-9783ef863d1b%40googlegroups.com.


[tw5] Re: Struggling with viewtemplate filter

2020-05-01 Thread Dave Parker
"You forgot "[is[current]..." at the start. Without that, it will find 
everything tagged with Subjective"

- isn't that what I want?  I thought filters were like a pipe, so this
<$list filter="[tag[Subjective]regexp:dates[2020-05-01]]" variable=null>

would mean that you list all tiddlers with the tag "Subjective", and from 
that list you filter out everything *but* those with a dates field that 
contains "2020-05-01"


So leaving that aside, if i have this corrected viewtemplate:
<$set name="mytoday" value={{my-now}}>
<$list filter="[all[current]tag[Subjective]regexp:dates[2020-05-01]]" 
variable=null>

<>


which puts today's date at the bottom of only tiddlers with the tag 
"Subjective" and the dates field containing "2020-05-01"

So far so good.


but when I replace 2020-05-01 with <>, like this
<$set name="mytoday" value={{my-now}}> <$list 
filter="[all[current]tag[Subjective]regexp:dates[<>]]" 
variable=null> 

<> 

 or this
<$set name="mytoday" value={{my-now}}> <$list 
filter="[all[current]tag[Subjective]regexp:dates<>]" 
variable=null> 

<> 


I get nothing...  I also tried replacing the word "set" with the word 
"wikify" and that didn't work either.

Any further suggestions?  Maybe I need to put this in a macro and use 
macrocall (that seems to be the answer to so many of these situations) - 
I'll try that and post back if it works





-- 
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/a5f98b71-4bfa-44eb-a8b6-1cd9a1f4b806%40googlegroups.com.


[tw5] Re: Struggling with viewtemplate filter

2020-05-01 Thread Dave Parker
Thanks, I'll try that when I get home, but in the mean time, why don't you need 
that in the advanced search filter? 

(That's one of those things I don't really understand and just (sometimes) 
paste it into filters, crossing fingers)

-- 
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/def24da5-122d-4c5c-82bd-e43929257308%40googlegroups.com.


[tw5] Re: Struggling with viewtemplate filter

2020-05-01 Thread Dave Parker
Ok, I think I need to start over with the filters tutorials, but given what 
you've said so far and given [[headache]] with field "dates"=2020-05-01 and 
[[neck pain]] with field "dates"=2020-04-23 <-- i.e. not today


[tag[Subjective]regexp:dates[2020-05-01]] <-- in the advanced filter 
thingie does list "headaches" only (correct)

Now, when I do this in a viewtemplate
<$list filter="[tag[Subjective]regexp:dates[2020-05-01]]" variable=null>


 
{{||SubjectiveTemplate}}




it brings up the SubjectiveTemplate in *ALL* tiddlers.  Why would that 
happen?

-- 
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/5db8a177-5699-44ba-ba04-dd5619ccf22b%40googlegroups.com.


[tw5] Struggling with viewtemplate filter

2020-05-01 Thread Dave Parker
There's something fundamental about filters that I'm not getting:

in the advanced search filter tester thingie, this works:

EXAMPLE 1: 
[is[current]][tag[Subjective]]-[!regexp:dates[2020-05-01]]

i.e. it lists the single tiddler with the dates field


but in a viewtemplate tiddler:

EXAMPLE 2: 
<$set name="mytoday" value="{{my-now}}">
<$list filter="[is[current]][tag[Subjective]]-[!regexp:dates[2020-05-01]]" 
variable=null>
 
{{||SubjectiveTemplate}}


it doesn't work


this does work (carets not really in code, just to point out the 
difference):

EXAMPLE 3: 
<$set name="mytoday" value="{{my-now}}">
<$list 
filter="[is[current]]-[!tag[Subjective]]-[!regexp:dates[2020-05-01]]" 
variable=null>
^ ^ 
{{||SubjectiveTemplate}}





but this doesn't work:

EXAMPLE 4: 
<$set name="mytoday" value="{{my-now}}">
<$list filter="[is[current]]-[!tag[Subjective]]-[!regexp:dates[<>]]" 
variable=null>
^
{{||SubjectiveTemplate}}


all tiddlers are rendered as a match


and neither does this:

EXAMPLE 5: 
<$set name="mytoday" value="{{my-now}}">
<$list filter="[is[current]]-[!tag[Subjective]]-[!regexp:dates<>]" 
variable=null>
  ^
{{||SubjectiveTemplate}}


no tiddlers are rendered as a match


Just wondering 2 things:
A) why does EXAMPLE 1 work but not 2? (or why 3 and not 2)
B) Although using <> outside of the filter does return the correct 
date, why does it not work inside the filter?


Thanks,
- Dave

-- 
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/b951c768-0af1-4a72-a2f3-77d8e931d312%40googlegroups.com.


[tw5] Re: find tiddlers with field name using regex?

2020-04-30 Thread Dave Parker
You all convinced me it was dumb to use a field *name* alone as a variable, 
so I used the info above to switch to keeping the dates in a field called 
dates like this:

\define subj2(tag day)

''Current complaints''

<$set name="digit-pattern" value="$day$">
<$list filter="[regexp:dates]">

{{||clist.temp.mynow}}




Previous Complaints
<$set name="today1" value="$day$">
<$set name="digit-pattern" value="[\d\d\d\d-\d\d-\d\d]" >
<$list filter="[regexp:dates!regexp:dates]">
{{||clist.temp.mynow}}




\end

\define subj()
<$macrocall $name=subj2 tag=Subjective day={{my-now}} />
\end



<>
 {{newSubjective}} 




-- 
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/a302af6b-d75b-491f-b184-2a376a00f545%40googlegroups.com.


[tw5] Re: find tiddlers with field name using regex?

2020-04-29 Thread Dave Parker
Oh cool! I'll give that a try. I'm wondering if it would also find dates in 
titles and tags also though.  I'll look there in the morning and see if I can 
restrict it to fields only.

Thanks!
- Dave

-- 
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/df45a6ea-279b-4d48-970a-f900ca93a3ad%40googlegroups.com.


[tw5] Re: find tiddlers with field name using regex?

2020-04-29 Thread Dave Parker
I'm trying to find field names that are named in a date format, .e.g.

Find tiddler "Howard" that has a field named "2020-04-28” or any date after 
this January 1, in fact every tiddler with a field so named.

-- 
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/b27d9d1f-bd2c-4564-b187-ae598b08d92b%40googlegroups.com.


[tw5] Re: find tiddlers with field name using regex?

2020-04-29 Thread Dave Parker
oh yeah, that makes sense

tried this:
<$set name="digit-pattern" value="20[1-9][0-9]-[0-2][0-9]-[0-3][0-9]">
<]">>


but although it works in the 3rd one, the above still doesn't work.


Regarding the "has" argument, doesn't that mean in a filter you're looking 
for tiddlers that "have" a certain named field?  For example in the filter 
box on advanced search if I put in [has[2020-04-29]] it does return the 
correct tiddlers




-- 
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/bb57866b-9c0c-402c-91b3-dbc3cb51bc38%40googlegroups.com.


[tw5] find tiddlers with field name using regex?

2020-04-29 Thread Dave Parker
Hi,

I'm trying to list tiddler with a date as a field name.  In the following 3 
lists, the first and the third work, but not the 2nd (which is the one I 
need to work)
<$set name="digit-pattern" value="[20][1-9][0-9]-[0-2][0-9]-[0-3][0-9]">
<>



<$set name="digit-pattern" value="[20][1-9][0-9]-[0-2][0-9]-[0-3][0-9]">
<]">>



<$set name="digit-pattern" value="[20][1-9][0-9]-[0-2][0-9]-[0-3][0-9]">
<]">>


The first finds tiddlers with "2020-04-29" as the field name, the third 
finds tiddlers with the title of the regex pattern, but I need to find 
tiddlers with field names by that pattern.

Why does the 2nd not work (and how do I fix it?)


Thanks,
- Dave

-- 
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/dad23fa1-0fea-4392-8206-66b0384fd65e%40googlegroups.com.


[tw5] Re: Best practices for data structure

2020-04-28 Thread Dave Parker
Thanks Tony,

I don't actually envision having patients directly make changes that stick 
to the patient record, but I do have to be able to provide a copy of the 
record if asked, or to a lawyer if the patient was involved in a car 
accident, e.g.. (on the other hand I have thought of making personalized 
health coach TWs to give to patients, but that will have to wait for the 
next pandemic, ha ha.)

This is the first I've heard of the innerwiki plugin - I'll check that out!

There's so much available to do in making your own TW solution I'm almost 
suffering from Choice Paralysis!  But now that I can't see patients right 
now I guess I have no excuse but to work on it :)

- Dave


On Tuesday, April 28, 2020 at 7:32:43 PM UTC-6, TonyM wrote:
>
> Dave,
>
> An alternative from a Single File Wiki enthusiast.
>
> Since you want to share a custom wiki with each patient, I would maintain 
> a single master wiki (not OK) and use a custom template to generate their 
> wiki as needed. Set the $:/status/UserName field so if they do make edits 
> you can actually extract them if necessary.
>
> An alternative to a custom template, is using the innerwiki plugin. You 
> get to set what tiddlers are including in addition to the core, in a new 
> wiki which appears in an iframe. If in the inner wiki you can save the 
> whole new wiki to a new wiki file, with only the tiddlers that the 
> innerwiki plugin included, or any subsequent edits. This would include the 
> wiki filename, based on the patient, the custom wiki tiddlers look and feel 
> and a single patients records. Also consider adding a version number and 
> published date to the Patient wiki, so you can ask over the phone if they 
> were possibly not on the most recent.
>
> Sending updates to someone is sometimes best handled by you holding the 
> source of truth and just sending a totally updated result.
>
> Regards
> Tony
>
>
>
>
> On Tuesday, April 28, 2020 at 2:46:54 PM UTC+10, Dave Parker wrote:
>>
>> I'm going to be keeping track of progress of patients across multiple 
>> visits, and I have a couple ideas of how to do that.
>>
>> [[cc1]] (short for chief complaint 1) would be the first complaint 
>> tiddler, lets say with an alias of "headaches"
>>
>> In that tiddler would be several fields filled in on the first visit, 
>> e.g. location, onset, quality, severity, frequency, etc.
>>
>> On each subsequent visits (visit tiddlers would be dates, e.g 
>> [[2020-04-27]]) there would have to be updates about that cc1 condition, 
>> say "VAS-high" and VAS-low" for the patient's pain levels between visits, 
>> and there would potentially be several more data points like that to record 
>> and keep track of over time (things in the general headings of Subjective, 
>> Objective, Assessment, and Plan Of Management)
>>
>> My initial thought (Visit-centric) would be to have in the visit tiddler 
>> ("2020-04-23") a field called cc1.vashi and cc1.vaslo and keep the info 
>> there: 
>> [[2020-04-23]]
>> field "cc1.vashi"=9 
>> field "cc1.vaslo"=4
>>
>> The alternative (Complaint-centric) would be to have tiddlers called 
>> cc1.VAS-high etc (probably tagged with "cc1") and have them as data 
>> tiddlers with keyvalue pairs like:
>> [[cc1.VAS-high]] 
>> 2020-04-23:9 
>> 2020-04-27:7
>>
>> Or maybe it would be better to put info into the visit tiddler as 
>> keyvalue pairs: 
>> [[2020-04-27]] 
>> cc1.vashi:7 
>> cc1.vaslo:3
>>
>> Having never done a really big TW project before I'm not sure if any of 
>> these makes more sense than the other, but I envision making notes on 
>> anywhere from 10-30 variables for each visit and I plan on being able to 
>> attempt to correlate changes in one variable to changes in others as a sort 
>> of in-office research project (do changes in leg length correlate to 
>> headaches or a certain treatment procedure, e.g.)
>>
>> • Question: Is there actually a "best practice" for a project like 
>> this, or is one data structure as good as the next?
>>
>> I guess I'm wanting the best way to A) track progress over time and B) 
>> find previously unseen data relationships and manipulate it the way TW 
>> nicely does.
>>
>> P.S. Does anyone ever put keyvalue pairs in fields (e.g. field="vashi" 
>> text="2020-04-23:9,2020-04-27:7", or would that be a nightmare to use in 
>> macros and filters later on?
>>
>>
>> thanks,
>> - Dave
>>
>

-- 
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/a8494815-4ed5-4b0b-bd91-78c07aaf1676%40googlegroups.com.


[tw5] Re: Best practices for data structure

2020-04-28 Thread Dave Parker

That's good to know for saving, but does that mean when you load the TW 
file it'll load all tiddlers from all patients, even if they're in separate 
subfolders?  That would slow load time considerably.  Or maybe there's a 
way to selectively load from different folders already?


On Tuesday, April 28, 2020 at 3:42:10 PM UTC-6, Saq Imtiaz wrote:
>
> On node.js you can configure how tiddlers are saved to file, and in what 
> directory structure, by providing filters. So you could separate tiddlers 
> for patients into separate folders off a tag, a field value or anything 
> really. You could have one folder for all patient tiddlers, one folder per 
> patient, however you like.
>
> https://tiddlywiki.com/#Customising%20Tiddler%20File%20Naming
>
> On Tuesday, April 28, 2020 at 10:24:26 PM UTC+2, Dave Parker wrote:
>>
>>
>>> With the node.js version, and Bob, you'd have separate tiddlerfiles but 
>>> for the same wiki.
>>>  
>>>
>>
>>  How would that actually work? would you have to have the patient tiddler 
>> files tagged a certain way to keep them separate (I assume in separate 
>> folders), but the main system tiddlers would remain the same and kept in 
>> the parent folder?  This would be ideal.
>>
>>
>  
>
>> Also, would it be possible to run filters/reports etc on the entire 
>> patient database? Or would this be something I'd have to use bash or some 
>> other external thing to look at?
>>
>

-- 
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/21ec1cd1-b438-43b8-8f9f-ecf689d48c27%40googlegroups.com.


[tw5] Re: Best practices for data structure

2020-04-28 Thread Dave Parker
What do you mean by "core"?  if the version starts with a "5"?

-- 
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/9130b4ae-198f-4467-8d83-7653c142859b%40googlegroups.com.


[tw5] Re: Best practices for data structure

2020-04-28 Thread Dave Parker
PMario: I'd never thought of just dragging an empty new wiki onto an old 
existing wiki - Good Idea!! 

-- 
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/d3ee4e3d-3d08-4aaa-b731-75bde8cc0ae0%40googlegroups.com.


[tw5] Re: Best practices for data structure

2020-04-28 Thread Dave Parker
When I get close to completion I'll ask Jed about this as I'm pretty sure 
Bob can access different wikis in different subfolders.

Re all in one wiki, I currently have my patient data in the form of a few 
thousand individual ods (spreadsheet) files totalling 1.3 Gigs so far, so I 
think one big wiki might be a little unwieldy ;)

If there's no "include" function available by the time I need it, I'll just 
have to live with individual updating I guess.  I wonder what would happen 
if you drag a tiddler to an unopen set of TW files...

-- 
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/cd7116f8-330f-444f-81ec-802049be9f7c%40googlegroups.com.


Re: [tw5] Re: Consider renaming TiddlyWiki

2020-04-28 Thread Dave Parker
How about "TheWiki" (the wiki formerly known as TiddlyWiki).

People would say "have you tried TheWiki?"

"what wiki?"

"not just any wiki - THE Wiki!  The wiki for the ages, the Only wiki. Get 
it at thewiki.com" <-- just checked, its available :D



Also, if you wanted to be even more generic, thething.com is also available.

"Here's the thing."

"what?"

"no its right here on this usb I'm handing you - TheThing"



P.S. I'd keep the word Tiddler though - that's too good to lose :)

-- 
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/65cfcdb1-2f4c-40ef-a149-49b743abd843%40googlegroups.com.


[tw5] Re: Best practices for data structure

2020-04-28 Thread Dave Parker

>
>
> With the node.js version, and Bob, you'd have separate tiddlerfiles but 
> for the same wiki.
>  
>

 How would that actually work? would you have to have the patient tiddler 
files tagged a certain way to keep them separate (I assume in separate 
folders), but the main system tiddlers would remain the same and kept in 
the parent folder?  This would be ideal.

Also, would it be possible to run filters/reports etc on the entire patient 
database? Or would this be something I'd have to use bash or some other 
external thing to look at?

-- 
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/1e5a9480-1627-42a2-a48b-1401c573a6eb%40googlegroups.com.


[tw5] Re: Best practices for data structure

2020-04-28 Thread Dave.2
Thank you all for your feedback (this is the same Dave at another computer 
now)


You've convinced me to stick with the fields method of key value pairs.

Yes, I forgot to mention that the entire file will be for a single 
patient.  I have visions of having the entire set of patient TWs in a Bob 
instance which apparently can handle multiple wikis, but single file wikis 
are fine to start with (as I'm sure there is currently a way to import a 
single file wiki into that system)

The concept of separating personal notes from patient notes is something I 
hadn't thought of.  I'll have to check with my association if that's even 
allowed.  In most cases where I might not want a patient to necessarily 
know what I'm talking about I usually use code language (e.g. when a 
patient has bad body odor and the room needs to be sprayed with air 
freshener I'l send a message to the front desk that we need a "red pen" in 
the room, ha ha

As for privacy, I'd thought that the best way would be to possibly encrypt 
the hard drive its on and use syncthing (also encrypted) to keep current 
copies sync'd between the treatment rooms and my office computers.  I guess 
I'd have to see if there are Tiddlywiki ways to encrypt a single TW file in 
case a patient wanted a copy.


** the other thing I'm concerned about is what if I have TW patient files 
that are a couple years old, and over time I end up modifying say the 
layout of how I view or modify information?  In TW Classic there was a way 
to import a tiddler automatically on startup which would ensure old files 
are updated with the newest changes (would have to be only tiddlers tagged 
"sometag" or whatever).  I'm not sure if TW5 has that capability yet.

* and what about updating TW version?  Currently I drag my TW file onto a 
thing at tiddlywiki.com/updates, but that can't be a secure enough method 
as far as privacy legislation, can it?

thanks again
- Dave

-- 
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/1ff66d34-9d5a-43e1-a817-118e068d14fd%40googlegroups.com.


[tw5] Best practices for data structure

2020-04-27 Thread Dave Parker
I'm going to be keeping track of progress of patients across multiple 
visits, and I have a couple ideas of how to do that.

[[cc1]] (short for chief complaint 1) would be the first complaint tiddler, 
lets say with an alias of "headaches"

In that tiddler would be several fields filled in on the first visit, e.g. 
location, onset, quality, severity, frequency, etc.

On each subsequent visits (visit tiddlers would be dates, e.g 
[[2020-04-27]]) there would have to be updates about that cc1 condition, 
say "VAS-high" and VAS-low" for the patient's pain levels between visits, 
and there would potentially be several more data points like that to record 
and keep track of over time (things in the general headings of Subjective, 
Objective, Assessment, and Plan Of Management)

My initial thought (Visit-centric) would be to have in the visit tiddler 
("2020-04-23") a field called cc1.vashi and cc1.vaslo and keep the info 
there: 
[[2020-04-23]]
field "cc1.vashi"=9 
field "cc1.vaslo"=4

The alternative (Complaint-centric) would be to have tiddlers called 
cc1.VAS-high etc (probably tagged with "cc1") and have them as data 
tiddlers with keyvalue pairs like:
[[cc1.VAS-high]] 
2020-04-23:9 
2020-04-27:7

Or maybe it would be better to put info into the visit tiddler as keyvalue 
pairs: 
[[2020-04-27]] 
cc1.vashi:7 
cc1.vaslo:3

Having never done a really big TW project before I'm not sure if any of 
these makes more sense than the other, but I envision making notes on 
anywhere from 10-30 variables for each visit and I plan on being able to 
attempt to correlate changes in one variable to changes in others as a sort 
of in-office research project (do changes in leg length correlate to 
headaches or a certain treatment procedure, e.g.)

• Question: Is there actually a "best practice" for a project like 
this, or is one data structure as good as the next?

I guess I'm wanting the best way to A) track progress over time and B) find 
previously unseen data relationships and manipulate it the way TW nicely 
does.

P.S. Does anyone ever put keyvalue pairs in fields (e.g. field="vashi" 
text="2020-04-23:9,2020-04-27:7", or would that be a nightmare to use in 
macros and filters later on?


thanks,
- Dave

-- 
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/f8cbdcfd-3b5b-4194-99ff-0b105911f8f5%40googlegroups.com.


Re: [tw5] Re: paste in external table?

2020-04-27 Thread Dave.2
Yes, it works now.  When I tried it before I was doing it over a VNC 
connection (although I don't see how that should affect anything), but yes 
its working now :)



Regarding the TableHelper plugin, 

it definitely is a good helper, but doesn't actually convert a copy-pasting 
of a pdf table (at least one with multiple lines in a cell) to the original 
format.  But it is definitely a time saver to skip steps in the inevitable 
edit-table-by-hand work you'd have to do to get the table right :)

-- 
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/c11a7ed0-a8d7-4ea1-973a-423e1d9848de%40googlegroups.com.


Re: [tw5] Re: paste in external table?

2020-04-27 Thread Dave.2
My guess is that if you search "dev fire" and click the search icon for 
advanced search you'll find $:/palettes/Dev Fire 


and I would think if you drag that into yours you should be able to pick 
it...

-- 
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/b119178f-3afc-411c-a808-c2983376b6ac%40googlegroups.com.


[tw5] Re: paste in external table?

2020-04-27 Thread Dave.2
Thanks Ton, I'll look into that

Mat, in this case it was from a pdf.  Are you  (or anyone) aware of a 
method to convert that into html prior to pasting into a tiddler?  Surely 
there's got to be some html involved when a browser renders a pdf?  Or is 
it just a graphical thing rather than html?

I did a F12 to inspect, but it didn't look like html (although I should 
have searched for the term "https://groups.google.com/d/msgid/tiddlywiki/a3f8ca56-6121-4c47-baf7-342190d02e54%40googlegroups.com.


Re: [tw5] Re: Feedback needed for experimental update to TiddlyBlink

2020-04-26 Thread Dave Parker
Oops, I went to the beginning of this thread and tried the same on 
https://giffmex.org/experiments/tiddlyblink.experiment.html, and it works 
even with empty tiddlers, so nevermind - you're way ahead of me :D

-- 
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/4ed6cccf-356f-4252-9895-6c32273f635d%40googlegroups.com.


Re: [tw5] Re: Feedback needed for experimental update to TiddlyBlink

2020-04-26 Thread Dave Parker
Hi Dave, 

Not sure if this is the right thread for feedback on 
https://giffmex.org/gifts/tiddlyblink.html , and I didn't read this entire 
thread (so this may be a repeat question/suggestion), but I tried writing a 
short story on it (in 30 seconds) and one thing that I noticed was that 
when you write a sentence with a new link in it, like this:

[[Here's a beginning idea]]
>
>
>> its kind of a boy meets girl, girl turns out to be a [[obvious 
>> monsters]], but the boy ends up being a 
>
>
I had already made a sentence in another tiddler with the phrase "[[obvious 
monsters]]" in it, but the tiddler didn't yet exist (as I was quickly 
writing ideas on the fly), and so when I went to write this above sentence, 
I typed "[[ob" and the autocomplete didn't suggest "[[obvious monsters]]" 
because it didn't exist.

I don't know if its possible to fix this, or if it would even be wanted by 
anyone else, but that's my two cents feedback.


Otherwise,  looking good! Thank you so much for contributing so much to the 
TW Community :)

-- 
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/2aba4d3d-7474-4750-ab23-eac281c684a6%40googlegroups.com.


[tw5] paste in external table?

2020-04-26 Thread Dave Parker
Is there a way to copy an external table, say on a website or in a pdf and 
be able to paste it into a tiddler and keep the table formatting without 
having to edit with "|"s by hand? Maybe there's a plugin for this?

For example right now I'm reading a pdf from my association on 
return-to-work required disinfection practices and when I copy paste a 
table, I get this:
Treatment Surfaces, Tools and Equipment
Surface Action(s) Frequency
Chiropractic table head piece
and thoracic piece
• Use single use paper on
head piece to shield
patient’s face
• During every patient
encounter
• Clean and disinfect,
following product guidelines
on contact time to achieve
proper disinfection
• Disinfect after every patient
encounter
• Clean when soiling is visible
or daily, whichever is more
frequent
Chiropractic table hand pieces • Clean and disinfect,
following product guidelines
• Disinfect after every patient
encounter 

Thanks,

- Dave


-- 
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/f8873329-2212-4584-9824-17d42966583f%40googlegroups.com.


[tw5] Re: make sidebar left border relative?

2020-04-20 Thread Dave
Thanks, but that didn't change anything.  

Any other ideas?

- Dave
(yes, this is the same Dave - that was sent from a different computer at 
work)

-- 
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/16266ac2-8f0e-44a0-8682-be9e989c9202%40googlegroups.com.


[tw5] make sidebar left border relative?

2020-04-20 Thread Dave
Hi,

I've been converting my old TWC website into TW5, and things are working 
pretty much, but just wondering if this can be tweaked further:

this is my stylesheet [[$:/themes/tiddlywiki/centralised/styles.tid]]
\rules only filteredtranscludeinline transcludeinline macrodef 
macrocallinline

@media (min-width: {{$:/themes/tiddlywiki/vanilla/metrics/sidebarbreakpoint
}}) {

html .tc-page-container {
text-align: center;
}

html .tc-story-river {
position: relative;
width: 1000px;
padding: 25px;
margin: 0 auto;
text-align: left;
}

html .tc-sidebar-scrollable {
text-align: left;
left: 40%;
right: 0;
margin-left: 640px;

}
}

and here's the website: http://cedar-chiropractic.com/

the problem I want to solve is this - If you drag the right border of the 
window from pretty big to gradually smaller and smaller the space between 
the left border of the sidebar and the story river stays constant and the 
sidebar just gets more and more squished.  I could change the breakpoint to 
break sooner, but the ideal would be for that space between the story river 
and the sidebar to narrow as you drag, or even better, both sides of the 
story river to narrow as you drag the border.

Is this possible?


Thanks,
- Dave

-- 
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/df8638ab-6fce-44d6-98ff-ebe456bd833d%40googlegroups.com.


[tw5] Re: Converting TWC to TW5 Google Maps insert

2020-04-16 Thread Dave
Oh, yes, now I see the "Share > Embed a map"
Thank you so much!

(My wife says I'm bad at finding things too, ha ha)

-- 
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/9c811f35-6a8b-4609-b4f1-4a5ec8a68258%40googlegroups.com.


[tw5] Re: Converting TWC to TW5 Google Maps insert

2020-04-16 Thread Dave
P.S.,. I was editing in tiddlywikidesktop, but when I view the same in a 
normal browser it says "www.google.com refused to connect"

-- 
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/3aeaf60e-87c8-43cd-9d59-b6b14d387749%40googlegroups.com.


[tw5] Converting TWC to TW5 Google Maps insert

2020-04-16 Thread Dave
Hi,

I have a 10 year old website for my business that really needs to be 
updated to TW5.  Most things work fine with a copy and paste, but my google 
maps tiddler showing where I am isn't converting properly - other than the 
link to view the map externally, its just blank.  I tried deleting the 
 tags, and deleting the iframe size variables, but nothing is working 
so far.

Here's what works in TWC

http://maps.google.com/maps?f=q&hl=en&geocode=&time=&date=&ttype=&q=cedar+chiropractic+bonnyville&ie=UTF8&om=1&cid=54267970,-110732417,10917436261497570989&s=AARTsJrSmcUxRsiC-5igH3bP_-E8w32fSA&ll=54.275349,-110.728197&spn=0.017541,0.036478&z=14&iwloc=A&output=embed";>http://maps.google.com/maps?f=q&hl=en&geocode=&time=&date=&ttype=&q=cedar+chiropractic+bonnyville&ie=UTF8&om=1&cid=54267970,-110732417,10917436261497570989&ll=54.275349,-110.728197&spn=0.017541,0.036478&z=14&iwloc=A&source=embed";
 
style="color:#FF;text-align:left">View Larger Map


I also tried copying everything in the "scr=" bit and pasting it into one 
of the iframes on tiddlywiki.com, but that was blank too

Any suggestions?


thanks,
- Dave

-- 
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/d97af273-dac8-40e1-bad0-778947f8aba8%40googlegroups.com.


[tw5] Re: send multiple words to macro without quotes?

2020-04-14 Thread Dave
Awesome, thanks!

I don't understand *exactly* how that works, especially the 
+[addprefixaddsuffixgetvariable[]] part, but I'm sure once I do 
understand it, that might be useful for other things too!!


Thanks,
- Dave

>
>>

-- 
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/549474c9-3324-4aa3-a620-5ec58901a465%40googlegroups.com.


[tw5] send multiple words to macro without quotes?

2020-04-14 Thread Dave
Here's a simple macro for highlighting text:
\define h(txt) $txt$
<>


but the way I have it, it just shows "text" highlighted.

If I do this <> then it works fine.


But, seeing as I'm *super lazy*, I was wondering if there's a way to change 
the macro itself to accept all the text sent to is as one blob

I tried
 \define h(txt) "$txt$"
but it just showed "text" (with yellow highlight)

Any ideas?

Thanks,
- Dave



-- 
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/96cde5e9-81c0-4e1f-a3b1-9c51d2d75e0d%40googlegroups.com.


[tw5] Android tid file association?

2020-03-25 Thread Dave
Nevermind, found the app Total Commander which allows you to edit any file with 
any app.

-- 
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/515f6489-84de-4dd4-8a93-b54c7f7ddd40%40googlegroups.com.


[tw5] Android tid file association?

2020-03-25 Thread Dave
Does anyone have a trick to get an Android phone to open a tid file with a 
specific text editor?

Thanks, 
-Dave

-- 
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/d5f35446-472d-41bc-8624-144609859487%40googlegroups.com.


[tw5] Linkify plugin issue

2020-03-21 Thread Dave Gifford - http://www.giffmex.org/
My previous attempt to send this post failed, not sure what happened.

On Twitter, @Levotiate let me know that the linkify plugin is not working 
with recent versions of TiddlyWiki. Is there or will there be an update for 
this? Please let me know, and I will let this person know.

-- 
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/cdf060b4-ff01-4603-b071-585451480b48%40googlegroups.com.


[tw5] linkifyplugin update?

2020-03-21 Thread Dave Gifford - http://www.giffmex.org/
Hi all

On Twitter @Leviotate told me that the linkifyplugin as linked to from the 
toolmap does not work with the latest version of TiddlyWiki. I wanted to 
report that here in case someone is able to update it. Let me know if you 
do, and I will let him or her know.

-- 
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/8052f4f0-5750-4920-a5c2-79aa2a47d8ee%40googlegroups.com.


[tw5] Re: action-setfield makes _1.tid version instead of tiddler I want it to (sometimes)

2020-03-17 Thread Dave
Hi, TW 5.1.21 , using BobExe, just one wiki served on the one computer hard 
drive.  Yes I do change files externally (that's why I like Bob - you can 
do that).  I just looked in all the tabs I could find in the Bob settings 
and don't see  'sync external changes'. Bob version is 1.3.3b.

- Dave

On Tuesday, March 17, 2020 at 8:12:29 PM UTC-6, Joshua Fontany wrote:
>
> I have run into this behavour. We need to know more about your environment.
>
> What TiddlyWiki version?
>
> Are node.js, TW, Bob, and the wikis all served from the same hard-drive or 
> do some of them reside on different logical drives (C: vs D: for example)?
>
> Do you change tiddler files with any other program while Bob is running? 
> Do you have the setting to 'sync external changes' enabled?
>
> Best,
>
> Joshua F
>
> On Monday, March 16, 2020 at 2:12:45 PM UTC-7, Dave wrote:
>>
>> I think its the Bob saving thingie.  If I go to Bob Settings > Saver 
>> Server and check "Disable Server", then click the "Save Settings" button, 
>> the TW instance disconnects from the server and when I start up Bob again 
>> its resorted back to the Saver Server *not* being disabled.
>>
>> I was thinking disabling the automatic saving would stop the server from 
>> generating these copied versions of my tiddlers.
>>
>>
>> Any suggestions?
>>
>

-- 
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/68a815ae-b0e0-4e02-a835-64267734e967%40googlegroups.com.


[tw5] Re: action-setfield makes _1.tid version instead of tiddler I want it to (sometimes)

2020-03-16 Thread Dave
I think its the Bob saving thingie.  If I go to Bob Settings > Saver Server 
and check "Disable Server", then click the "Save Settings" button, the TW 
instance disconnects from the server and when I start up Bob again its 
resorted back to the Saver Server *not* being disabled.

I was thinking disabling the automatic saving would stop the server from 
generating these copied versions of my tiddlers.


Any suggestions?

-- 
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/af14cdda-fa3d-400a-b764-d2e4f0d45f82%40googlegroups.com.


[tw5] Re: action-setfield makes _1.tid version instead of tiddler I want it to (sometimes)

2020-03-16 Thread Dave
I wonder if this is a Bob thing... I'll poke around in the settings and 
post back if I figure it out.

-- 
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/e2de1f06-df56-4362-b449-2caaf547c33c%40googlegroups.com.


[tw5] action-setfield makes _1.tid version instead of tiddler I want it to (sometimes)

2020-03-16 Thread Dave
I have this button that is supposed to write text to a tid file.

\define mymegatext()

<$list filter="[list[Today List]]">
* <$view field=title/>


\end

\define mybutton()
<$wikify name=mytext text=<>>
<$action-setfield
$tiddler="myToday"
   tags="hardcopies"
text=<>
/>
<$action-sendmessage $message="tm-notify" $param="SetMsg"/>


\end

<$button actions="<>">
save drags



When I started writing this I had a "myToday.tid" in existence and a 
"myToday_1.tid" which the button was writing to (even though it is supposed 
to just overwrite the myToday.tid version only)

At first I deleted the "_1" version and the button replaced it (myToday.tid 
was not overwritten, but new "myToday_1.tid" was created.)

Then I deleted the myToday.tid and the button worked fine.  I rearranged 
the info and did it again, expecting the new version to go to the "_1" 
version but it acted correctly this time.


Is this a thing that makes sense to anyone?

thanks, 
- Dave


-- 
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/c5499c6c-ec7d-47c9-951f-addf6c2d3d38%40googlegroups.com.


Re: [tw5] Re: Raspberry Bob

2020-03-06 Thread Dave
I'm pretty sure that I read somewhere that Jed actually designed Bob for use on 
the raspberry pi to be lighter weight than some of the other types of servers.

Maybe when I get home tonight I'll try compiling from source - that might be 
the ticket.

-- 
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/006c17c8-4512-4f05-b32d-0bf628a00879%40googlegroups.com.


[tw5] Re: Raspberry Bob

2020-03-06 Thread Dave
Any ideas about getting the node version to work?

-- 
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/ced84286-bd5a-4786-98a3-6308a80b3259%40googlegroups.com.


[tw5] Raspberry Bob

2020-03-05 Thread Dave
Hi, I finally got around to getting a raspberry pi (4) that I've 
successfully set up my Plex server on, and I thought it should be okay to 
also have a Bob instance running on it as well.

But I'm having trouble getting it going as there's no error message on the 
node version, and on the BobExe version there's an error I don't understand.

First for the node version (I have node installed as well as git and npm) I 
did this (copy/paste)

> Step by step instructions (using Node)
>
> If you want to use a fresh local install of tiddlywiki here are command 
> line instructions:
>
> Clone the tiddlywiki repo and get the plugin (Only do this the first time 
> to install everything):
>
> git clone --depth=1 --branch v5.1.21 
> https://github.com/Jermolene/TiddlyWiki5.git
> git clone --depth=1 https://github.com/OokTech/TW5-Bob.git 
> TiddlyWiki5/plugins/OokTech/Bob
> mkdir TiddlyWiki5/Wikis
> cp -r TiddlyWiki5/plugins/OokTech/Bob/MultiUserWiki TiddlyWiki5/Wikis/BobWiki/
>
> After that is finished, and to start up tiddlywiki later type:
>
> cd TiddlyWiki5
> node ./tiddlywiki.js Wikis/BobWiki  --wsserver
>
> In a browser go to 127.0.0.1:8080 and the wiki should load. 
>

but nothing happens.

Here's the terminal readout:
pi@raspberrypi:~ $ git clone --depth=1 --branch v5.1.21 
https://github.com/Jermolene/TiddlyWiki5.git
Cloning into 'TiddlyWiki5'...
remote: Enumerating objects: 6310, done.
remote: Counting objects: 100% (6310/6310), done.
remote: Compressing objects: 100% (5593/5593), done.
remote: Total 6310 (delta 846), reused 3728 (delta 518), pack-reused 0
Receiving objects: 100% (6310/6310), 8.23 MiB | 928.00 KiB/s, done.
Resolving deltas: 100% (846/846), done.
Note: checking out '165538180ef6a89a5f35ae9aa2d764e59f1f6191'.

You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by performing another checkout.

If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -b with the checkout command again. Example:

  git checkout -b 

pi@raspberrypi:~ $ git clone --depth=1 
https://github.com/OokTech/TW5-Bob.git TiddlyWiki5/plugins/OokTech/Bob
Cloning into 'TiddlyWiki5/plugins/OokTech/Bob'...
remote: Enumerating objects: 237, done.
remote: Counting objects: 100% (237/237), done.
remote: Compressing objects: 100% (226/226), done.
remote: Total 237 (delta 21), reused 71 (delta 6), pack-reused 0
Receiving objects: 100% (237/237), 276.68 KiB | 990.00 KiB/s, done.
Resolving deltas: 100% (21/21), done.
pi@raspberrypi:~ $ mkdir TiddlyWiki5/Wikis
pi@raspberrypi:~ $ cp -r TiddlyWiki5/plugins/OokTech/Bob/MultiUserWiki 
TiddlyWiki5/Wikis/BobWiki/
pi@raspberrypi:~ $ cd TiddlyWiki5
pi@raspberrypi:~/TiddlyWiki5 $ node ./tiddlywiki.js Wikis/BobWiki  
--wsserver
pi@raspberrypi:~/TiddlyWiki5 $ 


and when I use the BobExe version I get this error
pi@raspberrypi:~/Bob $ /home/pi/Bob/BobLinux
bash: /home/pi/Bob/BobLinux: cannot execute binary file: Exec format error


I'm sure I made it executable, but is a raspberry pi maybe 32 bit? (I used 
the 64 bit version)  I'll try that, but if that's the case I'd still like 
to know what I did wrong with the node version.


Thanks,
- Dave


-- 
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/875a0513-dedf-4d3b-98bc-c90d9d98e2b4%40googlegroups.com.


[tw5] Re: print list of date range

2020-03-03 Thread Dave
Thanks Tony!

On Tuesday, March 3, 2020 at 4:55:29 PM UTC-7, TonyM wrote:
>
> David,
>
> Yes, I expected you may ask that. See How I raised something for this in 
> the dev forum Propose: Simple date validation operator 
> <https://groups.google.com/forum/?hl=en#!topic/tiddlywikidev/A9KWHo2d0mo>
>
> I could see the answer is not so simple if you need to ensure valid dates, 
> if you want to generate short date ranges like in your example it can be 
> trivial
>
> <$list filter="[range[.03,.09,.01]removeprefix[0.]addprefix[2020-03-]]">
>
> 
> See how I use decimal numbers and remove prefix to have the result have a 
> leading zero (below 10)
>
> However personally I would keep dates as simple numbers
> <$list filter="[range[.01,.31,.01]removeprefix[0.]addprefix[202003]]">
>
> 
> because then you can ask if one is greater than the other and reformat it 
> later
> True -MM-DD can also be compared < >
>
> The view widget can translate a value in a field into and date format you 
> want to display it, leave the display format to the end where possible, as 
> this maintains your choice and keeps it simple.
>
> I still feel we need the ability to feed a date  into the view 
> widget.
>
> Regards
> Tony
>
>  
>
>
> On Wednesday, March 4, 2020 at 10:32:27 AM UTC+11, Dave wrote:
>>
>> Oh, sorry, I meant a programmatically derived list, something like a list 
>> from now to a week from now, or a list from a week ago to a week from now.
>>
>> On Tuesday, March 3, 2020 at 4:06:16 PM UTC-7, TonyM wrote:
>>>
>>> Dave;
>>>
>>> Ultimatly it depends on how you source these date names but perhaps this 
>>> gives a clue?
>>>
>>> <$list filter="
>>> 2020-03-03
>>> 2020-03-04
>>> 2020-03-05
>>> 2020-03-06
>>> 2020-03-07
>>> 2020-03-08
>>> 2020-03-09
>>> ">
>>> <$link />
>>> 
>>>
>>> Regards
>>> Tony
>>>
>>> On Wednesday, March 4, 2020 at 9:08:45 AM UTC+11, Dave wrote:
>>>>
>>>> Is there a native way to print a list of dates for a specified date 
>>>> range, e.g.:
>>>>
>>>> 2020-03-03
>>>> 2020-03-04
>>>> 2020-03-05
>>>> 2020-03-06
>>>> 2020-03-07
>>>> 2020-03-08
>>>> 2020-03-09
>>>>
>>>> Whereby they would show as links, even if they aren't currently a 
>>>> tiddler?
>>>>
>>>>
>>>> Thanks,
>>>>
>>>> - Dave
>>>>
>>>

-- 
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/66920557-6473-4e9b-8f1d-5079d660f043%40googlegroups.com.


[tw5] Re: print list of date range

2020-03-03 Thread Dave
Oh, sorry, I meant a programmatically derived list, something like a list 
from now to a week from now, or a list from a week ago to a week from now.

On Tuesday, March 3, 2020 at 4:06:16 PM UTC-7, TonyM wrote:
>
> Dave;
>
> Ultimatly it depends on how you source these date names but perhaps this 
> gives a clue?
>
> <$list filter="
> 2020-03-03
> 2020-03-04
> 2020-03-05
> 2020-03-06
> 2020-03-07
> 2020-03-08
> 2020-03-09
> ">
> <$link />
> 
>
> Regards
> Tony
>
> On Wednesday, March 4, 2020 at 9:08:45 AM UTC+11, Dave wrote:
>>
>> Is there a native way to print a list of dates for a specified date 
>> range, e.g.:
>>
>> 2020-03-03
>> 2020-03-04
>> 2020-03-05
>> 2020-03-06
>> 2020-03-07
>> 2020-03-08
>> 2020-03-09
>>
>> Whereby they would show as links, even if they aren't currently a tiddler?
>>
>>
>> Thanks,
>>
>> - Dave
>>
>

-- 
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/6e581b76-5c1b-4155-a4ca-053d1c9b35ed%40googlegroups.com.


[tw5] print list of date range

2020-03-03 Thread Dave
Is there a native way to print a list of dates for a specified date range, 
e.g.:

2020-03-03
2020-03-04
2020-03-05
2020-03-06
2020-03-07
2020-03-08
2020-03-09

Whereby they would show as links, even if they aren't currently a tiddler?


Thanks,

- Dave

-- 
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/13c3c4ea-3365-48ac-9345-c2cc1dec57b7%40googlegroups.com.


Re: [tw5] Re: Andy Matuschak's new notetaking app

2020-03-02 Thread Dave
this is a *vaguely related* aside, came across it recently and thought its 
a cousin in thinking to tiddlywiki, but more of a physical note system.

I thought it might be food for thought at least

https://www.lesswrong.com/posts/NfdHG6oHBJ8Qxc26s/the-zettelkasten-method-1

-- 
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/3e63d2d6-f9ed-4bfb-98d3-e4f5c911b989%40googlegroups.com.


[tw5] Re: Tiddlywiki as an Application

2020-02-22 Thread Dave
Thanks everyone for the feedback.  I think I may have to bite the bullet 
and try to return to windows briefly to try those 2 methods (twexe and .hta)

The more I think of it the more I realise maybe not *every* user would want 
to edit, rather a few moderator-type people.  In that case tiddlyspot.com 
would probably be a good bet actually.


One thing - I've seen all sorts of TW5s at that site lately, but when I go 
there to make one it seems to only have the old version available to make.  
Is there some secret incantation I'm missing to be able to do that? 


Thanks,
- Dave

-- 
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/9a20f24e-4e94-475b-8ca3-4b7eed939ef4%40googlegroups.com.


  1   2   3   4   5   6   7   8   9   10   >