[tw5] Re: How do I pass data to a list?

2021-07-03 Thread Eric Shulman
On Saturday, July 3, 2021 at 5:27:37 PM UTC-7 miket...@gmail.com wrote:

> <$list filter="[tag[{{!!*target*}}]]">


In filter syntax, *square brackets* surrounding the operand indicate that 
the operand is a *literal text value*.
When using a* field reference*, omit the square brackets and use *single 
curly braces* instead.
When using a *variable reference*, omit the square brackets and use *single 
angle brackets* instead.

Thus:
[tag[literaltext]]
[tag{!!fieldname}]
[tag]

So, for the example code you provided, you would write:
<$list filter="[tag{!!target}]">

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/49a76fbe-5153-4212-a5ef-e737ab3bab29n%40googlegroups.com.


[tw5] How do I pass data to a list?

2021-07-03 Thread Mike Andyl
I want to select a tag, and pass its name to the button for processing.
I use a field for this.

<$select field="*target*" default='(none)'>
(none)
<$list filter="[all[tiddlers]tags[]sort[title]]">
>><$view field="title"/>



<$button>
open filtered tiddlers [tag[{{!!*target*}}]]
<$list filter="[tag[{{!!*target*}}]]">
<$action-navigate $to={{!!title}}/>
<$action-sendmessage $message="tm-unfold-all-tiddlers"/>



But on the button, the field doesn't work. As if it were empty.
<$list filter="[tag[{{!!*target*}}]]">

If I write with my hands, then everything works.
<$list filter="[tag[*About*]]">
And on the button I see the correct name.
https://i.imgur.com/i8fhUH5.jpg

How to solve this problem 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/48d97345-7058-4a6c-b894-0720067a617cn%40googlegroups.com.


[tw5] Re: Menubar Customization / Sticky Titles

2021-07-03 Thread Mike Andyl
How did you solve this problem? I also ran into it and I haven’t gotten 
anything good yet.
The panel overlaps the buttons I want.
https://i.imgur.com/86gVY7s.jpg
понедельник, 1 июня 2020 г. в 13:54:53 UTC+3, Stobot: 

> Birthe - thanks, the padding setting you suggested worked great. 
>

-- 
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/a9d62378-16c0-41f7-866b-20bc35371c7en%40googlegroups.com.


Re: [tw5] Re: A weird request

2021-07-03 Thread David Gifford
Okay, here you go, an empty template with basic instructions and examples 
and a way to download. Mileage may vary on the CSS. 
https://giffmex.org/experiments/topicmaps.template.html. Try it and tell me 
what you think.

On Saturday, July 3, 2021 at 12:10:05 PM UTC-5 David Gifford wrote:

> No whittling needed. My actual view template is a list-search, so I can 
> search and filter results. I will put up a sample file in a moment.
>
>
>
>
> On Sat, Jul 3, 2021 at 11:11 AM Charlie Veniot  wrote:
>
>> With some fancy footwork, maybe a little extra filtering can whittle down 
>> the results to the sweet spot, so that all are not included.  Something to 
>> figure out on a case-by-case basis?
>>   
>>
>> On Saturday, July 3, 2021 at 11:36:45 AM UTC-3 Flibbles wrote:
>>
>>> I was just about to remark to the same effect. Backreferences only 
>>> includes links with string values, nothing else. But Relink has something a 
>>> little more powerful.
>>>
>>> You have a tiddler "$:/.giffmex/ViewTemplate/Backlinks", If you change 
>>> its contents to:
>>>
>>> <>> filter:"[!is[system]all[current]relink:backreferences[]!title[$:/StoryList]sort[title]]">>
>>>
>>> Then it will include all the references to a given tiddler at the bottom 
>>> of that tiddler. Downside: It will include them ALL. So tags, lists, 
>>> macros, references, transclusions. All will get listed there.
>>>
>>> On Saturday, July 3, 2021 at 10:33:29 AM UTC-4 cj.v...@gmail.com wrote:
>>>
 On Saturday, July 3, 2021 at 11:24:56 AM UTC-3 David Gifford wrote:
  

> Here is an example: Open  Acts exegesis 
> . 
> If you click the link in that tiddler to go to 
> Acts
>  
> 17 general 
>  
> , 
> you will see there is no link back to Acts exegesis at the bottom of the 
> tiddler.
>
>
 Looking at Acts 17 general, click on info, and click on Relink 
 references tab.  Relink gives a backlink to Acts exegesis.  Just a matter 
 of including Relink references to the standard TiddlyWiki backlinks.

>>> -- 
>>
> You received this message because you are subscribed to a topic in the 
>> Google Groups "TiddlyWiki" group.
>> To unsubscribe from this topic, visit 
>> https://groups.google.com/d/topic/tiddlywiki/LPOIaGiXiPY/unsubscribe.
>> To unsubscribe from this group and all its topics, send an email to 
>> tiddlywiki+...@googlegroups.com.
>>
> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/tiddlywiki/a7813b9c-3904-48c1-a27a-8c4a635047b9n%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/195df142-c68d-4b83-999e-5573e8a4c645n%40googlegroups.com.


