[tw5] Re: how to show the list macro result with icon ?

2020-09-24 Thread Eric Shulman
On Thursday, September 24, 2020 at 6:55:43 PM UTC-7, imleg...@gmail.com 
wrote:
>
> How to set the size of the image ahead, some of them is large


Assuming you are using this code to produce your list:
<$list filter="[prefix[Excel]tag[kp]]">
   <$link><$transclude tiddler={{!!icon}}/><$text 
text={{!!title}}/>


Then, create a stylesheet tiddler (e.g., "MyStyles"), tagged with 
$:/tags/Stylesheet, containing:
h2 img, h2 svg { height:1em; width:1em; }
This will force all images (including SVG images) that are contained within 
an "h2" heading to be automatically resized to the same height as the text.
 

> And by the way where can I found the manual about "!!title" or "!!icon" 
> things? 
>

Start with this tiddler:
https://tiddlywiki.com/#Transclusion%20in%20WikiText
then follow the links at the bottom of that tiddler for more info.

enjoy,
-e

-- 
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/e58c61ed-d226-4b6f-8ca5-b7237ba8a542o%40googlegroups.com.


[tw5] How to make the tiddlywiki only can be edit in some of the ip or the read only mode?

2020-09-24 Thread imleg...@gmail.com
Sometime my tiddler will be shared with others, but I don't want them to 
modify it. 
How to make the tiddler only can be edited on my pc, or share others with 
the 'read only' mode. I do some search just find a post created in 2014. 
Any progress 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/e026f0fb-2e0e-460e-80ce-dfdeea693235n%40googlegroups.com.


[tw5] How to make the list widge draggable?

2020-09-24 Thread imleg...@gmail.com
For example 

I have the list widget like this? 

<$list filter="[prefix[Excel]tag[kp]]">
<$link>


But the order listed not what I want, I want make some adjustment? 

I find  list-links-draggable. But I don't know how to use it in 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/54dfda85-d9a3-41a3-97f6-957d9d10afa2n%40googlegroups.com.


[tw5] Re: how to show the list macro result with icon ?

2020-09-24 Thread imleg...@gmail.com
[image: 无标题.png]

On Friday, September 25, 2020 at 9:55:43 AM UTC+8 imleg...@gmail.com wrote:

> How to set the size of the image ahead, some of them is large
>
>
>
> And by the way where can I found the manual about "!!title" or "!!icon" 
> things? 
> On Thursday, September 24, 2020 at 5:41:26 PM UTC+8 Eric Shulman wrote:
>
>> On Thursday, September 24, 2020 at 2:11:08 AM UTC-7, imleg...@gmail.com 
>> wrote:
>>>
>>> Here is the filter I use
>>> <$list filter="[prefix[Excel]tag[kp]]">
>>><$link />
>>> 
>>> Some of the tiddlers selected with icon field set.  So the tiddler 
>>> itself with a icon ahead.  Like the image shown. I want the icon shown in 
>>> the list result how to make it?
>>>
>>
>> The icon field should contain the name of an image tiddler.  To show this 
>> image, use the $transclude widget, like this:
>> <$list filter="[prefix[Excel]tag[kp]]">
>><$transclude tiddler={{!!icon}}/><$link />
>> 
>>
>> Note: if you want the image to be included in the link, then write it 
>> this way:
>> <$list filter="[prefix[Excel]tag[kp]]">
>><$link><$transclude tiddler={{!!icon}}/><$text 
>> text={{!!title}}/>
>> 
>>
>> enjoy,
>> -e
>>
>

-- 
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/04779654-d6f5-40aa-b7e7-ff233fe85046n%40googlegroups.com.


[tw5] Re: how to show the list macro result with icon ?

2020-09-24 Thread imleg...@gmail.com
How to set the size of the image ahead, some of them is large



And by the way where can I found the manual about "!!title" or "!!icon" 
things? 
On Thursday, September 24, 2020 at 5:41:26 PM UTC+8 Eric Shulman wrote:

> On Thursday, September 24, 2020 at 2:11:08 AM UTC-7, imleg...@gmail.com 
> wrote:
>>
>> Here is the filter I use
>> <$list filter="[prefix[Excel]tag[kp]]">
>><$link />
>> 
>> Some of the tiddlers selected with icon field set.  So the tiddler itself 
>> with a icon ahead.  Like the image shown. I want the icon shown in the list 
>> result how to make it?
>>
>
> The icon field should contain the name of an image tiddler.  To show this 
> image, use the $transclude widget, like this:
> <$list filter="[prefix[Excel]tag[kp]]">
><$transclude tiddler={{!!icon}}/><$link />
> 
>
> Note: if you want the image to be included in the link, then write it this 
> way:
> <$list filter="[prefix[Excel]tag[kp]]">
><$link><$transclude tiddler={{!!icon}}/><$text 
> text={{!!title}}/>
> 
>
> enjoy,
> -e
>

-- 
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/235462db-8a3e-42d3-9bc6-8636aa3591e5n%40googlegroups.com.


[tw5] Re: how to show the list macro result with icon ?

2020-09-24 Thread imleg...@gmail.com
How to set the size of the image in these case since some original image is 
large. Font icon shows perfectly.


On Thursday, September 24, 2020 at 5:41:26 PM UTC+8 Eric Shulman wrote:

