[tw5] Re: Cannot use a variable from a filter. Can someone help me ?

2021-08-22 Thread TW Tones
I just had a quick look at your code

<$vars todayfilter="[get[task_date]compare:string:eg[]]

Try;
vars todayfilter="[all[current]get[task_date]compare:string:eg]"

Tones
On Monday, 23 August 2021 at 06:24:58 UTC+10 vpl wrote:

> Hi,
>
> I'm trying to run the following code (at the end of the message) which 
> uses a variable called 'target' (that contains the current date) into a 
> filter called todayfilter
>
> When I set the  todayfilter 
> <$vars todayfilter="[get[task_date]compare:string:eg[2021-08-22]]">
> All works fine (I mean the list <$list 
> filter="[regexp[db___]!sort[task_start_time]filter]"> 
>
> When I set the  todayfilter using the  variable (as in the code 
> below) this does not works. I've tested several syntax options without 
> success ...
>
> Any expert to tell me when the syntax is wrong ?
> Many thanks , Regards
> Vpl
>
> \define now_val()
> <$vars now_date=<>>
> <$vars  target={{{ [] }}}>
> <>
>
> <$vars todayfilter="[get[task_date]compare:string:eg[]]">
>
> 
>
> DateProjectTaskStartStop
> 
>   
>   //Number of tiddlers//
>   ''<$count 
> filter="[regexp[db___]filter]"/>''
>  
> <$list filter="[regexp[db___]!sort[task_start_time]filter]">
> 
> <$link><$view field="task_date"/>
> <$view field="tags"/>
> <$view field="task_comment"/>
> <$view field="task_start_time"/>
> <$view field="task_end_time"/>
> 
> 
> 
>
> \end
>
> <>
>

-- 
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/4ee01645-04ac-4d1c-87ac-ef9930b5468cn%40googlegroups.com.


[tw5] Cannot use a variable from a filter. Can someone help me ?

2021-08-22 Thread vpl
Hi,

I'm trying to run the following code (at the end of the message) which uses 
a variable called 'target' (that contains the current date) into a filter 
called todayfilter

When I set the  todayfilter 
<$vars todayfilter="[get[task_date]compare:string:eg[2021-08-22]]">
All works fine (I mean the list <$list 
filter="[regexp[db___]!sort[task_start_time]filter]"> 

When I set the  todayfilter using the  variable (as in the code 
below) this does not works. I've tested several syntax options without 
success ...

Any expert to tell me when the syntax is wrong ?
Many thanks , Regards
Vpl

\define now_val()
<$vars now_date=<>>
<$vars  target={{{ [] }}}>
<>

<$vars todayfilter="[get[task_date]compare:string:eg[]]">


DateProjectTaskStartStop

  
  //Number of tiddlers//
  ''<$count 
filter="[regexp[db___]filter]"/>''
 
<$list filter="[regexp[db___]!sort[task_start_time]filter]">

<$link><$view field="task_date"/>
<$view field="tags"/>
<$view field="task_comment"/>
<$view field="task_start_time"/>
<$view field="task_end_time"/>




\end

<>

-- 
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/1911df1f-db06-4035-9ff1-c28c5e5a7627n%40googlegroups.com.


[tw5] Cannot use a variable from a filter. Can someone help me ?

2021-08-22 Thread vpl
Hi,

I'm trying to run the following code (at the end of the message) which uses 
a variable called 'target' (that contains the current date) into a filter 
called todayfilter
I've tested the todayfilter this way 
<$vars todayfilter="[get[task_date]compare:string:eg[2021-08-22]]">
and this works (I mean the list <$list 
filter="[regexp[db___]!sort[task_start_time]filter]"> works 
fine


\define now_val()
<$vars now_date=<>>
<$vars  target={{{ [] }}}>
<>

<$vars todayfilter="[get[task_date]compare:string:eg[]]">


DateProjectTaskStartStop

  
  //Number of tiddlers//
  ''<$count 
filter="[regexp[db___]filter]"/>''
 
<$list filter="[regexp[db___]!sort[task_start_time]filter]">

<$link><$view field="task_date"/>
<$view field="tags"/>
<$view field="task_comment"/>
<$view field="task_start_time"/>
<$view field="task_end_time"/>




\end

<>

-- 
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/bd58bb6f-52da--bd70-ae8424c458b1n%40googlegroups.com.


[tw5] Re: We need more discourse about Discourse ... and not just the positives ...

2021-08-22 Thread Scott Simmons (Secret-HQ)
Hi, JWH —

I think the confusion is that there are two types of Discourse boards:

   1. those hosted on Discourse.com, where someone pays to maintain an 
   account and use their server's shared resources
   2. those hosted privately on your own server/domain name, where the 
   webmaster or dev team install and maintain the Discourse software

This community's Discourse instance is one of the second type.  It's 
installed and hosted on https://talk.tiddlywiki.org.  That's why it doesn't 
show up in the search over at Discourse.com .

One of the things I love about the TiddlyWiki community (whether on Google 
Groups or Discourse or in the real world) is that there's lots of room for 
learning in public.  I spent 30 minutes yesterday typing up a request for 
help on a pretty basic TW function only to discover, through my own 
grasping for the best words to describe what I wanted to do, that I was 
trying to ask a question about filter operators.  I was then able to search 
"filter operators" on TiddlyWiki.com  and 
voilà — there was my answer (and a whole new world of possibilities for the 
project I'm working on).

-- 
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/013b0986-fc8d-4792-bae7-9ea7f2ecad4fn%40googlegroups.com.


[tw5] Re: Refer to the same tiddler with multiple names

2021-08-22 Thread Sandip Deshmukh
Dear Mario,

Oh OK. I could finally install the plugin and provide an alias link and see 
the backlink, etc.

I had missed out on the syntax. That caused the confusion.

On Friday, August 20, 2021 at 12:31:47 PM UTC+5:30 R² wrote:

> My bad, I hadn't understood the alias had to be invoked and wrongly 
> assumed too much similarity with mklauber's Aliases plugin. I now 
> understand that they are actually fairly different in their approach and 
> daily use.

-- 
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/3d4e176e-7c84-4c39-a5c4-ba625dd3ac68n%40googlegroups.com.


Re: [tw5] "I moved to Discourse" - add your name too?

2021-08-22 Thread TW Tones
JW Are you on the specific instance of 
discourse? https://talk.tiddlywiki.org/

Regards
Tones

On Sunday, 22 August 2021 at 20:55:10 UTC+10 JWHoneycutt wrote:

> Signed up for Discourse - can't find any hits when searching "TiddlyWiki" 
> - did I just lose access to the community?
> JWH
>
> On Saturday, August 21, 2021 at 10:23:29 PM UTC-4 joshua@gmail.com 
> wrote:
>
>> Definitely moving over to the Discourse community. See you all there!
>>
>> Best,
>> Joshua Fontany
>> On Saturday, August 21, 2021 at 3:42:18 PM UTC-7 Scott Simmons 
>> (Secret-HQ) wrote:
>>
>>> I've created a profile on Talk.TiddlyWiki.org and am delighted with the 
>>> interface there.  I'll try to ask questions and create new threads there 
>>> rather than here, though I guess I'll be drawn back to Google Groups is 
>>> that's where the conversation flows.  (For my part, I'm hoping it moves to 
>>> Talk.TW)
>>>
>>> https://talk.tiddlywiki.org/u/secret-hq/
>>>
>>

-- 
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/e68c7dfa-7b2b-43d8-8de0-617cc767066bn%40googlegroups.com.


[tw5] Using a variable from a filter expression. Cannot find the right syntax .. any help ?

2021-08-22 Thread vpl
Hi,

I'm trying to run the following code which use a variable called 'target' 
(that contains the current date) into a filter.
I've tested the todayfilter  this way

\define now_val()
<$vars now_date=<>>
<$vars  target={{{ [] }}}>
<>

<$vars todayfilter="[get[task_date]compare:string:eg[]]">


DateProjectTaskStartStop

  
  //Number of tiddlers//
  ''<$count 
filter="[regexp[db___]filter]"/>''
 
<$list filter="[regexp[db___]!sort[task_start_time]filter]">

<$link><$view field="task_date"/>
<$view field="tags"/>
<$view field="task_comment"/>
<$view field="task_start_time"/>
<$view field="task_end_time"/>




\end

<>

-- 
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/2b1bbded-865b-41f4-a468-e0f8c4f9a5e5n%40googlegroups.com.


[tw5] Re: We need more discourse about Discourse ... and not just the positives ...

2021-08-22 Thread strikke...@gmail.com
It is far easier. Follow the link to https://talk.tiddlywiki.org/ that is 
where you are to sign up. When signing up, you will be asked some questions 
- answer them it is a kind of tutorial . Take you time looking around and 
get to know the new forum. You are absolutely not the only forum newbie.

On Sunday, August 22, 2021 at 1:30:42 PM UTC+2 JWHoneycutt wrote:

> Answers (I think) for true forum newbies...
>
> Sign up for Discourse
>
> Then use this link - which apparently is on Discourse (but can't be found 
> from Discourse): https://talk.tiddlywiki.org/
>
> "https://talk.X.org; is a Discourse link - maybe they all are? I 
> apologize for the super basic stuff I failed to follow. I just need to 
> avoid posting until I have struggled longer...
>
> JWH
> On Sunday, August 22, 2021 at 7:15:02 AM UTC-4 JWHoneycutt wrote:
>
>> Looks like there’s a Google Group. Perhaps you could ask there if they 
>> have set up a Discourse instance (this is not it) and it’s address.
>>
>> https://groups.google.com/g/tiddlywiki
>>
>>
>>
>>
>> On Sunday, August 22, 2021 at 7:03:19 AM UTC-4 JWHoneycutt wrote:
>>
>>> Completely unfamiliar with Discourse. I did sign up. I am unable to find 
>>> any of you on there, and i am sure i am not the only one who does not know 
>>> how to navigate on Discourse yet.
>>>
>>> BTW, I assume it is not the same thing as Discord - right?
>>>
>>> JWH
>>>
>>> On Sunday, August 22, 2021 at 12:04:59 AM UTC-4 Mark S. wrote:
>>>
 So it turns out you don't need Enterprise to have 1000 members. You can 
 get premium, and then pay the 4c per user additional fee. So that makes 
 the 
 yearly cost $440. Not that I'm promoting it, necessarily.

 My main point is that most of the prior conversations assumed zero cost 
 forum solutions. There wasn't a whole lot of exploration of low-cost 
 solutions. 

 Discourse seems nice, though we can't really test it's ability to 
 dumpster-dive yet. But I'm not sure it's $5/month nicer than GG. At the 
 end 
 of the day, it's just a forum. I suspect that after a few months, and it 
 doesn't seem so shiny any more, that others will feel the same way.


 On Saturday, August 21, 2021 at 4:47:08 PM UTC-7 PMario wrote:

> On Sunday, August 22, 2021 at 12:53:40 AM UTC+2 Mark S. wrote:
>
>> No, it's not a pure email. It has a web forum with all the services 
>> you expect -- file attachments, photos, wikis, calendars.
>
>
> ah. ok
>  
>
>> But you're right about the price. It obviously wasn't like that when 
>> I signed up. At the time there was no user-count limit for the basic 
>> group. 
>> Hopefully they won't rescind that policy.
>>
>
> Yea, you have probably been an early adopter. That sometimes happens. 
> ... So you shouldn't give up that account ;)
> -mario
>
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/e8da23cd-4d29-4421-874d-d0d3c964d0ebn%40googlegroups.com.


[tw5] Re: How to turn off video auto-play?

2021-08-22 Thread maki aea
i’m not an expert on this but am using some local audio. i also use some 
details widgets but am gradually converting to streams. on ios, autoplay is 
not default, in contrast, for the same tw on other systems, only iframes 
that are intentionally not contained in details widgets or are in open 
substreams will auto play. not sure why mine is behaving differently to 
yours, it might be system/browser specific? i am also not using divs, just 
bare iframes, and have the url manually inserted e.g. 

20140624 makiaea 

or for video:

latest video (silent 19s) split–screen iphone input between tiddlywiki and 
anki 

On Saturday, August 14, 2021 at 10:46:45 AM UTC+1 Sapphireslinger wrote:

> So I open a tiddler and all the videos contained in it all start playing 
> at once. AAaagh! Even the ones embedded in Detail widgets. Is there some 
> "do-not-autoplay" code I am missing?
>
> For instance: one of my tiddlers contains both of these codes:
>
>  frameborder="0" allowfullscreen class="video">
>
> and 
>
> <$list filter="[tag[video]]">  class="container"> class="video"> 
>
> The {{!!url}} just calls for a video file on my computer, the video is 
> not actually in the tiddlywiki file.
>
> Thanks in advance for any tips.
>

-- 
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/133e5692-c76f-413c-8e2d-9d4dcb9a074bn%40googlegroups.com.


[tw5] Re: We need more discourse about Discourse ... and not just the positives ...

2021-08-22 Thread 'JWHoneycutt' via TiddlyWiki
Answers (I think) for true forum newbies...

Sign up for Discourse

Then use this link - which apparently is on Discourse (but can't be found 
from Discourse): https://talk.tiddlywiki.org/

"https://talk.X.org; is a Discourse link - maybe they all are? I apologize 
for the super basic stuff I failed to follow. I just need to avoid posting 
until I have struggled longer...

JWH
On Sunday, August 22, 2021 at 7:15:02 AM UTC-4 JWHoneycutt wrote:

> Looks like there’s a Google Group. Perhaps you could ask there if they 
> have set up a Discourse instance (this is not it) and it’s address.
>
> https://groups.google.com/g/tiddlywiki
>
>
>
>
> On Sunday, August 22, 2021 at 7:03:19 AM UTC-4 JWHoneycutt wrote:
>
>> Completely unfamiliar with Discourse. I did sign up. I am unable to find 
>> any of you on there, and i am sure i am not the only one who does not know 
>> how to navigate on Discourse yet.
>>
>> BTW, I assume it is not the same thing as Discord - right?
>>
>> JWH
>>
>> On Sunday, August 22, 2021 at 12:04:59 AM UTC-4 Mark S. wrote:
>>
>>> So it turns out you don't need Enterprise to have 1000 members. You can 
>>> get premium, and then pay the 4c per user additional fee. So that makes the 
>>> yearly cost $440. Not that I'm promoting it, necessarily.
>>>
>>> My main point is that most of the prior conversations assumed zero cost 
>>> forum solutions. There wasn't a whole lot of exploration of low-cost 
>>> solutions. 
>>>
>>> Discourse seems nice, though we can't really test it's ability to 
>>> dumpster-dive yet. But I'm not sure it's $5/month nicer than GG. At the end 
>>> of the day, it's just a forum. I suspect that after a few months, and it 
>>> doesn't seem so shiny any more, that others will feel the same way.
>>>
>>>
>>> On Saturday, August 21, 2021 at 4:47:08 PM UTC-7 PMario wrote:
>>>
 On Sunday, August 22, 2021 at 12:53:40 AM UTC+2 Mark S. wrote:

> No, it's not a pure email. It has a web forum with all the services 
> you expect -- file attachments, photos, wikis, calendars.


 ah. ok
  

> But you're right about the price. It obviously wasn't like that when I 
> signed up. At the time there was no user-count limit for the basic group. 
> Hopefully they won't rescind that policy.
>

 Yea, you have probably been an early adopter. That sometimes happens. 
 ... So you shouldn't give up that account ;)
 -mario




-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/d6353303-f28e-4d6f-a086-918edbca0345n%40googlegroups.com.


[tw5] Re: We need more discourse about Discourse ... and not just the positives ...

2021-08-22 Thread strikke...@gmail.com
Some you will find here at GG as usual and some have moved to 
https://talk.tiddlywiki.org/

On Sunday, August 22, 2021 at 1:15:02 PM UTC+2 JWHoneycutt wrote:

> Looks like there’s a Google Group. Perhaps you could ask there if they 
> have set up a Discourse instance (this is not it) and it’s address.
>
> https://groups.google.com/g/tiddlywiki
>
>
>
>
> On Sunday, August 22, 2021 at 7:03:19 AM UTC-4 JWHoneycutt wrote:
>
>> Completely unfamiliar with Discourse. I did sign up. I am unable to find 
>> any of you on there, and i am sure i am not the only one who does not know 
>> how to navigate on Discourse yet.
>>
>> BTW, I assume it is not the same thing as Discord - right?
>>
>> JWH
>>
>> On Sunday, August 22, 2021 at 12:04:59 AM UTC-4 Mark S. wrote:
>>
>>> So it turns out you don't need Enterprise to have 1000 members. You can 
>>> get premium, and then pay the 4c per user additional fee. So that makes the 
>>> yearly cost $440. Not that I'm promoting it, necessarily.
>>>
>>> My main point is that most of the prior conversations assumed zero cost 
>>> forum solutions. There wasn't a whole lot of exploration of low-cost 
>>> solutions. 
>>>
>>> Discourse seems nice, though we can't really test it's ability to 
>>> dumpster-dive yet. But I'm not sure it's $5/month nicer than GG. At the end 
>>> of the day, it's just a forum. I suspect that after a few months, and it 
>>> doesn't seem so shiny any more, that others will feel the same way.
>>>
>>>
>>> On Saturday, August 21, 2021 at 4:47:08 PM UTC-7 PMario wrote:
>>>
 On Sunday, August 22, 2021 at 12:53:40 AM UTC+2 Mark S. wrote:

> No, it's not a pure email. It has a web forum with all the services 
> you expect -- file attachments, photos, wikis, calendars.


 ah. ok
  

> But you're right about the price. It obviously wasn't like that when I 
> signed up. At the time there was no user-count limit for the basic group. 
> Hopefully they won't rescind that policy.
>

 Yea, you have probably been an early adopter. That sometimes happens. 
 ... So you shouldn't give up that account ;)
 -mario




-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/dc762291-5118-4aae-a77d-76c0b5ff116an%40googlegroups.com.


[tw5] Re: We need more discourse about Discourse ... and not just the positives ...

2021-08-22 Thread 'JWHoneycutt' via TiddlyWiki


Looks like there’s a Google Group. Perhaps you could ask there if they have 
set up a Discourse instance (this is not it) and it’s address.

https://groups.google.com/g/tiddlywiki




On Sunday, August 22, 2021 at 7:03:19 AM UTC-4 JWHoneycutt wrote:

> Completely unfamiliar with Discourse. I did sign up. I am unable to find 
> any of you on there, and i am sure i am not the only one who does not know 
> how to navigate on Discourse yet.
>
> BTW, I assume it is not the same thing as Discord - right?
>
> JWH
>
> On Sunday, August 22, 2021 at 12:04:59 AM UTC-4 Mark S. wrote:
>
>> So it turns out you don't need Enterprise to have 1000 members. You can 
>> get premium, and then pay the 4c per user additional fee. So that makes the 
>> yearly cost $440. Not that I'm promoting it, necessarily.
>>
>> My main point is that most of the prior conversations assumed zero cost 
>> forum solutions. There wasn't a whole lot of exploration of low-cost 
>> solutions. 
>>
>> Discourse seems nice, though we can't really test it's ability to 
>> dumpster-dive yet. But I'm not sure it's $5/month nicer than GG. At the end 
>> of the day, it's just a forum. I suspect that after a few months, and it 
>> doesn't seem so shiny any more, that others will feel the same way.
>>
>>
>> On Saturday, August 21, 2021 at 4:47:08 PM UTC-7 PMario wrote:
>>
>>> On Sunday, August 22, 2021 at 12:53:40 AM UTC+2 Mark S. wrote:
>>>
 No, it's not a pure email. It has a web forum with all the services you 
 expect -- file attachments, photos, wikis, calendars.
>>>
>>>
>>> ah. ok
>>>  
>>>
 But you're right about the price. It obviously wasn't like that when I 
 signed up. At the time there was no user-count limit for the basic group. 
 Hopefully they won't rescind that policy.

>>>
>>> Yea, you have probably been an early adopter. That sometimes happens. 
>>> ... So you shouldn't give up that account ;)
>>> -mario
>>>
>>>
>>>

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/4eee556f-6ab6-4aef-becf-84d82210ecabn%40googlegroups.com.


[tw5] Re: We need more discourse about Discourse ... and not just the positives ...

2021-08-22 Thread 'JWHoneycutt' via TiddlyWiki
Completely unfamiliar with Discourse. I did sign up. I am unable to find 
any of you on there, and i am sure i am not the only one who does not know 
how to navigate on Discourse yet.

BTW, I assume it is not the same thing as Discord - right?

JWH

On Sunday, August 22, 2021 at 12:04:59 AM UTC-4 Mark S. wrote:

> So it turns out you don't need Enterprise to have 1000 members. You can 
> get premium, and then pay the 4c per user additional fee. So that makes the 
> yearly cost $440. Not that I'm promoting it, necessarily.
>
> My main point is that most of the prior conversations assumed zero cost 
> forum solutions. There wasn't a whole lot of exploration of low-cost 
> solutions. 
>
> Discourse seems nice, though we can't really test it's ability to 
> dumpster-dive yet. But I'm not sure it's $5/month nicer than GG. At the end 
> of the day, it's just a forum. I suspect that after a few months, and it 
> doesn't seem so shiny any more, that others will feel the same way.
>
>
> On Saturday, August 21, 2021 at 4:47:08 PM UTC-7 PMario wrote:
>
>> On Sunday, August 22, 2021 at 12:53:40 AM UTC+2 Mark S. wrote:
>>
>>> No, it's not a pure email. It has a web forum with all the services you 
>>> expect -- file attachments, photos, wikis, calendars.
>>
>>
>> ah. ok
>>  
>>
>>> But you're right about the price. It obviously wasn't like that when I 
>>> signed up. At the time there was no user-count limit for the basic group. 
>>> Hopefully they won't rescind that policy.
>>>
>>
>> Yea, you have probably been an early adopter. That sometimes happens. ... 
>> So you shouldn't give up that account ;)
>> -mario
>>
>>
>>

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


Re: [tw5] "I moved to Discourse" - add your name too?

2021-08-22 Thread 'JWHoneycutt' via TiddlyWiki
Signed up for Discourse - can't find any hits when searching "TiddlyWiki" - 
did I just lose access to the community?
JWH

On Saturday, August 21, 2021 at 10:23:29 PM UTC-4 joshua@gmail.com 
wrote:

> Definitely moving over to the Discourse community. See you all there!
>
> Best,
> Joshua Fontany
> On Saturday, August 21, 2021 at 3:42:18 PM UTC-7 Scott Simmons (Secret-HQ) 
> wrote:
>
>> I've created a profile on Talk.TiddlyWiki.org and am delighted with the 
>> interface there.  I'll try to ask questions and create new threads there 
>> rather than here, though I guess I'll be drawn back to Google Groups is 
>> that's where the conversation flows.  (For my part, I'm hoping it moves to 
>> Talk.TW)
>>
>> https://talk.tiddlywiki.org/u/secret-hq/
>>
>

-- 
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/811bc6af-15f0-4649-80ad-345629a631dcn%40googlegroups.com.


[tw5] Re: No plugin seems to work!

2021-08-22 Thread PMario
Hi
You have to create the fields on your own. .. The plugin will use them if 
they are there but it doesn't change the UI files. That would be overkill.

Relink will only be active i you change a tiddler title.

-m

-- 
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/eeb72904-4e99-4108-88d5-4cfbfac24780n%40googlegroups.com.


[tw5] No plugin seems to work!

2021-08-22 Thread Sandip Deshmukh
Much though I like the concept, I am unable to use tiddlywiki.

To start afresh, I downloaded the empty.html form tiddlywiki website, 
downloaded and extracted tiddlydesktop archive for linux-64. Executed nw 
and imported the empty.html file.

Then I dragged uni-link plugin installation link from here: 
https://wikilabs.github.io/editions/uni-link/#%24%3A%2Fplugins%2Fwikilabs%2Funi-link

Import, Save, Reload. The plugin shows as installed. But when I create a 
new tiddler, there is no sign of alias, caption, fields at the bottom, as 
mentioned in the plugin.

So, I tried importing the relink plugin. Even after clicking on import, 
there is no trace of the plugin!

Am I doing something grossly wrong? How do I set things up correctly?

-- 
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/76f775dd-a6f1-4413-bcd7-057a7d4c5c57n%40googlegroups.com.


Re: [tw5] Re: I Think I Hacked TiddlyWiki

2021-08-22 Thread Jeremy Ruston


With a bit of creativity, practically anything is possible! You’re right in 
> that the JS could not have DIRECT access to the user’s file system, but as 
> explained in 
>
> https://nakedsecurity.sophos.com/2016/06/20/ransomware-thats-100-pure-javascript-no-download-required/,
>  
> one could simply use JS to connect to a server to install a malicious exe, 
> which it could then run. 
> Essentially, the JS could easily apply a cipher to the file to thus 
> “encrypt it”, and use the exe to rewrite the file content with this 
> encrypted text. 
> The exe could also handle deletion of backups, or pretty much anything 
> else needed. 
>

Hmm that article is about tricking users into double-clicking on .JS files 
so that they run under the Windows Scripting Host, and doesn't really cover 
the situation of TiddlyWiki.

Best wishes

Jeremy

 

>
> On Sat, Aug 21, 2021 at 7:02 PM Scott Simmons (Secret-HQ) <
> goo...@secret-hq.com> wrote:
>
>> On Tuesday, August 17, 2021 at 9:12:15 AM UTC-4 flanc...@gmail.com wrote:
>>
>> What makes this more dangerous than the iframe is that it has DIRECT 
>>> ACCESS to your TW instance, so practically anything can be done. For 
>>> example, I could steal your tiddlywiki instance, encrypt it, and hold it 
>>> for ransom, as soon as your page loaded.
>>>
>>
>> Just to make sure I'm understanding correctly:  That *particular* attack 
>> wouldn't yield much fruit, would it?  The attacker would have an encrypted 
>> version of TiddlyWiki only xe could access, but the original user would 
>> still have the version xe opened on xir local hard drive or the Web site xe 
>> loaded the page from in the first place.  All that would be encrypted for 
>> ransom would be the session-specific instance of that file, not the source 
>> file (which the browser can't encrypt and save over on the fly).
>>
>> Or am I misunderstanding?
>>
>> -- 
>> 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+...@googlegroups.com.
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/tiddlywiki/25edd7f6-9dcc-4109-8fb8-51884c6382acn%40googlegroups.com
>>  
>> 
>> .
>>
>

-- 
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/9f71bb5b-0882-41f5-ac01-b7e4305f0cb5n%40googlegroups.com.