Re: [tw5] Re: A weird request

2021-07-03 Thread David Gifford
No whittling needed. My actual view template is a list-search, so I can
search and filter results. I will put up a sample file in a moment.




On Sat, Jul 3, 2021 at 11:11 AM Charlie Veniot  wrote:

> With some fancy footwork, maybe a little extra filtering can whittle down
> the results to the sweet spot, so that all are not included.  Something to
> figure out on a case-by-case basis?
>
>
> On Saturday, July 3, 2021 at 11:36:45 AM UTC-3 Flibbles wrote:
>
>> I was just about to remark to the same effect. Backreferences only
>> includes links with string values, nothing else. But Relink has something a
>> little more powerful.
>>
>> You have a tiddler "$:/.giffmex/ViewTemplate/Backlinks", If you change
>> its contents to:
>>
>> <> filter:"[!is[system]all[current]relink:backreferences[]!title[$:/StoryList]sort[title]]">>
>>
>> Then it will include all the references to a given tiddler at the bottom
>> of that tiddler. Downside: It will include them ALL. So tags, lists,
>> macros, references, transclusions. All will get listed there.
>>
>> On Saturday, July 3, 2021 at 10:33:29 AM UTC-4 cj.v...@gmail.com wrote:
>>
>>> On Saturday, July 3, 2021 at 11:24:56 AM UTC-3 David Gifford wrote:
>>>
>>>
 Here is an example: Open  Acts exegesis
 .
 If you click the link in that tiddler to go to
 Acts
 17 general
  ,
 you will see there is no link back to Acts exegesis at the bottom of the
 tiddler.


>>> Looking at Acts 17 general, click on info, and click on Relink
>>> references tab.  Relink gives a backlink to Acts exegesis.  Just a matter
>>> of including Relink references to the standard TiddlyWiki backlinks.
>>>
>> --
> You received this message because you are subscribed to a topic in the
> Google Groups "TiddlyWiki" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/tiddlywiki/LPOIaGiXiPY/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to
> tiddlywiki+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/tiddlywiki/a7813b9c-3904-48c1-a27a-8c4a635047b9n%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/CANE%3DBFK4Fvg%3D3GbU9%3Do70Xr_49WuOMmbKXhx1-s10%3Dapd0xgrA%40mail.gmail.com.


[tw5] Re: Problem with TiddlyWiki 5 after importing EverNote.

2021-07-03 Thread 'Mark S.' via TiddlyWiki
Keep in mind that those instructions assume that you have tiddlywiki on 
node.js installed globally. 

Here's a script/command line example:

tiddlywiki --load tw-with-images.html  \
   --output test4 \
   --savetiddlers [is[image]] images \
   --setfield [is[image]] "_canonical_uri" \
"$:/core/templates/canonical-uri-external-image" \
"text/plain" \
   --setfield "[is[image]]" "text" "" "text/plain" \
   --rendertiddler "$:/core/save/all" "tw-external.html" "text/plain"

where tw-with-images.html is your source file, "images" is the name of the 
image directory, test4 is a directory where the output (images and html) 
will go, and tw-external.html is the new TW file where images have been 
replaced with external image links.

The caveat is that I think you can only run this once against your source 
file. I'm not sure what will happen with to images that have already been 
replaced with external uris. Likewise, double check any of your source 
image tiddlers that you have already replaced by hand with _canonical_uri 
paths. I'm sure someone smarter than me could improve the filtering in the 
above so that it skips images that use the _canonical_uri field.

Be sure to make backups before trying this!

Good luck!


On Saturday, July 3, 2021 at 3:00:43 AM UTC-7 miket...@gmail.com wrote:

> Can't do it, the instruction doesn't work
> https://groups.google.com/g/tiddlywiki/c/PueCb0KGmvM
>
> суббота, 3 июля 2021 г. в 04:05:56 UTC+3, Mark S.: 
>
>> If you scroll down on that tiddler the section *Creating external images 
>> under Node.js *explains how you can export all your images into a 
>> separate folder using node.js. But, of course, first you have to set up and 
>> run TiddlyWiki on node.js. After the image files are exported then you can 
>> convert your node TW instance back to a single file instance.
>>
>> Using the new (prerelease 24?)  and the zip plugin it might be able to 
>> come up with a solution that doesn't need node.js, but that would be all 
>> new territory.
>>
>> On Friday, July 2, 2021 at 5:11:23 PM UTC-7 miket...@gmail.com wrote:
>>
>>> 436 images. But I think the problem is with several very large BMP 
>>> files. They even take a few minutes to load like raw text. And now I want 
>>> to delete, and make the pictures external. 
>>> https://tiddlywiki.com/static/ExternalImages.html
>>>
>>>
>>> пятница, 2 июля 2021 г. в 23:46:44 UTC+3, Mark S.: 
>>>
 Congratulations -- when I imported Evernote, I didn't get any images!

 I think what's happening is that your TW is jam-packed with images. To 
 verify this theory, go to the "Filter" tab of the advanced search and try 
 this filter:

 [all[tiddlers]get[type]prefix[image]count[]]

 What is the number you see?

 In the meanwhile, when using the "More" tab, avoid using the "Recent" 
 sub tab which requires a lot of rendering.