> On Thursday, September 24, 2020 at 2:11:08 AM UTC-7, imleg...@gmail.com 
> wrote:
>>
>> Here is the filter I use
>> <$list filter="[prefix[Excel]tag[kp]]">
>><$link />
>> 
>> Some of the tiddlers selected with icon field set.  So the tiddler itself 
>> with a icon ahead.  Like the image shown. I want the icon shown in the list 
>> result how to make it?
>>
>
> The icon field should contain the name of an image tiddler.  To show this 
> image, use the $transclude widget, like this:
> <$list filter="[prefix[Excel]tag[kp]]">
><$transclude tiddler={{!!icon}}/><$link />
> 
>
> Note: if you want the image to be included in the link, then write it this 
> way:
> <$list filter="[prefix[Excel]tag[kp]]">
><$link><$transclude tiddler={{!!icon}}/><$text 
> text={{!!title}}/>
> 
>
> enjoy,
> -e
>

-- 
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/bc6aad1f-3dc1-445e-83c8-44869979a425n%40googlegroups.com.


[tw5] Re: unwanted space in, macro result

2020-09-24 Thread Eric Shulman
On Thursday, September 24, 2020 at 4:07:24 PM UTC-7, TW Tones wrote:
>
> Also your filter seems broken
> [] [] [/$ref$] +[join[]]
> But what is [/$ref$]
>

Note that, while you can use simple  references within filters, they 
cannot have parameters.  Thus,  is not valid within 
the filter.  Also, [/$ref$] is the last part of the URL that is to be 
constructed, with a leading literal "/" preceding it.  However, since it is 
a literal text value expressed as a separate filter run, it needs double 
brackets, i.e., [[/$ref$]]

-e



-- 
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/70ff42b7-f6a3-483c-9d1f-ff1c54792373o%40googlegroups.com.


[tw5] Re: Taking a Tiddler and seeing what link text was used to link to it for consistency?

2020-09-24 Thread Eric Shulman
On Thursday, September 24, 2020 at 12:11:17 PM UTC-7, leeand00 wrote:
>
> If I have many tiddlers in my tiddlywiki that reference a tiddler, I am 
> able to see which ones in the references, but I'm interesting in seeing 
> what the link text for the link to that tiddler is.
> Is there a way to find this out?
>

A tiddler link can be created using the $link widget:
<$link to="tiddlername">text
or wikitext syntax:
[[text|tiddlername]]

When using the $link widget, the content inside the widget can be anything 
(except another $link widget!).  This can include references to variables, 
transcluded text, inline filters, or anything else you can imagine... even 
complex blocks of syntax like $list widgets, $reveal widgets, etc.  In 
addition, the to="tiddlername" parameter can also be "soft", where the 
value is generated by reference to a variable, transclusion from a field 
value, or constructed dynamically using an inline filter.  Furthermore, the 
to=... parameter can be completely omitted if the link is to the 
<> (e.g., a $link widget contained within the content of a 
$list), and you can also omit the $link content entirely when the display 
text is the same as the $link target.
<$link to="tiddlername" /> or <$link />

Thus, there are a multitude of different ways that the display text for a 
link can be specified, generated, or omitted, making it (nearly) impossible 
to derive all the different bits of display text that may be used to render 
a link, even if you know the actual tiddlername being linked to.

Sorry I can't offer a solution, but hopefully the above explanation 
illustrates why this is so.

-e

-- 
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/84d29f28-be58-4081-a254-b0ee864dc24do%40googlegroups.com.


Re: [tw5] Re: April Mackenzie is looking for a place in Oxford (England)

2020-09-24 Thread TW Tones
TT,

>From the beginning of Covid I criticised the news and authorities for 
suggesting its and old an compromised persons problem. No  one many younger 
people have not taken it seriously.

The truth is Covid-19 or SARS2 was not known to human kind, until less than 
a year ago. Only fools speak with certainties they have no experience of.

It is coming to be known even the young can suffer serious long term 
issues. This possibility should have being at the forefront of public 
information from the beginning.

Regards
Tones 


On Friday, 25 September 2020 03:30:05 UTC+10, TiddlyTweeter wrote:
>
> Ciao Jeremy
>
> "Long COVID" is a phrase that, pinpoints something real. Real, but 
> something not yet well understood. Personally I seen it in a friend. It, in 
> him, is recurrent neurological issues.
>
> So long as in remissions you get a bit better each cycle it seems to 
> relent ... hope so.
>
> Best wishes
> TT
>
>
>
> On Monday, 21 September 2020 22:30:17 UTC+2, Jeremy Ruston wrote:
>>
>> Thanks Ste and TT. After recovering from the bad bit of COVID in June 
>> I've had a couple of minor relapses which suggest that I might have a 
>> degree of "long COVID". Definitely not as bad as some of the stories I have 
>> read, and I'm learning to manage it. I've been working away on Federatial 
>> client work and on TW5 (see 
>> https://github.com/Jermolene/TiddlyWiki5/commits/master and associated 
>> GitHub threads). Most importantly, I was able to spend plenty of time over 
>> the summer with friends and family, making the most of the opportunity 
>> before things get difficult again.
>>
>> As to moving to Oxford, I warmly encourage it! It's a glorious city that 
>> is functionally a suburb of London while being riddled with rivers and 
>> green spaces.
>>
>> Best wishes
>>
>> Jeremy
>>
>> --
>> Jeremy Ruston
>> jer...@jermolene.com
>> https://jermolene.com
>>
>> On 21 Sep 2020, at 19:52, Ste  wrote:
>>
>> Speaking of "The Founder.' he's been uncharacterisicly quiet for a while 
>> or have I just missed his replies? 
>> You ok Jeremy? 
>>
>> To answer April's question decent and cheap in Oxford is something of an 
>> oxymoron :)
>>
>> On Monday, 21 September 2020 at 17:37:51 UTC+1 TiddlyTweeter wrote:
>>
>>> She writes me ...
>>>
>>> As I get older I'd like to live near The Founder for a while.
>>>
>>> TiddlyWiki is most interesting. 
>>>
>>>  
>>>
>>> My third daughter, Felice, is a computer scientist. She encouraged me.
>>>
>>>  
>>>
>>> It would not be stalking JR, just honor.
>>>
>>>  
>>>
>>> Are there decent cheapish places in the area to lodge in? 
>>>
>>>  
>>>
>>>  Yours, as ever, April
>>>
>>>
>>> Suggestions can be sent to me privately to forward to April.
>>> TT 
>>>
>> -- 
>> 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 tiddl...@googlegroups.com.
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/tiddlywiki/a98afde7-6d90-4b7c-a695-6ce1b6ad900bn%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/22b53bf6-8414-4833-92ad-f82c2402fcffo%40googlegroups.com.


