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

[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

[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[]]">

[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

[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

[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

[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

[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

[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

[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

[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

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

[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

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

[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

[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

[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