-- 
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/74f050c7-61b8-422b-90ba-17e9ba6f5f6en%40googlegroups.com.


Re: [tw5] Re: A weird request

2021-07-03 Thread Charlie Veniot
With some fancy footwork, maybe a little extra filtering can whittle down 
the results to the sweet spot, so that all are not included.  Something to 
figure out on a case-by-case basis?
  

On Saturday, July 3, 2021 at 11:36:45 AM UTC-3 Flibbles wrote:

> I was just about to remark to the same effect. Backreferences only 
> includes links with string values, nothing else. But Relink has something a 
> little more powerful.
>
> You have a tiddler "$:/.giffmex/ViewTemplate/Backlinks", If you change its 
> contents to:
>
> < filter:"[!is[system]all[current]relink:backreferences[]!title[$:/StoryList]sort[title]]">>
>
> Then it will include all the references to a given tiddler at the bottom 
> of that tiddler. Downside: It will include them ALL. So tags, lists, 
> macros, references, transclusions. All will get listed there.
>
> On Saturday, July 3, 2021 at 10:33:29 AM UTC-4 cj.v...@gmail.com wrote:
>
>> On Saturday, July 3, 2021 at 11:24:56 AM UTC-3 David Gifford wrote:
>>  
>>
>>> Here is an example: Open  Acts exegesis 
>>> . 
>>> If you click the link in that tiddler to go to 
>>> Acts
>>>  
>>> 17 general 
>>>  , 
>>> you will see there is no link back to Acts exegesis at the bottom of the 
>>> tiddler.
>>>
>>>
>> Looking at Acts 17 general, click on info, and click on Relink references 
>> tab.  Relink gives a backlink to Acts exegesis.  Just a matter of including 
>> Relink references to the standard TiddlyWiki backlinks.
>>
>

-- 
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/a7813b9c-3904-48c1-a27a-8c4a635047b9n%40googlegroups.com.


[tw5] Re: How do I clear a text field?