[tw5] Re: unwanted space in, macro result

2020-09-24 Thread TW Tones
FYI

In many button tiddlers you will see
\whitespace trim
at the top

\define mymacro()
\whitespace trim
Macros def
\end

Also your filter seems broken
[[] [] [/$ref$] +[join[]]]

here is my Guess
[] [] [/$ref$] +[join[]]
But what is [/$ref$]

Regards
Tones


On Friday, 25 September 2020 04:14:03 UTC+10, Jean-Pierre Rivière wrote:
>
> I have spaces surrounding the result of my macro call, even though the 
> result is spaceless. Yet again somethink that I must have overlooked...
>
> Here is the macros code:
>
> \define getWcagDir() <$transclude tiddler="$:/user/dict/wcag/ref/cat" 
> index="$(codeFamily)$"/>
> \define wcagTechDict(ref)
> <$set name="codeFamily" filter="[[$ref$]splitregexp[\d+]join[]]">
> <$macrocall $name="getWcagDir"/>
> 
> \end
> \define wcagUrl(ref)
> <$set name="base" value="https://www.w3.org/WAI/WCAG21/Techniques/;>
> <><>/$ref$ />
> 
> \end
>
> Here is the dictionnary $:/user/dict/wcag/ref/cat
>
> ARIA:aria
> C:css
> F:failures
> G:general
> H:html
> SCR:client-side-script
> SM:smil
> SVR:server-side-script
>
> Here is the user code with call to the wcagUrl macro
>
> SM8 in <> to <>
>
> Here is the result:
>
> SM8 in smil to https://www.w3.org/WAI/WCAG21/Techniques/ smil /SM8
>
> (with a link only from https: up to Techniques/ which is also a problem).
>
> I tried a trim[] after the join[] in the filter. It was redundant, it had 
> no effect.
>
> I tried an other definition for this macro:
>
> \define wcagUrl(ref)
> <$set name="base" value="https://www.w3.org/WAI/WCAG21/Techniques/;>
> <$set name="url" filter="[[] [] [/$ref$] 
> +[join[]]]">
> <>
> 
> 
> \end
>
> but the result is beyond me:
>
> SM8 in smil to <$set name="url" filter="] [] 
> [/SM8] +[join[]"> 
>
> (with a link from  up to +[join[ in the bargain).
>
> Any idea you gurus? (as an ancient Amiga owner, I respect much gurus!)
>
>
>
>

-- 
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/f9413f72-615a-4d2b-ae94-0594d73f8dc5o%40googlegroups.com.


[tw5] Re: Taking a Tiddler and seeing what link text was used to link to it for consistency?

2020-09-24 Thread TW Tones
What do you mean by link text?

Do you mean the content of the tiddler (it's text field?)

Tones

On Friday, 25 September 2020 05:11:17 UTC+10, leeand00 wrote:
>
> If I have many tiddlers in my tiddlywiki that reference a tiddler, I am 
> able to see which ones in the references, but I'm interesting in seeing 
> what the link text for the link to that tiddler is.
>
> Is there a way to find this 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/0f804491-228e-4a00-93e8-280f30435480o%40googlegroups.com.


[tw5] Re: unwanted space in, macro result

2020-09-24 Thread Eric Shulman
On Thursday, September 24, 2020 at 2:07:58 PM UTC-7, Jean-Pierre Rivière 
wrote:
>
> I don't know you \whitespace and can't find any reference to it. And what 
> kind of thing is this ? Anyway, I'm not sure where you mean it to be. My 
> attempts were unsuccessfull.
>

"\whitespace trim" is a special syntax called a Pragma (see 
https://tiddlywiki.com/#Pragma)
You can put this on a line by itself at the very beginning of a tiddler, or 
as a line following any \define macro(...)

-e

-- 
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/a91f18b7-d3e0-4492-99fa-8f1027fc3d4ao%40googlegroups.com.


[tw5] Re: unwanted space in, macro result

2020-09-24 Thread Jean-Pierre Rivière
I don't know you \whitespace and can't find any reference to it. And what 
kind of thing is this ? Anyway, I'm not sure where you mean it to be. My 
attempts were unsuccessfull.

Le jeudi 24 septembre 2020 à 20:59:14 UTC+2, Hubert a écrit :

> Hi,
>
> I haven't studied your code in its entirety (I'm currently on mobile) but 
> maybe try adding \whitespace trim in the line immediately following your 
> macro definition.
>
> Good luck!
> Hubert
>
>
> On Thursday, 24 September 2020 at 19:14:03 UTC+1 jn.pierr...@gmail.com 
> wrote:
>
>> I have spaces surrounding the result of my macro call, even though the 
>> result is spaceless. Yet again somethink that I must have overlooked...
>>
>> Here is the macros code:
>>
>> \define getWcagDir() <$transclude tiddler="$:/user/dict/wcag/ref/cat" 
>> index="$(codeFamily)$"/>
>> \define wcagTechDict(ref)
>> <$set name="codeFamily" filter="[[$ref$]splitregexp[\d+]join[]]">
>> <$macrocall $name="getWcagDir"/>
>> 
>> \end
>> \define wcagUrl(ref)
>> <$set name="base" value="https://www.w3.org/WAI/WCAG21/Techniques/;>
>> <><>/$ref$ />
>> 
>> \end
>>
>> Here is the dictionnary $:/user/dict/wcag/ref/cat
>>
>> ARIA:aria
>> C:css
>> F:failures
>> G:general
>> H:html
>> SCR:client-side-script
>> SM:smil
>> SVR:server-side-script
>>
>> Here is the user code with call to the wcagUrl macro
>>
>> SM8 in <> to <>
>>
>> Here is the result:
>>
>> SM8 in smil to https://www.w3.org/WAI/WCAG21/Techniques/ smil /SM8
>>
>> (with a link only from https: up to Techniques/ which is also a problem).
>>
>> I tried a trim[] after the join[] in the filter. It was redundant, it had 
>> no effect.
>>
>> I tried an other definition for this macro:
>>
>> \define wcagUrl(ref)
>> <$set name="base" value="https://www.w3.org/WAI/WCAG21/Techniques/;>
>> <$set name="url" filter="[[] [] [/$ref$] 
>> +[join[]]]">
>> <>
>> 
>> 
>> \end
>>
>> but the result is beyond me:
>>
>> SM8 in smil to <$set name="url" filter="] [] 
>> [/SM8] +[join[]"> 
>>
>> (with a link from  up to +[join[ in the bargain).
>>
>> Any idea you gurus? (as an ancient Amiga owner, I respect much gurus!)
>>
>>
>>
>>

-- 
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/37875fa6-4454-44e7-8c97-459cd9bdaaa4n%40googlegroups.com.


Re: [tw5] TiddlyTools/timer.html - major update

2020-09-24 Thread Eric Shulman
On Thursday, September 24, 2020 at 11:10:32 AM UTC-7, Atronoush wrote:
>
> Small suggestion:
> - On Calendar it is useful to show Today in different colours
>

Done.  The current date is now shown with lightgreen background.  You can, 
of course, change this color in the Setup.

enjoy,
-e

-- 
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/1eec9f3c-6abc-4333-a498-fefbbbf409f1o%40googlegroups.com.


[tw5] Taking a Tiddler and seeing what link text was used to link to it for consistency?

2020-09-24 Thread leeand00
If I have many tiddlers in my tiddlywiki that reference a tiddler, I am 
able to see which ones in the references, but I'm interesting in seeing 
what the link text for the link to that tiddler is.

Is there a way to find this 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/5b64e63c-e69c-46d3-93d3-7342ebeab691n%40googlegroups.com.


[tw5] Re: unwanted space in, macro result

2020-09-24 Thread Hubert
Hi,

I haven't studied your code in its entirety (I'm currently on mobile) but 
maybe try adding \whitespace trim in the line immediately following your 
macro definition.

Good luck!
Hubert


On Thursday, 24 September 2020 at 19:14:03 UTC+1 jn.pierr...@gmail.com 
wrote:

> I have spaces surrounding the result of my macro call, even though the 
> result is spaceless. Yet again somethink that I must have overlooked...
>
> Here is the macros code:
>
> \define getWcagDir() <$transclude tiddler="$:/user/dict/wcag/ref/cat" 
> index="$(codeFamily)$"/>
> \define wcagTechDict(ref)
> <$set name="codeFamily" filter="[[$ref$]splitregexp[\d+]join[]]">
> <$macrocall $name="getWcagDir"/>
> 
> \end
> \define wcagUrl(ref)
> <$set name="base" value="https://www.w3.org/WAI/WCAG21/Techniques/;>
> <><>/$ref$ />
> 
> \end
>
> Here is the dictionnary $:/user/dict/wcag/ref/cat
>
> ARIA:aria
> C:css
> F:failures
> G:general
> H:html
> SCR:client-side-script
> SM:smil
> SVR:server-side-script
>
> Here is the user code with call to the wcagUrl macro
>
> SM8 in <> to <>
>
> Here is the result:
>
> SM8 in smil to https://www.w3.org/WAI/WCAG21/Techniques/ smil /SM8
>
> (with a link only from https: up to Techniques/ which is also a problem).
>
> I tried a trim[] after the join[] in the filter. It was redundant, it had 
> no effect.
>
> I tried an other definition for this macro:
>
> \define wcagUrl(ref)
> <$set name="base" value="https://www.w3.org/WAI/WCAG21/Techniques/;>
> <$set name="url" filter="[[] [] [/$ref$] 
> +[join[]]]">
> <>
> 
> 
> \end
>
> but the result is beyond me:
>
> SM8 in smil to <$set name="url" filter="] [] 
> [/SM8] +[join[]"> 
>
> (with a link from  up to +[join[ in the bargain).
>
> Any idea you gurus? (as an ancient Amiga owner, I respect much gurus!)
>
>
>
>

-- 
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/300fe5d0-a3c3-4fed-8d7b-f6ca1ef0414fn%40googlegroups.com.


[tw5] unwanted space in, macro result

2020-09-24 Thread Jean-Pierre Rivière
I have spaces surrounding the result of my macro call, even though the 
result is spaceless. Yet again somethink that I must have overlooked...

Here is the macros code:

\define getWcagDir() <$transclude tiddler="$:/user/dict/wcag/ref/cat" 
index="$(codeFamily)$"/>
\define wcagTechDict(ref)
<$set name="codeFamily" filter="[[$ref$]splitregexp[\d+]join[]]">
<$macrocall $name="getWcagDir"/>

\end
\define wcagUrl(ref)
<$set name="base" value="https://www.w3.org/WAI/WCAG21/Techniques/;>
<><>/$ref$ />

\end

Here is the dictionnary $:/user/dict/wcag/ref/cat

ARIA:aria
C:css
F:failures
G:general
H:html
SCR:client-side-script
SM:smil
SVR:server-side-script

Here is the user code with call to the wcagUrl macro

SM8 in <> to <>

Here is the result:

SM8 in smil to https://www.w3.org/WAI/WCAG21/Techniques/ smil /SM8

(with a link only from https: up to Techniques/ which is also a problem).

I tried a trim[] after the join[] in the filter. It was redundant, it had 
no effect.

I tried an other definition for this macro:

\define wcagUrl(ref)
<$set name="base" value="https://www.w3.org/WAI/WCAG21/Techniques/;>
<$set name="url" filter="[[] [] [/$ref$] 
+[join[]]]">
<>


\end

but the result is beyond me:

SM8 in smil to <$set name="url" filter="] [] 
[/SM8] +[join[]"> 

(with a link from  up to +[join[ in the bargain).

Any idea you gurus? (as an ancient Amiga owner, I respect much gurus!)



-- 
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/cf0dbe20-464a-42e0-96ef-3cfeef71154an%40googlegroups.com.


Re: [tw5] TiddlyTools/timer.html - major update

2020-09-24 Thread Atronoush Parsi
Hi Eric,
 This is a wonderful tool for Tiddlywiki. Many thanks for all your efforts.

Small suggestion:
- On Calendar it is useful to show Today in different colours

I was thinking how can I sync it with Google Calendar!!!

Atro


On Thu, Sep 24, 2020 at 8:52 AM Eric Shulman  wrote:

> Hi all,
>
> Just a quick announcement that http://TiddlyTools.com/timer.html has had
> a major overhaul:
>
> *TiddlyTools/Timer* has a new, vastly improved interface and has been
> renamed *TiddlyTools/Time/Timer*
> In addition, all other tiddlers have also been renamed from:
> *TiddlyTools/Timer/* *to: *TiddlyTools/Time/**
> Of course, this also includes changes to all internal references to
> "TiddlyTools/Timer".
>
> I know this may seem like a somewhat gratuitous name change with
> relatively little real value,
> but it makes for better overall naming consistency and will help me in the
> future as I continue
> to enhance and extend the "TiddlyTool/Time" functions and prepare to
> package it as a plugin.
>
> *If you have already installed the "TiddlyTools/Timer/*" tiddlers, you
> should discard those old*
> *tiddlers and import the newly renamed versions.*  Of course, you will
> also need to update any
> existing references (i.e., transclusions) of these tiddlers in your own
> document.
>
> Sorry for the big change, but I've been meaning to do this for quite a
> while and it was getting
> on my nerves.  I promise not to do anything like this again!
>
> -e
>
> --
> 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/6ae8c99f-1f08-4e65-bfbb-24f26bd16fbdo%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/CAKHVXmoyfmcghdA0rE6ryJ%3Dt0FM-Tc_iXiJj1ESfCSv0F9H9vA%40mail.gmail.com.


Re: [tw5] Re: April Mackenzie is looking for a place in Oxford (England)

2020-09-24 Thread TiddlyTweeter
Ciao Jeremy

"Long COVID" is a phrase that, pinpoints something real. Real, but 
something not yet well understood. Personally I seen it in a friend. It, in 
him, is recurrent neurological issues.

So long as in remissions you get a bit better each cycle it seems to relent 
... hope so.

Best wishes
TT



On Monday, 21 September 2020 22:30:17 UTC+2, Jeremy Ruston wrote:
>
> Thanks Ste and TT. After recovering from the bad bit of COVID in June I've 
> had a couple of minor relapses which suggest that I might have a degree of 
> "long COVID". Definitely not as bad as some of the stories I have read, and 
> I'm learning to manage it. I've been working away on Federatial client work 
> and on TW5 (see https://github.com/Jermolene/TiddlyWiki5/commits/master and 
> associated GitHub threads). Most importantly, I was able to spend plenty of 
> time over the summer with friends and family, making the most of the 
> opportunity before things get difficult again.
>
> As to moving to Oxford, I warmly encourage it! It's a glorious city that 
> is functionally a suburb of London while being riddled with rivers and 
> green spaces.
>
> Best wishes
>
> Jeremy
>
> --
> Jeremy Ruston
> jer...@jermolene.com 
> https://jermolene.com
>
> On 21 Sep 2020, at 19:52, Ste > wrote:
>
> Speaking of "The Founder.' he's been uncharacterisicly quiet for a while 
> or have I just missed his replies? 
> You ok Jeremy? 
>
> To answer April's question decent and cheap in Oxford is something of an 
> oxymoron :)
>
> On Monday, 21 September 2020 at 17:37:51 UTC+1 TiddlyTweeter wrote:
>
>> She writes me ...
>>
>> As I get older I'd like to live near The Founder for a while.
>>
>> TiddlyWiki is most interesting. 
>>
>>  
>>
>> My third daughter, Felice, is a computer scientist. She encouraged me.
>>
>>  
>>
>> It would not be stalking JR, just honor.
>>
>>  
>>
>> Are there decent cheapish places in the area to lodge in? 
>>
>>  
>>
>>  Yours, as ever, April
>>
>>
>> Suggestions can be sent to me privately to forward to April.
>> TT 
>>
> -- 
> 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 tiddl...@googlegroups.com .
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/tiddlywiki/a98afde7-6d90-4b7c-a695-6ce1b6ad900bn%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/3f6245a8-f1e0-4b20-ab33-f4f2b5ea46b2o%40googlegroups.com.


[tw5] Re: When running on node, disabling the Filesystem plugin has really nasty effects

2020-09-24 Thread dieg...@gmail.com
Sorry if this is obvious, but is there is a reason for this to be a plugin 
that can be disabled? 

On Thursday, September 24, 2020 at 4:32:55 AM UTC-5 PMario wrote:

> Hi, 
> I did create a PR with the new description. 
> https://github.com/Jermolene/TiddlyWiki5/pull/4865
> -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/a2b48016-0157-4cc6-8d1b-0b50d0f3c0b8n%40googlegroups.com.


[tw5] Re: Tiddlydesktop - What's the difference between adding a wiki file and a wiki folder?

2020-09-24 Thread 'Mark S.' via TiddlyWiki
A tiddlywiki file is a self-contained, single tiddlywiki. A tiddlywiki 
folder is a file folder (sometimes called a data folder) with sub-folders 
and configuration files that enables it to run with node.js. The individual 
tiddlers are stored as separate files on the disk. The folder approach is 
handy if you're working on a github project and only want to synchronize 
tiddlers that have change, or if you're using a service like dropbox and 
want to minimize bandwidth. However, the last time I checked, the problem 
with data folders on TD is that if you open a folder, and then close it, 
you can't open it again until you close down tiddly desktop completely, 
including any other tw files or folders.

On Thursday, September 24, 2020 at 9:03:55 AM UTC-7, Andy Pastuszak wrote:
>
> This is probably a dumb question, but what is a wifi folder vs a wiki file?
>
> Andy
>
>

-- 
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/4521a190-afd1-4794-be4d-8025f5cf7f6ao%40googlegroups.com.


[tw5] Tiddlydesktop - What's the difference between adding a wiki file and a wiki folder?

2020-09-24 Thread Andy Pastuszak
This is probably a dumb question, but what is a wifi folder vs a wiki file?

Andy

-- 
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/4528394e-a8da-4109-9ab3-a38b98930666n%40googlegroups.com.


[tw5] Re: Sticky Tiddler at top

2020-09-24 Thread Simon
Awesome!

Perfect!

Thanks
Simon

On Thursday, September 24, 2020 at 10:34:38 AM UTC-4 Eric Shulman wrote:

> On Thursday, September 24, 2020 at 5:04:18 AM UTC-7, Simon wrote:
>>
>> Quick question is it possible to have a particular tiddler ALWAYS be at 
>> the top? I.E. it is always the first one, any new ones get added BELow it?
>>
>
> If you add the tag "$:/tags/AboveStory" a tiddler, it will always be 
> displayed at the top.  However, this only displays the tiddler's text 
> content, without the tiddler frame, title, subtitle, or toolbar.  To show 
> the complete tiddler display, you can do the following:
>
> 1) Let's assume the tiddler you want to "pin" at the top is called 
> "MyStuff".
> 2) Don't tag "MyStuff" with $:/tags/AboveStory.
> 3) Instead, create another tiddler (e.g., "StickyTiddler") and tag it with 
> $:/tags/AboveStory.
> 3) Then, in that tiddler's text field, enter:
> {{MyStuff||$:/core/ui/ViewTemplate}}
>
> The above method is called "Transclusion with Templates" (see 
> https://tiddlywiki.com/#Transclusion%20with%20Templates)
>
> enjoy,
> -e
>

-- 
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/586c98bc-c07a-4474-971c-ab835d425779n%40googlegroups.com.


[tw5] Re: Sticky Tiddler at top

2020-09-24 Thread Eric Shulman
On Thursday, September 24, 2020 at 5:04:18 AM UTC-7, Simon wrote:
>
> Quick question is it possible to have a particular tiddler ALWAYS be at 
> the top? I.E. it is always the first one, any new ones get added BELow it?
>

If you add the tag "$:/tags/AboveStory" a tiddler, it will always be 
displayed at the top.  However, this only displays the tiddler's text 
content, without the tiddler frame, title, subtitle, or toolbar.  To show 
the complete tiddler display, you can do the following:

1) Let's assume the tiddler you want to "pin" at the top is called 
"MyStuff".
2) Don't tag "MyStuff" with $:/tags/AboveStory.
3) Instead, create another tiddler (e.g., "StickyTiddler") and tag it with 
$:/tags/AboveStory.
3) Then, in that tiddler's text field, enter:
{{MyStuff||$:/core/ui/ViewTemplate}}

The above method is called "Transclusion with Templates" (see 
https://tiddlywiki.com/#Transclusion%20with%20Templates)

enjoy,
-e

-- 
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/d5a1c7bd-c3c9-4a8a-8963-70c50f409dc2o%40googlegroups.com.


[tw5] Re: Sticky Tiddler at top

2020-09-24 Thread Birthe C
Are you searching for something like this 
https://groups.google.com/d/msg/tiddlywiki/MZ1y975f0m8/uXKDMbbyBgAJ

Birtthe

On Thursday, September 24, 2020 at 2:04:18 PM UTC+2, Simon wrote:
>
> Folks
>
> Quick question is it possible to have a particular tiddler ALWAYS be at 
> the top? I.E. it is always the first one, any new ones get added BELow it?
>
> I've done some googling and couldn't find the magic combo of keywords to 
> unlock it...
>
> Thanks
> Simon
>

-- 
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/e294140d-ccaa-479b-8c2c-d5efbf97646bo%40googlegroups.com.


[tw5] Sticky Tiddler at top

2020-09-24 Thread Simon
Folks

Quick question is it possible to have a particular tiddler ALWAYS be at the 
top? I.E. it is always the first one, any new ones get added BELow it?

I've done some googling and couldn't find the magic combo of keywords to 
unlock it...

Thanks
Simon

-- 
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/52b5fb50-56cf-4f8c-b265-e38347b2cb82n%40googlegroups.com.


Re: [tw5] Re: A small Plugin for a dramatic login-screen.

2020-09-24 Thread Jan

Hi HC,
very nice!
Your your tiddler names arebetter than my erratic ones. I did not see I 
typed styleshhed ;-)


Best wishes Jan




Am 21.09.2020 um 11:33 schrieb HC Haase:

HI Jan and everyone else.

I have solved the problem and now have a functioning mod of Jans very 
nice plugin :)


Thank you Jan for the info on how to tweak your plugin and thanks for 
building the first plugin. I think it is quite useful in a multi user 
wiki.


here is my mod. 
https://hchaase.github.io/HC-Plugins/#LoginCurtain-mod%20Introduction


This mod add

 1. modified login background to be more professional (e.g. boring)
 2. present a interface for picking a pre-made user.
 3. provide a user management tab in Control Panel/Info/login-settings.
 4. a button to create a user tiddler that also show what tiddlers the
user has made or modified.
 5. customisations of buttons, text and icons in Control
Panel/Info/login-settings.


have a look
torsdag den 10. september 2020 kl. 11.09.32 UTC+2 skrev HC Haase:

Hi Jan

I have been working on a mod of your plugin and it works*but only
in your login curtain wiki*. when I export the plugin to an empty
wiki, my mod don't work any more. I suspect, that there are some
tiddler not mentioned in the mod that do some stuff. I have looked
through the code, but I can't figure it out. If you could have a
look I would be very grateful.

what My mod do

I have tried to explain it in detail in the wiki.
The mod use the tiddler $:/Plugins/Screenwriting/WelcomeButton
(modifed) to show a list of predefined users to pic from. there is
a button to go to "guest" that gives the original login prompt,
and button to go to the list of predefined user again.

also adds some jazz for customisation and user management in settings.

link to my mod:
https://hchaase.github.io/tmp-logincurtain-mod/

onsdag den 1. april 2020 kl. 13.49.18 UTC+2 skrev HC Haase:



Could you maybe make version where you could let the user
change background and spalashscreen? That would be quite
useful

It is not so implement this because a splashcreen is
involved, so we can't easily transclude the content from a
tiddler use the normal stylsheet.
Or is there a possibility to do this?

I will make a small guide which  and classes to
modify to get the result you want. For example, if you do
not want the skeuomorph curtain, you can just remove the
gradients from .left-panel and .right-panel and replace it
by a normal bg-color.

Greetings Jan

Thank you Jan
I appreciate you have made the small guide. I will have a look
when I have time, and try to make a "corporate" friendly
version :)


btw the site has a double icon and input field going on, I
think it is because the icon tiddler is stil open in draft mode









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 tiddl...@googlegroups.com.

To view this discussion on the web visit

https://groups.google.com/d/msgid/tiddlywiki/7d3980d6-7919-47f3-ac8c-c5ef246afd2d%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/9e75b574-95c7-4d2c-8da5-6eec185363e0n%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/5F6C87DE.4020900%40googlemail.com.


[tw5] Re: TiddlyTools/timer.html - major update

2020-09-24 Thread TW Tones
Eric,

Epic piece of work Eric. With this and the normal extensibility to 
tiddlywiki there would be few calendar and timer issues features we do not 
have now.

I can't wait to build a new time management and scheduling solution for 
myself on top of these tools.

This is yet another opportunity for users to stand on the shoulders of 
giants and this time (as before) it is you.

With the calendars native listing of created and modified date items within 
the calendar, it is also an advantage just for management of tiddlers in 
general, allowing us to make full use of the "dominate unique and 
continuous line in the 4th dimension of time"

Some years ago I realise if you have a GPS and even a separate clock, such 
as that on your camera, (with synchronised times) you can always place a 
photo in a location by matching the times, who needs a GPS in your camera? 
(although we do).

Now because of this solution tiddlywiki can be an index against which any 
activity for which to have a date and time, can be linked.

Eventually I may release an Australian version of your TiddlyTools/Time/Events 
(annually?)

Thank you
Tony/Tones

On Thursday, 24 September 2020 15:22:34 UTC+10, Eric Shulman wrote:
>
> Hi all,
>
> Just a quick announcement that http://TiddlyTools.com/timer.html has had 
> a major overhaul:
>
> *TiddlyTools/Timer* has a new, vastly improved interface and has been 
> renamed *TiddlyTools/Time/Timer*
> In addition, all other tiddlers have also been renamed from: 
> *TiddlyTools/Timer/* *to: *TiddlyTools/Time/**
> Of course, this also includes changes to all internal references to 
> "TiddlyTools/Timer".
>
> I know this may seem like a somewhat gratuitous name change with 
> relatively little real value,
> but it makes for better overall naming consistency and will help me in the 
> future as I continue
> to enhance and extend the "TiddlyTool/Time" functions and prepare to 
> package it as a plugin.
>
> *If you have already installed the "TiddlyTools/Timer/*" tiddlers, you 
> should discard those old*
> *tiddlers and import the newly renamed versions.*  Of course, you will 
> also need to update any
> existing references (i.e., transclusions) of these tiddlers in your own 
> document.
>
> Sorry for the big change, but I've been meaning to do this for quite a 
> while and it was getting
> on my nerves.  I promise not to do anything like this again!
>
> -e
>

-- 
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/cf072a02-0abb-4651-ab18-91f5cb326514o%40googlegroups.com.


[tw5] Re: how to show the list macro result with icon ?

2020-09-24 Thread Eric Shulman
On Thursday, September 24, 2020 at 2:11:08 AM UTC-7, imleg...@gmail.com 
wrote:
>
> Here is the filter I use
> <$list filter="[prefix[Excel]tag[kp]]">
><$link />
> 
> Some of the tiddlers selected with icon field set.  So the tiddler itself 
> with a icon ahead.  Like the image shown. I want the icon shown in the list 
> result how to make it?
>

The icon field should contain either A) the name of an image tiddler, or B) 
a URL to an externally-stored image
To show this image, use the $transclude widget, like this:
<$list filter="[prefix[Excel]tag[kp]]">
   <$transclude tiddler={{!!icon}}/><$link />


Note: if you want the image to be included in the link, then write it this 
way:
<$list filter="[prefix[Excel]tag[kp]]">
   <$link><$transclude tiddler={{!!icon}}/><$text 
text={{!!title}}/>



enjoy,
-e

 
 

>  [image: 无标题.png]
>
>

-- 
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/6bc44264-dcbd-4ac7-9d94-315f24f79257o%40googlegroups.com.


[tw5] Re: how to show the list macro result with icon ?

2020-09-24 Thread PMario
Hi

Try

<$list filter="[prefix[Excel]tag[kp]]">
   <$transclude tiddler={{!!icon}}/> <$link />


You'll need to adjust some CSS settings, but it should do what you want. 

-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/f1cda944-739b-4181-91fa-0a5bb81ef7ebo%40googlegroups.com.


[tw5] Re: When running on node, disabling the Filesystem plugin has really nasty effects

2020-09-24 Thread PMario
Hi, 
I did create a PR with the new description. 
https://github.com/Jermolene/TiddlyWiki5/pull/4865
-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/73d589c8-f327-45c3-9f75-c7dd3efe431bo%40googlegroups.com.


[tw5] how to show the list macro result with icon ?

2020-09-24 Thread imleg...@gmail.com
Here is the filter I use

<$list filter="[prefix[Excel]tag[kp]]">
   <$link />


Some of the tiddlers selected with icon field set.  So the tiddler itself 
with a icon 
ahead.  Like the image shown. I want the icon shown in the list result how 
to make it? [image: 无标题.png]

-- 
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/4e7b0bbc-500a-405b-8ac3-9d801d9e48bcn%40googlegroups.com.


[tw5] Re: [plugin][annuncement] login for multi user wikis: LoginCurtain-mod

2020-09-24 Thread HC Haase
@tony

>
> Love it, as usual someone beat me to it. and did a better job.
>
 
Thanks... Oh I know that feeling when you have been working on something 
and pling, the other guy made it.. bitter sweet - I was so close but this 
other thing is good. Any way hope you can use it and feel free to mod the 
mod.

>
>
> I was going to call this, than login "WHO ARE YOU?"
>

you could edit the text ( in settings) to "WHO ARE YOU?"and "ARE YOU WHO" ;)

-- 
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/34651ff5-cc26-4694-a057-a024db4400c3n%40googlegroups.com.


[tw5] Re: When running on node, disabling the Filesystem plugin has really nasty effects

2020-09-24 Thread bra...@gmail.com
PMario schrieb am Mittwoch, 23. September 2020 um 19:49:27 UTC+2:

> Which exact text would have helped you to avoid the problem. I'll create a 
> pull-request, if you come up with a good text. 
>

Thanks! A clearer description would be "Synchronize changes from the 
node.js server to its local filesystem"
 

> The same is true for the TiddlyWeb plugin. Filesystem and TiddlyWeb always 
> work together at the moment. 
>

Good point. There, maybe the text could be "Synchronize changes from the 
browser to the TW5 (node.js) or TiddlyWeb server"

-- 
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/49bc631f-de27-48b5-bdd9-527ca7df3cd3n%40googlegroups.com.