2021-07-03 Thread Soren Bjornstad
I wonder if your shell is trying to interpret the [is[image]] as a glob and 
passing a bad filter to TiddlyWiki – have you tried putting that parameter 
in quotes? (It appears to work right in Bash, but not sure what shell 
you're using.)

Also, can you run other commands against *mynewwiki* successfully?

I use this command line myself in a build script that runs every day and it 
works fine for me, so I don't think the instructions are wrong in the 
general case.

On Friday, July 2, 2021 at 6:30:39 PM UTC-5 miket...@gmail.com wrote:

> In the ExternalImages documentation, I need to enter a command to clear 
> old information.
> *--setfield [is[image]] text "" text/plain* 
> https://tiddlywiki.com/static/ExternalImages.html
>
> But this command doesn't work! And it throws an error 
> *ERR_INVALID_ARG_TYPE*
> https://i.imgur.com/UThaiys.jpg
>
> This is written about the setfield command.
> *templatetitle* - the tiddler to wikify into the specified field. If 
> blank or missing then the specified *field is deleted *
> https://tiddlywiki.com/static/SetFieldCommand.html
>
> What should be the command to remove old information in this case?
>

-- 
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/9f9444bd-c7d3-43c2-9fbe-ed05db455775n%40googlegroups.com.


[tw5] Re: List with tags and links to topics

2021-07-03 Thread Soren Bjornstad
Generally, the only time you should use an  tag in TiddlyWiki is for 
external links. Otherwise, <$link> makes more sense, as this handles some 
functionality for you, like adding the # and applying appropriate styles if 
the tiddler is missing, a shadow tiddler, etc.

As for why what you did didn't work, this is never valid syntax in 
TiddlyWiki:

attribute="text{{transclusion}}"

Within attributes, transclusions are not evaluated within quotes. Thus, the 
value of an attribute can be either a constant value in quotes, *or* a 
transclusion (<>, {{field}}, or {{{filtered}}}) -- not both. If 
you need to concatenate several things in the value of an attribute, you 
can use either a macro with text substitution:

\define concat() text$(transclusion)$

<$set transclusion={{transclusion}}>
<$widget attribute=<>/>


Or a filtered transclusion:

<$widget attribute={{{ [[text]addsuffix{transclusion}] }}}/>

On Saturday, July 3, 2021 at 10:18:15 AM UTC-5 miket...@gmail.com wrote:

> I love this kind of list I found in the documentation.
> https://i.imgur.com/4Hh7Rcs.jpg
>
>
>
>
>
>
> *<$list 
> filter="[tag[Features]sort[title]]"><>{{||$:/core/ui/ViewTemplate/tags}}*
>
> But I want to be able to click on the headings to navigate. And it just 
> doesn't work (only Camel case on example).
> I tried to put it inside the HTML but it doesn't work.
>
>
> * href="#<>"><> href="#{{!!title}}">{{!!title}}*
>
> Variables <> {{!!title}} are not readable inside the HTML 
> tag <> and no links are received.
>
> https://i.imgur.com/QD3MXR1.jpg

-- 
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/114d0bc9-cb08-42a2-a48b-6e2b3a447708n%40googlegroups.com.


Re: [tw5] Re: A weird request

2021-07-03 Thread David Gifford
Hey everyone, thanks!!! That works great. World domination is in reach! I
may never need to bother anyone at the Google forum again. Thanks again!




On Sat, Jul 3, 2021 at 9:36 AM Flibbles 
wrote:

> I was just about to remark to the same effect. Backreferences only
> includes links with string values, nothing else. But Relink has something a
> little more powerful.
>
> You have a tiddler "$:/.giffmex/ViewTemplate/Backlinks", If you change its
> contents to:
>
> < filter:"[!is[system]all[current]relink:backreferences[]!title[$:/StoryList]sort[title]]">>
>
> Then it will include all the references to a given tiddler at the bottom
> of that tiddler. Downside: It will include them ALL. So tags, lists,
> macros, references, transclusions. All will get listed there.
>
> On Saturday, July 3, 2021 at 10:33:29 AM UTC-4 cj.v...@gmail.com wrote:
>
>> On Saturday, July 3, 2021 at 11:24:56 AM UTC-3 David Gifford wrote:
>>
>>
>>> Here is an example: Open  Acts exegesis
>>> .
>>> If you click the link in that tiddler to go to
>>> Acts
>>> 17 general
>>>  ,
>>> you will see there is no link back to Acts exegesis at the bottom of the
>>> tiddler.
>>>
>>>
>> Looking at Acts 17 general, click on info, and click on Relink references
>> tab.  Relink gives a backlink to Acts exegesis.  Just a matter of including
>> Relink references to the standard TiddlyWiki backlinks.
>>
> --
> You received this message because you are subscribed to a topic in the
> Google Groups "TiddlyWiki" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/tiddlywiki/LPOIaGiXiPY/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to
> tiddlywiki+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/tiddlywiki/652dfc8e-20b2-4549-abc4-d8c42a541a04n%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/CANE%3DBFJ52%2Bazjq65aGpDQCRAwbdjRCYr33vL5LCDOfHB2gFipw%40mail.gmail.com.


[tw5] Re: List with tags and links to topics

2021-07-03 Thread amreus
Could use a link widget...

**




*<$list 
filter="[tag[Features]sort[title]]"><$link/>{{||$:/core/ui/ViewTemplate/tags}}*
 

On Saturday, July 3, 2021 at 11:18:15 AM UTC-4 miket...@gmail.com wrote:

> I love this kind of list I found in the documentation.
> https://i.imgur.com/4Hh7Rcs.jpg
>
>
>
>
>
>
> *<$list 
> filter="[tag[Features]sort[title]]"><>{{||$:/core/ui/ViewTemplate/tags}}*
>
> But I want to be able to click on the headings to navigate. And it just 
> doesn't work (only Camel case on example).
> I tried to put it inside the HTML but it doesn't work.
>
>
> * href="#<>"><> href="#{{!!title}}">{{!!title}}*
>
> Variables <> {{!!title}} are not readable inside the HTML 
> tag <> and no links are received.
>
> https://i.imgur.com/QD3MXR1.jpg

-- 
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/2bc3d966-e0c5-4c3f-894a-817af9f9e57cn%40googlegroups.com.


[tw5] List with tags and links to topics

2021-07-03 Thread Mike Andyl
I love this kind of list I found in the documentation.
https://i.imgur.com/4Hh7Rcs.jpg






*<$list 
filter="[tag[Features]sort[title]]"><>{{||$:/core/ui/ViewTemplate/tags}}*

But I want to be able to click on the headings to navigate. And it just 
doesn't work (only Camel case on example).
I tried to put it inside the HTML but it doesn't work.


*<>{{!!title}}*

Variables <> {{!!title}} are not readable inside the HTML 
tag <> and no links are received.

https://i.imgur.com/QD3MXR1.jpg

-- 
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/2394feae-a8b0-497a-871c-fa89134c2955n%40googlegroups.com.


[tw5] Re: How do I send a newline character from a button?

2021-07-03 Thread Mike Andyl
Thanks a lot, I wouldn't have checked it myself! ))

суббота, 3 июля 2021 г. в 17:37:31 UTC+3, Eric Shulman: 

> On Saturday, July 3, 2021 at 6:08:35 AM UTC-7 miket...@gmail.com wrote:
>
>> Let's say I have a code for a button:
>> <$button>
>> <$action-sendmessage $message="tm-new-tiddler"
>> text='Line 1 Line 2'
>> />
>> New
>> 
>> How can I split the lines so that in the editor they would be in a couple 
>> of lines, and not one?
>
>
> Symbolic newlines such as "\r\n" are not supported within parameter 
> values, but you *can* embed *actual* newlines in the parameter value, 
> like this:
> <$action-sendmessage $message="tm-new-tiddler"
> text='Line 1
> Line 2'/>
>
> 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/1a6bd205-01ad-4bfc-9751-ec391ad0dacbn%40googlegroups.com.


Re: [tw5] Re: A weird request

2021-07-03 Thread Charlie Veniot
Arg, forgot to include link to related conversation:  Get backlinks from 
fields 

On Saturday, July 3, 2021 at 11:33:29 AM UTC-3 Charlie Veniot wrote:

> On Saturday, July 3, 2021 at 11:24:56 AM UTC-3 David Gifford wrote:
>  
>
>> Here is an example: Open  Acts exegesis 
>> . If 
>> you click the link in that tiddler to go to 
>> Acts
>>  
>> 17 general 
>>  , 
>> you will see there is no link back to Acts exegesis at the bottom of the 
>> tiddler.
>>
>>
> Looking at Acts 17 general, click on info, and click on Relink references 
> tab.  Relink gives a backlink to Acts exegesis.  Just a matter of including 
> Relink references to the standard TiddlyWiki backlinks.
>

-- 
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/3d458adb-7c20-406e-89d1-821f86c3fe4fn%40googlegroups.com.


Re: [tw5] Re: A weird request

2021-07-03 Thread Charlie Veniot


On Saturday, July 3, 2021 at 11:24:56 AM UTC-3 David Gifford wrote:
 

> Here is an example: Open  Acts exegesis 
> . If 
> you click the link in that tiddler to go to 
> Acts
>  
> 17 general 
>  , 
> you will see there is no link back to Acts exegesis at the bottom of the 
> tiddler.
>
>
Looking at Acts 17 general, click on info, and click on Relink references 
tab.  Relink gives a backlink to Acts exegesis.  Just a matter of including 
Relink references to the standard TiddlyWiki backlinks.

-- 
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/70868146-3086-41b8-b9e1-b05fb913cd24n%40googlegroups.com.


[tw5] Re: How do I send a newline character from a button?

2021-07-03 Thread Eric Shulman
On Saturday, July 3, 2021 at 6:08:35 AM UTC-7 miket...@gmail.com wrote:

> Let's say I have a code for a button:
> <$button>
> <$action-sendmessage $message="tm-new-tiddler"
> text='Line 1 Line 2'
> />
> New
> 
> How can I split the lines so that in the editor they would be in a couple 
> of lines, and not one?


Symbolic newlines such as "\r\n" are not supported within parameter values, 
but you *can* embed *actual* newlines in the parameter value, like this:
<$action-sendmessage $message="tm-new-tiddler"
text='Line 1
Line 2'/>

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/c95177a4-4883-47c4-bf18-c5d31bdcf9e9n%40googlegroups.com.


Re: [tw5] Re: A weird request

2021-07-03 Thread Flibbles
I was just about to remark to the same effect. Backreferences only includes 
links with string values, nothing else. But Relink has something a little 
more powerful.

You have a tiddler "$:/.giffmex/ViewTemplate/Backlinks", If you change its 
contents to:

<>

Then it will include all the references to a given tiddler at the bottom of 
that tiddler. Downside: It will include them ALL. So tags, lists, macros, 
references, transclusions. All will get listed there.

On Saturday, July 3, 2021 at 10:33:29 AM UTC-4 cj.v...@gmail.com wrote:

> On Saturday, July 3, 2021 at 11:24:56 AM UTC-3 David Gifford wrote:
>  
>
>> Here is an example: Open  Acts exegesis 
>> . If 
>> you click the link in that tiddler to go to 
>> Acts
>>  
>> 17 general 
>>  , 
>> you will see there is no link back to Acts exegesis at the bottom of the 
>> tiddler.
>>
>>
> Looking at Acts 17 general, click on info, and click on Relink references 
> tab.  Relink gives a backlink to Acts exegesis.  Just a matter of including 
> Relink references to the standard TiddlyWiki backlinks.
>

-- 
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/652dfc8e-20b2-4549-abc4-d8c42a541a04n%40googlegroups.com.


Re: [tw5] Re: A weird request

2021-07-03 Thread David Gifford
Hi Tones and Flibbles, thanks again for coming to the rescue.

1. Flibbles, thanks for that snippet. It works great! Now when I rename a 
tiddler, the macro gets renamed too.

2. Also, I was wrong about searching, or at least it works now. If I search 
for "Subtiddler", which is referenced in my mapline macro in "Host 
tiddler", the search results in clude "Host tiddler". So I am all set in 
terms of searching.

3. The only thing lacking is that this be bi-directional. When I go to 
tiddler B that is referenced in a mapline macro in tiddler A, my view 
template that lists backlinks does not show a link to tiddler A. So, links 
in the macro are not being recognized as backlinks.

Here is an example: Open  Acts exegesis 
. If 
you click the link in that tiddler to go to 
Acts
 
17 general 
 , 
you will see there is no link back to Acts exegesis at the bottom of the 
tiddler.

The macro can be found here: $:/.giffmex/Macro/mapline 

 

The viewtemplate tiddler can be found here: 
$:/.giffmex/ViewTemplate/Backlinks 


4. This would basically be a new form of footnoting and/or transcluding: I 
paste the macro, add a title in the single quote marks, and voila, readers 
have a modal to view the additional text without losing their place, and 
the link is there in case they want to open to print it, or if I want to 
open to edit it. It is also a new form of writing/reading. The basic text 
would be concise lines, the skeleton of the argument, as simple or as 
elaborate as I wish. And the meat (lists, tables, quotes, evidence, etc) 
would be in the modals. Readers only need to open the modals they want to. 
Much easier than plodding through a long stream of dense paragraphs.


On Friday, July 2, 2021 at 10:09:30 PM UTC-5 Flibbles wrote:

> Hey. I'm unsure why Relink isn't able to address this. It should be able 
> to rename, AND it should be able to show you all references where that 
> macro is used.
>
> Are you saying that the macro argument to mapline isn't getting relinked?
>
> I'm looking at your showModal(tid) that you posted. That would easily be 
> able to relink "tid" if you include a relink declaration
>
> \relink showModal tid
> \define showModel(tid)
> blah blah blah
> \end
>
> Am I misunderstanding your problem?
> On Thursday, July 1, 2021 at 9:22:49 PM UTC-4 David Gifford wrote:
>
>> Hi Tones thanks for the response. See replies below
>>
>> On Thu, Jul 1, 2021 at 7:21 PM TW Tones  wrote:
>>
>>> David,
>>>
>>> I think I have a possible answer, but can not yet repeat your code and 
>>> see what is actually does as a start. Can you share the showModal macro and 
>>> any other dependencies please?.
>>>
>>
>> This isn't the file I am referring to, but it is the same showmodal code: 
>> https://giffmex.org/wiki/nt1.a.html#%24%3A%2F.giffmex%2FEric%2FShowModal, 
>> a gift from Eric, slightly modified by me.
>>
>>>
>>> Also when you say "I can write a line in Clipboard", could you share 
>>> more, because I think there may be further automation and simplification 
>>> possible.
>>>
>>
>> What I mean is, I will have an edit-text window for the tiddler 
>> Clipboard, to have open in any tiddler, as an editTemlate tiddler. My hope 
>> is to be able to type a phrase in the Clipboard tiddler, and click an 
>> editortoolbar button to stamp the following: @@.map1 XX @@<> 'XX'>> <$link to='XX'>{{$:/core/images/link}} 
>>
>> Where XX = the present text of the Clipboard tiddler.
>>
>> Then I would clear Clipboard and add new text, and hit the editor toolbar 
>> button again.
>>
>>>
>>> Thanks
>>> Tones
>>>
>>> On Friday, 2 July 2021 at 09:39:27 UTC+10 David Gifford wrote:
>>>
 Hi everyone

 I managed to create a macro where I would add <>>> delicious">> and in view mode it would show the equivalent of 

 <$view tiddler="$tiddler$" field="title"/> 
 <> <>>> "$tiddler$">>

 It was a super fast  workflow and kept my tiddler pretty clean. I was 
 so happy to have figured that out on my own. But I quickly realized that 
 the links do not create backlinks, and te relink plugin doesn't rename 
 them. And searching won't show the tiddler where the macro is.

 Now I am wondering: Is there a better way? I am thinking an 
 editortoolbar button that 

 1) grabs the text of another tiddler where I paste that line of text 
 (let's say the tiddler is titled "Clipboard" and I have written in the 
 text 
 field, Ice cream is delicious
 2) stamps the following:
 @@.map1 Ice cream is delicious. @@<>>> delicious'>> <$link to=' Ice cream is 
 

[tw5] Re: How do I send a newline character from a button?

2021-07-03 Thread Mike Andyl
No, this is for the finished text, but I need it for the editor.

суббота, 3 июля 2021 г. в 16:24:05 UTC+3, Siniy-Kit: 

> Line 1  Line 2
>
> суббота, 3 июля 2021 г. в 16:08:35 UTC+3, miket...@gmail.com: 
>
>> Let's say I have a code for a button:
>> <$button>
>> <$action-sendmessage $message="tm-new-tiddler"
>> text='Line 1 Line 2'
>> />
>> New
>> 
>>
>> How can I split the lines so that in the editor they would be in a couple 
>> of lines, and not one?
>>
>> Line 1
>> Line 2
>>
>> Similar to "/r/n"
>
>

-- 
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/ac365449-7077-457b-8110-4a71687b1d98n%40googlegroups.com.


Re: [tw5] Tiddlywiki is the best instrument for making on-line collections!

2021-07-03 Thread Mohammad Rahmani
Hi Siniy-kit,

 It is good to hear from you! I recommend preparing a small tutorial that
lets interested people use your JS code
with their Tiddlywiki! Perhaps an online repo could be better.

Best wishes
Mohammad


On Sat, Jul 3, 2021 at 4:50 PM Siniy-Kit  wrote:

> Hi. Years ago I wrote a little javascript to teach my empty
> tiddlywiki.html download data from googlespreadsheet by id and work like a
> little on-line store with cart  and on-line paying by cards.  So people can
> make copy of my googlespeadsheet template put their data to it and "open"
> their stores on my (or their) site.
>
> Two days ago I find  this
> https://heeg.ru/shop2_2.html?id=16JELK8FYfS5hByHcX-XT1Z9x5M5xjUMz4g9p_LJczKw#regular_RF
> in logs of my site
> Somebody start creating his on-line collection of coins by copy of my
> spreadsheet
> https://docs.google.com/spreadsheets/d/16JELK8FYfS5hByHcX-XT1Z9x5M5xjUMz4g9p_LJczKw/edit#gid=1907265902
> !
>
> Many people collect something (coins, stamps...) and* Tiddllywiki with
> its macros and filters can become  a good instrument to make  digital
> collection with sorting by year, material, country and so on*. You can
> make your collection on-line, or send solo html by e-mail. Tiddlywiki
> has strong sides, and we can use 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/f5c21c17-2e16-4e74-9d82-681823401afan%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/CAAV1gMAdKjCHYKuzR7Z9XMn9Zr%3DCbMAHqf-PF6UFfirjQFdpbQ%40mail.gmail.com.


[tw5] Re: How do I send a newline character from a button?

2021-07-03 Thread Siniy-Kit
Line 1  Line 2

суббота, 3 июля 2021 г. в 16:08:35 UTC+3, miket...@gmail.com: 

> Let's say I have a code for a button:
> <$button>
> <$action-sendmessage $message="tm-new-tiddler"
> text='Line 1 Line 2'
> />
> New
> 
>
> How can I split the lines so that in the editor they would be in a couple 
> of lines, and not one?
>
> Line 1
> Line 2
>
> Similar to "/r/n"

-- 
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/3012adda-6c6e-48d4-b3ab-e1c1ad3da63dn%40googlegroups.com.


[tw5] How do I send a newline character from a button?

2021-07-03 Thread Mike Andyl
Let's say I have a code for a button:
<$button>
<$action-sendmessage $message="tm-new-tiddler"
text='Line 1 Line 2'
/>
New


How can I split the lines so that in the editor they would be in a couple 
of lines, and not one?

Line 1
Line 2

Similar to "/r/n"

-- 
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/54fb32e0-434c-42f6-ab1d-50acf4d43279n%40googlegroups.com.


[tw5] How to read field data for a button?

2021-07-03 Thread Mike Andyl
After Evernote I have many fields for url records "*source-url*".
I want to make a button to launch this address.
But how do you pass the value *source-url* to *param *for the button?

<$button message="tm-open-external-window" *param*="https://tiddlywiki.com; 
>
Open ~TiddlyWiki - Button


Of course, I can do everything by hand, but maybe the automation can do 
everything quickly by itself, the data is already there!

-- 
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/09736098-e923-440a-b009-ddb0c0fca643n%40googlegroups.com.


[tw5] Tiddlywiki is the best instrument for making on-line collections!

2021-07-03 Thread Siniy-Kit
Hi. Years ago I wrote a little javascript to teach my empty tiddlywiki.html 
download data from googlespreadsheet by id and work like a little on-line 
store with cart  and on-line paying by cards.  So people can make copy of 
my googlespeadsheet template put their data to it and "open" their stores 
on my (or their) site.

Two days ago I find  
this  
https://heeg.ru/shop2_2.html?id=16JELK8FYfS5hByHcX-XT1Z9x5M5xjUMz4g9p_LJczKw#regular_RF
 
in logs of my site
Somebody start creating his on-line collection of coins by copy of my 
spreadsheet 
https://docs.google.com/spreadsheets/d/16JELK8FYfS5hByHcX-XT1Z9x5M5xjUMz4g9p_LJczKw/edit#gid=1907265902
 
! 

Many people collect something (coins, stamps...) and* Tiddllywiki with its 
macros and filters can become  a good instrument to make  digital 
collection with sorting by year, material, country and so on*. You can make 
your collection on-line, or send solo html by e-mail. Tiddlywiki has strong 
sides, and we can use 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/f5c21c17-2e16-4e74-9d82-681823401afan%40googlegroups.com.


[tw5] Re: Problem with TiddlyWiki 5 after importing EverNote.

2021-07-03 Thread Mike Andyl
Can't do it, the instruction doesn't work
https://groups.google.com/g/tiddlywiki/c/PueCb0KGmvM

суббота, 3 июля 2021 г. в 04:05:56 UTC+3, Mark S.: 

> If you scroll down on that tiddler the section *Creating external images 
> under Node.js *explains how you can export all your images into a 
> separate folder using node.js. But, of course, first you have to set up and 
> run TiddlyWiki on node.js. After the image files are exported then you can 
> convert your node TW instance back to a single file instance.
>
> Using the new (prerelease 24?)  and the zip plugin it might be able to 
> come up with a solution that doesn't need node.js, but that would be all 
> new territory.
>
> On Friday, July 2, 2021 at 5:11:23 PM UTC-7 miket...@gmail.com wrote:
>
>> 436 images. But I think the problem is with several very large BMP files. 
>> They even take a few minutes to load like raw text. And now I want to 
>> delete, and make the pictures external. 
>> https://tiddlywiki.com/static/ExternalImages.html
>>
>>
>> пятница, 2 июля 2021 г. в 23:46:44 UTC+3, Mark S.: 
>>
>>> Congratulations -- when I imported Evernote, I didn't get any images!
>>>
>>> I think what's happening is that your TW is jam-packed with images. To 
>>> verify this theory, go to the "Filter" tab of the advanced search and try 
>>> this filter:
>>>
>>> [all[tiddlers]get[type]prefix[image]count[]]
>>>
>>> What is the number you see?
>>>
>>> In the meanwhile, when using the "More" tab, avoid using the "Recent" 
>>> sub tab which requires a lot of rendering.
>>>
>>>
>>>
>>>

-- 
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/66da37ca-6e70-4be0-a1ef-f3d35bdb2091n%40googlegroups.com.


[tw5] Re: Streams : "strange behaviour" when transcluding a root tiddler

2021-07-03 Thread ludwa6
That's an interesting UseCase, @FrD -and a powerful affordance, @Saq.  Love 
it!
Puts me to wonder (not exactly on-topic, but related): is there some such 
simple script i could plug into a tiddler to display a list of all the 
other tiddlers that have any n>0 number of nodes (i.e. Streams) attached?

/walt

On Friday, July 2, 2021 at 9:55:17 PM UTC+1 FrD wrote:

> Thanks !
>
> It works perfectly.
>
> Best regards
> FrD
>
> Le vendredi 2 juillet 2021 à 22:25:02 UTC+2, saq.i...@gmail.com a écrit :
>
>> Since the nodes are separate tiddlers, they don't show up with a normal 
>> transclusion.
>> You need to transclude through a template: 
>>
>> {{TiddlerTitleHere||$:/plugins/sq/streams/nodes-list-template}}
>>
>> On Friday, July 2, 2021 at 9:27:45 PM UTC+2 FrD wrote:
>>
>>> Hi (specially Saq) !
>>>
>>> Thank you Saq for your fine piece of sofware. Its works flawlessly for 
>>> my occasionnal note taking (or organizing).
>>> Recently I've being trying to organize notes from watching a video.
>>> I wanted to transclude in a tiddler, below the video, the root tiddler 
>>> of my notes : {{Personal Notes for Class 01}}. And nothing shows.
>>> Maybe I missed something from the documentation ...
>>> I've tried on your demo site to transclude the tiddler "Streams 0.2 
>>> improvements" inside a new tiddler and same problem. The only tiddlers that 
>>> are showing as transclusions are the "leaf" tiddlers.
>>>
>>> Is there a way to make a root tiddler appear when transcluded ?
>>>
>>> Thanks in advance
>>>
>>> Best regards
>>> FrD
>>>
>>

-- 
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/bfc29e1d-f7dd-4789-8154-147548a9d38dn%40googlegroups.com.


Re: [tw5] Re: Shiraz list-content (experimental)

2021-07-03 Thread Mohammad Rahmani
Hi Mark,
 It is here

https://kookma.github.io/TW-Shiraz/#Tutorial%20List%20and%20Search

It is stable and you can use it in your project! I recommend using Shiraz
instead of extracting part of it!


Best wishes
Mohammad


On Sat, Jul 3, 2021 at 12:00 AM Mark  wrote:

> Hi Mohammad,
>
> I could put this list-content macro to use in a project I'm working on. Is
> it available to experiment with? I could not find it at
> https://kookma.github.io/TW-Shiraz/
>
> Thanks!
>
> mck
>
> On Friday, June 4, 2021 at 9:14:28 AM UTC-7 Mohammad wrote:
>
>> Shiraz has a list-search which is very handy and list filtered tiddlers
>> with a search box lets you search in results!
>> Shiraz has a lot of features that lets you create new tools with more
>> ease!
>>
>> I have implemented another list macro called list-content! BUT I'm not
>> sure if it has already been published (introduced) by another
>> user/developer!
>>
>> The list-content is actually a search box, but instead of displaying
>> titles, it displays the tiddler with its content!
>>
>> As soon as it find any results it shows
>>
>> 1. each result as a Card
>> 2. The resulting tiddler is displayed with title, subtitle, tags and text
>> 3. It is possible to have multi column result or truncate the text and
>> show part of text
>>
>>
>>
>> Best wishes
>> Mohammad
>>
> --
> 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/82b849c9-0c68-4230-9e08-bec2afd3cc91n%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/CAAV1gMCkNb%3DO6d%3DfWj1dV75DRMfOmjtdp4K-uu_A2ok%3DmT8hSQ%40mail.gmail.com.