[tw5] Re: Timelines Plugin

2019-08-08 Thread Mohammad
Hi Christian,
 I am glad you found Timelines useful! Don't forget you can use custom 
template and customize the content to be displayed
in many ways! No need to know how Timelines work just use simple TW 
template!

Cheers
Mohammad

On Thursday, August 8, 2019 at 7:23:30 PM UTC+4:30, Christian Macedo wrote:
>
> second that sentiment. I've been looking for a way to do this for ages.
> Use case? Sorting out the sequence of events on news items where the 
> information comes in dribs and drabs.

-- 
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/eb90055e-08ba-4317-b6dc-f070db4da7ce%40googlegroups.com.


[tw5] Re: Polly (2) -- Downloads as HUB

2019-08-08 Thread Mohammad
One more suggestion

It is good if a small plugin in Tiddlywiki side (NOT browser itself) send a 
signal to Polly when the save button in Wiki id pressed for example write a 
small txt file in a Temp or download folder
and then Polly understand there was an event to take action!


-- 
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/5adeeb96-2a57-42c2-995d-2253da9f647a%40googlegroups.com.


[tw5] Re: Polly (2) -- Downloads as HUB

2019-08-08 Thread Mohammad
Thats true!

As Mario recommended, I recommend to have some simple setting just to make 
backup and other advanced for making zip etc.
The download folder on windows is known so set it and lets user only change 
the user name

One confusion is! I have set the automatic backup I changed something in 
browser and save it and want to refresh! What should I do
stay 60 sec to see if polly have done her job? Or stop polly make a backup 
using O (once) and return to browser!

One solution: Instead of time period for saving lets polly scan the 
download folder and if a change is detected then start the backup!
I recommend what Riz has used in his Timimi addon 

--Mohammad

On Friday, August 9, 2019 at 12:08:07 AM UTC+4:30, @TiddlyTweeter wrote:
>
> Mark S. wrote:
>>
>> Hi Mohammad,
>>
>> The ini file itself, however it's created, is very simple. Much simpler 
>> than the JSON files required for Bob or TiddlyServer. 
>> We should probably include a sample ini for people who want to hand-roll 
>> their own.
>>
>
> "Ini" is a very old standard. It is probably the simplest setting system 
> ever.
>
> Polly does not need anything more complex. And ini files in her do a lot, 
> simply.
>
> Part of our issue is we developed already something so featured (Restore, 
> Backup. Zip Archive, Parrot)  that can be run via a menu, or automated in 
> two ways.
>
> The very richness is a sign we got  it right. I think Mark & I stumbled on 
> an obvious that is very rich. I am not even sure even we yet understand 
> fully ourselves yet  the territory we wander in.
>
> But I do think documentation needs work because Polly is  SO flex
>
> TT
>
>
>
>
>> Here's a variation of one I actually use. Note that currently you have to 
>> specifically tell polly what files you want to 
>> restore. We hope to add the ability for polly to automatically restore 
>> all the directories in a given directory. That ability
>> will have to come with some caveats. For instance, if someone wanted 
>> files to be automatically restored that are 
>> in the downloads directory, there might be a clash of files.
>>
>> Thanks !
>>
>>
>> [general]
>> downloaddir=C:\users\mark\Downloads
>> backupzipdir=C:\Users\Mark\Downloads\polly-backup-zip
>> backupdir=C:\Users\Mark\Downloads\polly-backup
>> ; --- TIMING: seconds to wait between checks
>> waitseconds=60
>> ; --- WIKIS DIRECTORY (optional): useful if all wiki are nest under one 
>> directory
>> wikidir=C:\temp\tony
>> ; --- LIST OF WIKIS FOR RESTORE PROCESS
>> [wikis]
>> ;file1=C:\temp\wikis\notes\noter.html
>> ;file2=C:\temp\wikis\todu.html
>> file3=C:\temp\wikis\to.du.htm
>> ;file4=D:\data\Wikis\notes\notes.html
>> file5=D:\data\TW2014\Todo.html
>> ;file6=C:\Users\Mark\Downloads\notees-n-scratches.html
>> file7=D:\data\Wikis\bible\Bible.html 
>> ;file8=D:\data\TW2014\Galaxy_Notes.html
>> ;file9=D:\data\TW2014\TW-Personal-v5.html 
>> ; --- LIST OF PARROTS
>> ;   Parrots are copies of files "restored" to locations other than the 
>> ;   original location. They are matched with the original restore
>> ;   files by stem and extension.
>> [parrots]
>> file1=C:\temp\parrots\notees-n-scratches.html
>> file3=C:\temp\parrots\to.du.htm
>>
>>
>>
>>
>> On Thursday, August 8, 2019 at 11:35:16 AM UTC-7, Mohammad wrote:
>>>
>>> Great job Mark,
>>>  I have downloaded and run the polly.bat created setting.ini and 
>>> followed instruction!
>>>
>>> I think normal users need simpler setting!
>>>
>>> One question:
>>>  Why the downloads do not removed from download folder? This 
>>> make C:\Users\xxx\Downloads
>>> quickly loads with a lot of .html files!
>>>
>>> --Mohammad
>>>
>>> If I open a wiki and save using Chrome does polly take it to 
>>>
>>> On Thursday, August 8, 2019 at 9:23:18 PM UTC+4:30, Mark S. wrote:

 Github is so incredibly opaque!

 I haven't had a chance to check out your code at all -- I was spending 
 my time fighting the GH monster, and 
 still not sure I have it right.

 But for the moment, the code has a home at:

 https://github.com/Marxsal/polly/tree/master

 There is a developer branch (select from the branch drop-down) which 
 includes your test files. So people
 can decide if they want just the basics or the full kit.

 I haven't run your update, but I notice that shim.bat is gone. 
 Hopefully that was deliberate? I think when
 things are settled we'll just use the base name for the main powershell 
 script rather than a name-by-version
 one.


 Thanks!

 On Thursday, August 8, 2019 at 2:11:52 AM UTC-7, @TiddlyTweeter wrote:
>
> PMario
>
> The ZIP contains 5 executables, that can potentially break my system, 
>> if I run them in the wrong order.
>
>
> That is untrue! Don't scare people off! 
>
> None of them will do anything but throw error messages until you 
> unlocked them and provide settings.
>
> The other download, the test system, is 

[tw5] Re: Polly (2) -- Downloads as HUB

2019-08-08 Thread Mohammad
It seems polly confuses to detect this file

test-1.0.0.html

While it was successful to backup test1.html

--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/02557632-e3f6-44df-8e6b-44189ddaa4bc%40googlegroups.com.


Re: [tw5] Re: Competition for v5.1.21 artwork

2019-08-08 Thread TonyM
Post script

This thread implies the impending release of 5.1.20, without asking for a 
commitment, have we an indicator when this may happen? 

I am about to put something into "the wild" and would love to include 
5.1.20 features. In fact remove some workarounds even if 5.1.21 follows 
shortly after.


yours humbly
Tony



On Friday, August 9, 2019 at 8:25:34 AM UTC+10, TonyM wrote:
>
> I'd prefer cute

-- 
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/514ef7a6-6aa8-4c3f-96a4-1409ab104940%40googlegroups.com.


[tw5] Re: Transcluding an image from another tiddler's icon field

2019-08-08 Thread TonyM
Adrien,

Your example is so complex, I would advise extracting the simplest example 
of the problem you face and sharing that. You may even solve your problem  
in the process. It is a lot to ask volunteers more than you have to. 

Tiddlywiki documents its own mechanisiums well. If you can find it in the 
tiddlywiki.com documentation try looking inside tiddletwiki itself. For 
example the title is displayed on tiddlers with 
$:/core/ui/ViewTemplate/title and this will show the icon if it is 
provided. Looking inside this tiddler we see it access the icon as follows

<$set name="foregroundColor" value={{!!color}}>
>>
<$transclude tiddler={{!!icon}}/>



Will this work for your problem?

Otherwise please restate the issue with a minimal case if at all possible.

Regards
Tony

On Friday, August 9, 2019 at 4:42:15 AM UTC+10, Adrien F wrote:
>
> On multiple occasions I need to have buttons display the icon from the 
> "icon" field of another tiddler. In this other tiddler the "icon" field is 
> the name of a tiddler that is not an image but is using a FontAwesome 
> macro. (I also tried on multiple occasions using an svg as the tiddler 
> referenced by the icon field, so I don't think that's the problem)
>
> I tried my best for the past week to find a solution to this problem by 
> myself with online resources but I can't find this very topic mentioned 
> anywhere and the solution keeps eluding me.
>
> For instance this is the content of a modified tabs macro I'm using :
>
> Enter code here...\define viewmode-icon-tabs(tabsList,default,state:
> "$:/state/tab",class,template,buttonTemplate,retain)
> 
> 
> <$list filter="$tabsList$" variable="currentTab"><$set name=
> "save-currentTiddler" value=<>><$tiddler tiddler=<<
> currentTab>>><$button set=<> setTo=<> 
> default="$default$" selectedClass="tc-tab-selected" tooltip={{!!tooltip}}>
> <$tiddler tiddler=<>>
> <$set name="tv-wikilinks" value="no">
>
> <$setvars
> _currentTab=<>
> _currentTabIcon=[[currentTab!!icon]]
> tabIcon="\{{\ currentTabIcon \}}\">
>
> <>
> <$image src=<> />
>
>
> <$transclude tiddler=<> field="role"/>
>
> <$transclude tiddler="$buttonTemplate$" mode="inline">
> <$macrocall $name="tabIconPath" $type="image/svg+xml" $output="image/svg+
> xml"/>
> 
> 
>
> 
> 
> 
> 
> <$list filter="$tabsList$" variable="currentTab">
>
> <$reveal type="match" state=<> text=<> 
> default="$default$" retain="""$retain$""">
>
> <$transclude tiddler="$template$" mode="block">
>
> <$transclude tiddler=<> mode="block"/>
>
> 
>
> 
>
> 
> 
> 
> \end
>
>
> And this is the result whatever I try with my variables. Developper tools 
> confirm that the image src is undefined.
>
> [image: no-tab-icons.png]
>
> The closest I got to transcluding the icon was with using 
>
> <$transclude tiddler=<> field="role"/>
>
> ... wich made the tabs display the name of the tiddler containing the 
> FontAwesome macro.
>
> Hints ?
>

-- 
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/61cfcc3d-4583-419c-9206-548f8cc03dc7%40googlegroups.com.


[tw5] Re: Code Patter Wanted - List only items in both lists

2019-08-08 Thread TonyM
Bimlas

As I read this 

   - the first set/run is listed
   - The second run lists those in the first set but not those in the 
   second set 
   - Then the filter as a whole is the first set but *not* those "*not* in 
   the second set"
   - This is a double negative so in effect saying is list the first set 
   but *only* those in the second set.

I now face the challenges of getting the set names from fields, and 
converting the set names into the list of members in those sets and passing 
those into your suggested filter.

Thanks
Tony


On Friday, August 9, 2019 at 12:18:07 AM UTC+10, bimlas wrote:
>
> Not the best, but at least it works. [a b c] is the first set, [b c d] is 
> the second.
>
> [enlist[a b c]] -[enlist[a b c]!enlist[b c d]]
>

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/014c443c-383a-44a4-9377-ea9125f4ad57%40googlegroups.com.


Re: [tw5] Re: Competition for v5.1.21 artwork

2019-08-08 Thread TonyM
I'd prefer cute

-- 
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/eabf9f8e-5060-48ae-a9d9-7090919b0de1%40googlegroups.com.


[tw5] Re: TW5 Looking for Mat's side editor

2019-08-08 Thread Mat
Birthe C wrote:
>
> As far as I remember, you had an earlier version working a little 
> different. 
>

Aha, I don't remember this, thanks. In the ...eventual... update I should 
at least remove the drag handle if it is not usable.

<:-) 

-- 
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/1a287eb5-2a30-4d03-be4a-d571b75a2938%40googlegroups.com.


[tw5] Re: Polly (2) -- Downloads as HUB

2019-08-08 Thread Mohammad
Thanks for clarification Mark!

This is a useful piece of work and I see it works as a small portable 
backup tool!

--Mohammad

On Thursday, August 8, 2019 at 11:24:05 PM UTC+4:30, Mark S. wrote:
>
> Hi Mohammad,
>
> I haven't tried the setting.ini creator yet -- That's Josiah's production. 
> He's says he's not a programmer, but I'm
> not so sure ;-)
>
> The ini file itself, however it's created, is very simple. Much simpler 
> than the JSON files required for Bob or TiddlyServer. 
> We should probably include a sample ini for people who want 
> to hand-roll their own.
>
> Here's a variation of one I actually use. Note that currently you have to 
> specifically tell polly what files you want to 
> restore. We hope to add the ability for polly to automatically restore all 
> the directories in a given directory. That ability
> will have to come with some caveats. For instance, if someone wanted files 
> to be automatically restored that are 
> in the downloads directory, there might be a clash of files.
>
> Thanks !
>
>
> [general]
> downloaddir=C:\users\mark\Downloads
> backupzipdir=C:\Users\Mark\Downloads\polly-backup-zip
> backupdir=C:\Users\Mark\Downloads\polly-backup
> ; --- TIMING: seconds to wait between checks
> waitseconds=60
> ; --- WIKIS DIRECTORY (optional): useful if all wiki are nest under one 
> directory
> wikidir=C:\temp\tony
> ; --- LIST OF WIKIS FOR RESTORE PROCESS
> [wikis]
> ;file1=C:\temp\wikis\notes\noter.html
> ;file2=C:\temp\wikis\todu.html
> file3=C:\temp\wikis\to.du.htm
> ;file4=D:\data\Wikis\notes\notes.html
> file5=D:\data\TW2014\Todo.html
> ;file6=C:\Users\Mark\Downloads\notees-n-scratches.html
> file7=D:\data\Wikis\bible\Bible.html 
> ;file8=D:\data\TW2014\Galaxy_Notes.html
> ;file9=D:\data\TW2014\TW-Personal-v5.html 
> ; --- LIST OF PARROTS
> ;   Parrots are copies of files "restored" to locations other than the 
> ;   original location. They are matched with the original restore
> ;   files by stem and extension.
> [parrots]
> file1=C:\temp\parrots\notees-n-scratches.html
> file3=C:\temp\parrots\to.du.htm
>
>
>
>
> On Thursday, August 8, 2019 at 11:35:16 AM UTC-7, Mohammad wrote:
>>
>> Great job Mark,
>>  I have downloaded and run the polly.bat created setting.ini and followed 
>> instruction!
>>
>> I think normal users need simpler setting!
>>
>> One question:
>>  Why the downloads do not removed from download folder? This 
>> make C:\Users\xxx\Downloads
>> quickly loads with a lot of .html files!
>>
>> --Mohammad
>>
>> If I open a wiki and save using Chrome does polly take it to 
>>
>> On Thursday, August 8, 2019 at 9:23:18 PM UTC+4:30, Mark S. wrote:
>>>
>>> Github is so incredibly opaque!
>>>
>>> I haven't had a chance to check out your code at all -- I was spending 
>>> my time fighting the GH monster, and 
>>> still not sure I have it right.
>>>
>>> But for the moment, the code has a home at:
>>>
>>> https://github.com/Marxsal/polly/tree/master
>>>
>>> There is a developer branch (select from the branch drop-down) which 
>>> includes your test files. So people
>>> can decide if they want just the basics or the full kit.
>>>
>>> I haven't run your update, but I notice that shim.bat is gone. Hopefully 
>>> that was deliberate? I think when
>>> things are settled we'll just use the base name for the main powershell 
>>> script rather than a name-by-version
>>> one.
>>>
>>>
>>> Thanks!
>>>
>>> On Thursday, August 8, 2019 at 2:11:52 AM UTC-7, @TiddlyTweeter wrote:

 PMario

 The ZIP contains 5 executables, that can potentially break my system, 
> if I run them in the wrong order.


 That is untrue! Don't scare people off! 

 None of them will do anything but throw error messages until you 
 unlocked them and provide settings.

 The other download, the test system, is potentially dangerous but I 
 factored that in to prevent it running unless it is in a defined test 
 environment.

 BUT,* I do acknowledge* that Mark & I chose to do development in 
 public here, rather than do it through GitHub. That is not normal & maybe 
 confusing!

 Best wishes
 TT

 On Thursday, 8 August 2019 10:38:20 UTC+2, PMario wrote:
>
> ... Why do I need this info?
>
> The ZIP contains 5 executables, that can potentially break my system, 
> if I run them in the wrong order.
>
> have fun!
> 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/67cf7f4f-fbd9-4c77-8de5-08f6e7e829e5%40googlegroups.com.


[tw5] Re: Polly (2) -- Downloads as HUB

2019-08-08 Thread @TiddlyTweeter
Mark S. wrote:
>
> Hi Mohammad,
>
> The ini file itself, however it's created, is very simple. Much simpler 
> than the JSON files required for Bob or TiddlyServer. 
> We should probably include a sample ini for people who want to hand-roll 
> their own.
>

"Ini" is a very old standard. It is probably the simplest setting system 
ever.

Polly does not need anything more complex. And ini files in her do a lot, 
simply.

Part of our issue is we developed already something so featured (Restore, 
Backup. Zip Archive, Parrot)  that can be run via a menu, or automated in 
two ways.

The very richness is a sign we got  it right. I think Mark & I stumbled on 
an obvious that is very rich. I am not even sure even we yet understand 
fully ourselves yet  the territory we wander in.

But I do think documentation needs work because Polly is  SO flex

TT




> Here's a variation of one I actually use. Note that currently you have to 
> specifically tell polly what files you want to 
> restore. We hope to add the ability for polly to automatically restore all 
> the directories in a given directory. That ability
> will have to come with some caveats. For instance, if someone wanted files 
> to be automatically restored that are 
> in the downloads directory, there might be a clash of files.
>
> Thanks !
>
>
> [general]
> downloaddir=C:\users\mark\Downloads
> backupzipdir=C:\Users\Mark\Downloads\polly-backup-zip
> backupdir=C:\Users\Mark\Downloads\polly-backup
> ; --- TIMING: seconds to wait between checks
> waitseconds=60
> ; --- WIKIS DIRECTORY (optional): useful if all wiki are nest under one 
> directory
> wikidir=C:\temp\tony
> ; --- LIST OF WIKIS FOR RESTORE PROCESS
> [wikis]
> ;file1=C:\temp\wikis\notes\noter.html
> ;file2=C:\temp\wikis\todu.html
> file3=C:\temp\wikis\to.du.htm
> ;file4=D:\data\Wikis\notes\notes.html
> file5=D:\data\TW2014\Todo.html
> ;file6=C:\Users\Mark\Downloads\notees-n-scratches.html
> file7=D:\data\Wikis\bible\Bible.html 
> ;file8=D:\data\TW2014\Galaxy_Notes.html
> ;file9=D:\data\TW2014\TW-Personal-v5.html 
> ; --- LIST OF PARROTS
> ;   Parrots are copies of files "restored" to locations other than the 
> ;   original location. They are matched with the original restore
> ;   files by stem and extension.
> [parrots]
> file1=C:\temp\parrots\notees-n-scratches.html
> file3=C:\temp\parrots\to.du.htm
>
>
>
>
> On Thursday, August 8, 2019 at 11:35:16 AM UTC-7, Mohammad wrote:
>>
>> Great job Mark,
>>  I have downloaded and run the polly.bat created setting.ini and followed 
>> instruction!
>>
>> I think normal users need simpler setting!
>>
>> One question:
>>  Why the downloads do not removed from download folder? This 
>> make C:\Users\xxx\Downloads
>> quickly loads with a lot of .html files!
>>
>> --Mohammad
>>
>> If I open a wiki and save using Chrome does polly take it to 
>>
>> On Thursday, August 8, 2019 at 9:23:18 PM UTC+4:30, Mark S. wrote:
>>>
>>> Github is so incredibly opaque!
>>>
>>> I haven't had a chance to check out your code at all -- I was spending 
>>> my time fighting the GH monster, and 
>>> still not sure I have it right.
>>>
>>> But for the moment, the code has a home at:
>>>
>>> https://github.com/Marxsal/polly/tree/master
>>>
>>> There is a developer branch (select from the branch drop-down) which 
>>> includes your test files. So people
>>> can decide if they want just the basics or the full kit.
>>>
>>> I haven't run your update, but I notice that shim.bat is gone. Hopefully 
>>> that was deliberate? I think when
>>> things are settled we'll just use the base name for the main powershell 
>>> script rather than a name-by-version
>>> one.
>>>
>>>
>>> Thanks!
>>>
>>> On Thursday, August 8, 2019 at 2:11:52 AM UTC-7, @TiddlyTweeter wrote:

 PMario

 The ZIP contains 5 executables, that can potentially break my system, 
> if I run them in the wrong order.


 That is untrue! Don't scare people off! 

 None of them will do anything but throw error messages until you 
 unlocked them and provide settings.

 The other download, the test system, is potentially dangerous but I 
 factored that in to prevent it running unless it is in a defined test 
 environment.

 BUT,* I do acknowledge* that Mark & I chose to do development in 
 public here, rather than do it through GitHub. That is not normal & maybe 
 confusing!

 Best wishes
 TT

 On Thursday, 8 August 2019 10:38:20 UTC+2, PMario wrote:
>
> ... Why do I need this info?
>
> The ZIP contains 5 executables, that can potentially break my system, 
> if I run them in the wrong order.
>
> have fun!
> 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 

[tw5] Re: TW5 Looking for Mat's side editor

2019-08-08 Thread Birthe C
Hi Mat,

As far as I remember, you had an earlier version working a little 
different. I remember fiddling around with your stylesheet to make it work 
on my small screen. The last version is absolutely the easiest to use and 
always fit.


Birthe

-- 
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/9a6a9d1d-0e99-4dfb-b07b-c065a099cfd6%40googlegroups.com.


[tw5] Re: Polly (2) -- Downloads as HUB

2019-08-08 Thread 'Mark S.' via TiddlyWiki
Hi Mohammad,

I haven't tried the setting.ini creator yet -- That's Josiah's production. 
He's says he's not a programmer, but I'm
not so sure ;-)

The ini file itself, however it's created, is very simple. Much simpler 
than the JSON files required for Bob or TiddlyServer. 
We should probably include a sample ini for people who want 
to hand-roll their own.

Here's a variation of one I actually use. Note that currently you have to 
specifically tell polly what files you want to 
restore. We hope to add the ability for polly to automatically restore all 
the directories in a given directory. That ability
will have to come with some caveats. For instance, if someone wanted files 
to be automatically restored that are 
in the downloads directory, there might be a clash of files.

Thanks !


[general]
downloaddir=C:\users\mark\Downloads
backupzipdir=C:\Users\Mark\Downloads\polly-backup-zip
backupdir=C:\Users\Mark\Downloads\polly-backup
; --- TIMING: seconds to wait between checks
waitseconds=60
; --- WIKIS DIRECTORY (optional): useful if all wiki are nest under one 
directory
wikidir=C:\temp\tony
; --- LIST OF WIKIS FOR RESTORE PROCESS
[wikis]
;file1=C:\temp\wikis\notes\noter.html
;file2=C:\temp\wikis\todu.html
file3=C:\temp\wikis\to.du.htm
;file4=D:\data\Wikis\notes\notes.html
file5=D:\data\TW2014\Todo.html
;file6=C:\Users\Mark\Downloads\notees-n-scratches.html
file7=D:\data\Wikis\bible\Bible.html 
;file8=D:\data\TW2014\Galaxy_Notes.html
;file9=D:\data\TW2014\TW-Personal-v5.html 
; --- LIST OF PARROTS
;   Parrots are copies of files "restored" to locations other than the 
;   original location. They are matched with the original restore
;   files by stem and extension.
[parrots]
file1=C:\temp\parrots\notees-n-scratches.html
file3=C:\temp\parrots\to.du.htm




On Thursday, August 8, 2019 at 11:35:16 AM UTC-7, Mohammad wrote:
>
> Great job Mark,
>  I have downloaded and run the polly.bat created setting.ini and followed 
> instruction!
>
> I think normal users need simpler setting!
>
> One question:
>  Why the downloads do not removed from download folder? This 
> make C:\Users\xxx\Downloads
> quickly loads with a lot of .html files!
>
> --Mohammad
>
> If I open a wiki and save using Chrome does polly take it to 
>
> On Thursday, August 8, 2019 at 9:23:18 PM UTC+4:30, Mark S. wrote:
>>
>> Github is so incredibly opaque!
>>
>> I haven't had a chance to check out your code at all -- I was spending my 
>> time fighting the GH monster, and 
>> still not sure I have it right.
>>
>> But for the moment, the code has a home at:
>>
>> https://github.com/Marxsal/polly/tree/master
>>
>> There is a developer branch (select from the branch drop-down) which 
>> includes your test files. So people
>> can decide if they want just the basics or the full kit.
>>
>> I haven't run your update, but I notice that shim.bat is gone. Hopefully 
>> that was deliberate? I think when
>> things are settled we'll just use the base name for the main powershell 
>> script rather than a name-by-version
>> one.
>>
>>
>> Thanks!
>>
>> On Thursday, August 8, 2019 at 2:11:52 AM UTC-7, @TiddlyTweeter wrote:
>>>
>>> PMario
>>>
>>> The ZIP contains 5 executables, that can potentially break my system, if 
 I run them in the wrong order.
>>>
>>>
>>> That is untrue! Don't scare people off! 
>>>
>>> None of them will do anything but throw error messages until you 
>>> unlocked them and provide settings.
>>>
>>> The other download, the test system, is potentially dangerous but I 
>>> factored that in to prevent it running unless it is in a defined test 
>>> environment.
>>>
>>> BUT,* I do acknowledge* that Mark & I chose to do development in public 
>>> here, rather than do it through GitHub. That is not normal & maybe 
>>> confusing!
>>>
>>> Best wishes
>>> TT
>>>
>>> On Thursday, 8 August 2019 10:38:20 UTC+2, PMario wrote:

 ... Why do I need this info?

 The ZIP contains 5 executables, that can potentially break my system, 
 if I run them in the wrong order.

 have fun!
 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/c67cbfa7-98a3-40d3-b116-01ec490d8090%40googlegroups.com.


[tw5] Transcluding an image from another tiddler's icon field

2019-08-08 Thread Adrien F
On multiple occasions I need to have buttons display the icon from the 
"icon" field of another tiddler. In this other tiddler the "icon" field is 
the name of a tiddler that is not an image but is using a FontAwesome 
macro. (I also tried on multiple occasions using an svg as the tiddler 
referenced by the icon field, so I don't think that's the problem)

I tried my best for the past week to find a solution to this problem by 
myself with online resources but I can't find this very topic mentioned 
anywhere and the solution keeps eluding me.

For instance this is the content of a modified tabs macro I'm using :

Enter code here...\define viewmode-icon-tabs(tabsList,default,state:
"$:/state/tab",class,template,buttonTemplate,retain)


<$list filter="$tabsList$" variable="currentTab"><$set name=
"save-currentTiddler" value=<>><$tiddler tiddler=<<
currentTab>>><$button set=<> setTo=<> default
="$default$" selectedClass="tc-tab-selected" tooltip={{!!tooltip}}>
<$tiddler tiddler=<>>
<$set name="tv-wikilinks" value="no">

<$setvars
_currentTab=<>
_currentTabIcon=[[currentTab!!icon]]
tabIcon="\{{\ currentTabIcon \}}\">

<>
<$image src=<> />


<$transclude tiddler=<> field="role"/>

<$transclude tiddler="$buttonTemplate$" mode="inline">
<$macrocall $name="tabIconPath" $type="image/svg+xml" $output="image/svg+xml
"/>







<$list filter="$tabsList$" variable="currentTab">

<$reveal type="match" state=<> text=<> 
default="$default$" retain="""$retain$""">

<$transclude tiddler="$template$" mode="block">

<$transclude tiddler=<> mode="block"/>








\end


And this is the result whatever I try with my variables. Developper tools 
confirm that the image src is undefined.

[image: no-tab-icons.png]

The closest I got to transcluding the icon was with using 

<$transclude tiddler=<> field="role"/>

... wich made the tabs display the name of the tiddler containing the 
FontAwesome macro.

Hints ?

-- 
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/da8651fc-bb7d-4c97-aa54-07a149912860%40googlegroups.com.


[tw5] Re: Polly (2) -- Downloads as HUB

2019-08-08 Thread Mohammad
Great job Mark,
 I have downloaded and run the polly.bat created setting.ini and followed 
instruction!

I think normal users need simpler setting!

One question:
 Why the downloads do not removed from download folder? This 
make C:\Users\xxx\Downloads
quickly loads with a lot of .html files!

--Mohammad

If I open a wiki and save using Chrome does polly take it to 

On Thursday, August 8, 2019 at 9:23:18 PM UTC+4:30, Mark S. wrote:
>
> Github is so incredibly opaque!
>
> I haven't had a chance to check out your code at all -- I was spending my 
> time fighting the GH monster, and 
> still not sure I have it right.
>
> But for the moment, the code has a home at:
>
> https://github.com/Marxsal/polly/tree/master
>
> There is a developer branch (select from the branch drop-down) which 
> includes your test files. So people
> can decide if they want just the basics or the full kit.
>
> I haven't run your update, but I notice that shim.bat is gone. Hopefully 
> that was deliberate? I think when
> things are settled we'll just use the base name for the main powershell 
> script rather than a name-by-version
> one.
>
>
> Thanks!
>
> On Thursday, August 8, 2019 at 2:11:52 AM UTC-7, @TiddlyTweeter wrote:
>>
>> PMario
>>
>> The ZIP contains 5 executables, that can potentially break my system, if 
>>> I run them in the wrong order.
>>
>>
>> That is untrue! Don't scare people off! 
>>
>> None of them will do anything but throw error messages until you unlocked 
>> them and provide settings.
>>
>> The other download, the test system, is potentially dangerous but I 
>> factored that in to prevent it running unless it is in a defined test 
>> environment.
>>
>> BUT,* I do acknowledge* that Mark & I chose to do development in public 
>> here, rather than do it through GitHub. That is not normal & maybe 
>> confusing!
>>
>> Best wishes
>> TT
>>
>> On Thursday, 8 August 2019 10:38:20 UTC+2, PMario wrote:
>>>
>>> ... Why do I need this info?
>>>
>>> The ZIP contains 5 executables, that can potentially break my system, if 
>>> I run them in the wrong order.
>>>
>>> have fun!
>>> 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/d60784ae-9415-4b87-9971-848ac866a928%40googlegroups.com.


[tw5] Re: TW5 Looking for Mat's side editor

2019-08-08 Thread Jon
Thanks Mat.

I'll keep a look out for it!

Regards
Jon

On Thursday, 8 August 2019 17:22:41 UTC+1, Mat wrote:
>
> Jon - I think you're right! I suspect this has not worked for a long time 
> and I don't know what might have changed it. I vaguely recall issues,or 
> maybe it was requests, for TW autoexpanding editors to how much content was 
> in them which seems to be relevant for this matter. I don't know. 
>
> An update will come... but, frankly, it might take a lng time.
>
> <:-)
>

-- 
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/e6d6c088-8c6e-47fc-b6cf-7c1e62ddde52%40googlegroups.com.


[tw5] Re: Polly (2) -- Downloads as HUB

2019-08-08 Thread @TiddlyTweeter
https://github.com/Marxsal/polly/tree/master What you did there is great.

Hopefully it will help the anally retentive realise we are (1) serious; (2) 
know what we are doing.

On Thursday, 8 August 2019 19:27:47 UTC+2, @TiddlyTweeter wrote:
>
> Mark S. wrote:
>>
>> Github is so incredibly opaque!
>>
>> I haven't had a chance to check out your code at all -- I was spending my 
>> time fighting the GH monster, and 
>> still not sure I have it right.
>>
>> But for the moment, the code has a home at:
>>
>> https://github.com/Marxsal/polly/tree/master
>>
>> There is a developer branch (select from the branch drop-down) which 
>> includes your test files. So people
>> can decide if they want just the basics or the full kit.
>>
>> I haven't run your update, but I notice that shim.bat is gone. Hopefully 
>> that was deliberate? 
>>
>
> yeah. I wanted to see what a forced minimal might look like an behave.
>
> I thought also about reduce and add back.
>
> TT
>
>
>  
>
>> I think when
>> things are settled we'll just use the base name for the main powershell 
>> script rather than a name-by-version
>> one.
>>
>>
>> Thanks!
>>
>> On Thursday, August 8, 2019 at 2:11:52 AM UTC-7, @TiddlyTweeter wrote:
>>>
>>> PMario
>>>
>>> The ZIP contains 5 executables, that can potentially break my system, if 
 I run them in the wrong order.
>>>
>>>
>>> That is untrue! Don't scare people off! 
>>>
>>> None of them will do anything but throw error messages until you 
>>> unlocked them and provide settings.
>>>
>>> The other download, the test system, is potentially dangerous but I 
>>> factored that in to prevent it running unless it is in a defined test 
>>> environment.
>>>
>>> BUT,* I do acknowledge* that Mark & I chose to do development in public 
>>> here, rather than do it through GitHub. That is not normal & maybe 
>>> confusing!
>>>
>>> Best wishes
>>> TT
>>>
>>> On Thursday, 8 August 2019 10:38:20 UTC+2, PMario wrote:

 ... Why do I need this info?

 The ZIP contains 5 executables, that can potentially break my system, 
 if I run them in the wrong order.

 have fun!
 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/cef7c61e-178b-4fc9-9a56-97a8246abe89%40googlegroups.com.


[tw5] Re: Polly (2) -- Downloads as HUB

2019-08-08 Thread @TiddlyTweeter
Mark S. wrote:
>
> Github is so incredibly opaque!
>
> I haven't had a chance to check out your code at all -- I was spending my 
> time fighting the GH monster, and 
> still not sure I have it right.
>
> But for the moment, the code has a home at:
>
> https://github.com/Marxsal/polly/tree/master
>
> There is a developer branch (select from the branch drop-down) which 
> includes your test files. So people
> can decide if they want just the basics or the full kit.
>
> I haven't run your update, but I notice that shim.bat is gone. Hopefully 
> that was deliberate? 
>

yeah. I wanted to see what a forced minimal might look like an behave.

I thought also about reduce and add back.

TT


 

> I think when
> things are settled we'll just use the base name for the main powershell 
> script rather than a name-by-version
> one.
>
>
> Thanks!
>
> On Thursday, August 8, 2019 at 2:11:52 AM UTC-7, @TiddlyTweeter wrote:
>>
>> PMario
>>
>> The ZIP contains 5 executables, that can potentially break my system, if 
>>> I run them in the wrong order.
>>
>>
>> That is untrue! Don't scare people off! 
>>
>> None of them will do anything but throw error messages until you unlocked 
>> them and provide settings.
>>
>> The other download, the test system, is potentially dangerous but I 
>> factored that in to prevent it running unless it is in a defined test 
>> environment.
>>
>> BUT,* I do acknowledge* that Mark & I chose to do development in public 
>> here, rather than do it through GitHub. That is not normal & maybe 
>> confusing!
>>
>> Best wishes
>> TT
>>
>> On Thursday, 8 August 2019 10:38:20 UTC+2, PMario wrote:
>>>
>>> ... Why do I need this info?
>>>
>>> The ZIP contains 5 executables, that can potentially break my system, if 
>>> I run them in the wrong order.
>>>
>>> have fun!
>>> 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/f078ab5c-0772-48cb-8c8f-bf0a67a0e61d%40googlegroups.com.


[tw5] Re: Polly (2) -- Downloads as HUB

2019-08-08 Thread 'Mark S.' via TiddlyWiki
Github is so incredibly opaque!

I haven't had a chance to check out your code at all -- I was spending my 
time fighting the GH monster, and 
still not sure I have it right.

But for the moment, the code has a home at:

https://github.com/Marxsal/polly/tree/master

There is a developer branch (select from the branch drop-down) which 
includes your test files. So people
can decide if they want just the basics or the full kit.

I haven't run your update, but I notice that shim.bat is gone. Hopefully 
that was deliberate? I think when
things are settled we'll just use the base name for the main powershell 
script rather than a name-by-version
one.


Thanks!

On Thursday, August 8, 2019 at 2:11:52 AM UTC-7, @TiddlyTweeter wrote:
>
> PMario
>
> The ZIP contains 5 executables, that can potentially break my system, if I 
>> run them in the wrong order.
>
>
> That is untrue! Don't scare people off! 
>
> None of them will do anything but throw error messages until you unlocked 
> them and provide settings.
>
> The other download, the test system, is potentially dangerous but I 
> factored that in to prevent it running unless it is in a defined test 
> environment.
>
> BUT,* I do acknowledge* that Mark & I chose to do development in public 
> here, rather than do it through GitHub. That is not normal & maybe 
> confusing!
>
> Best wishes
> TT
>
> On Thursday, 8 August 2019 10:38:20 UTC+2, PMario wrote:
>>
>> ... Why do I need this info?
>>
>> The ZIP contains 5 executables, that can potentially break my system, if 
>> I run them in the wrong order.
>>
>> have fun!
>> 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/b864459d-1272-4622-b0e2-83de7295349e%40googlegroups.com.


[tw5] Re: TW5 Looking for Mat's side editor

2019-08-08 Thread Mat
Jon - I think you're right! I suspect this has not worked for a long time 
and I don't know what might have changed it. I vaguely recall issues,or 
maybe it was requests, for TW autoexpanding editors to how much content was 
in them which seems to be relevant for this matter. I don't know. 

An update will come... but, frankly, it might take a lng time.

<:-)

-- 
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/b2448e3e-331e-4c19-9a37-4205dca0f53b%40googlegroups.com.


[tw5] Re: TW5 Looking for Mat's side editor

2019-08-08 Thread Jon
Hi Mat,


The gray handles work a treat but it's not possible to move the box upwards 
and from your instructions, it looks like it was originally possible to 
resize the box - unless I'm misreading it...?

   - *Move* it via the two gray handles.
   - *Re-size* width via the lower right corner. Height is automatic from 
   typing.

Would definitely look forward to the update!

Regards
Jon

On Monday, 5 August 2019 07:38:36 UTC+1, Jon wrote:
>
> Hi Mat,
>
> I remember you developed a mini editor in the side bar. I've looked 
> through the threads and it seemed that this fastnewdev.tiddlyspot.com 
> ,
>  
> was the latest iteration but the link is broken.
>
> Can you point me in the right direction?
>
> Regards
> Jon
>

-- 
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/60bfae2a-640b-4367-a704-78d9f96a98ef%40googlegroups.com.


[tw5] Timelines Plugin

2019-08-08 Thread Christian Macedo
 second that sentiment. I've been looking for a way to do this for ages.
Use case? Sorting out the sequence of events on news items where the 
information comes in dribs and drabs.

-- 
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/90625421-d995-44bd-8ee7-0d510e49be78%40googlegroups.com.


[tw5] Re: [tw] Re: [TW5] How to list (iterate over) tags of certain tiddler?

2019-08-08 Thread Christian Macedo
I second that sentiment. I've been looking for a way to do this for ages. 

Use case? Sorting out the sequence of events on news items where the 
information comes in dribs and drabs. 

-- 
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/44ff9e77-9f77-4c79-8559-62d632719bbe%40googlegroups.com.


[tw5] Re: Code Patter Wanted - List only items in both lists

2019-08-08 Thread bimlas
Not the best, but at least it works. [a b c] is the first set, [b c d] is the 
second.

[enlist[a b c]] -[enlist[a b c]!enlist[b c d]]

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


Re: [tw5] Re: Competition for v5.1.21 artwork

2019-08-08 Thread @TiddlyTweeter
How about un-squashed bug, but caught ... every bug has a form.

This is BUG 7947a-variant-42

[image: insect.jpg]


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 tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/f3c7137d-2a60-4120-8743-829cdcd444c0%40googlegroups.com.


Re: [tw5] Re: Competition for v5.1.21 artwork

2019-08-08 Thread TonyM
Could I suggest use the 5.1.20 image with a squashed bug on 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/7802242d-6587-4ce2-a2a9-931151a47cd1%40googlegroups.com.


[tw5] Re: Create a list of tiddler titles using filters and a hierarchy of tags

2019-08-08 Thread TonyM
Andrew,

All of this is possible, but a full answer will take time. You may want to 
consider the existing TOC macros to see if you can leverage them. However I 
expect if you built your own TOC macro you would get more control. I need 
to get to bed so can't answer in full now.

However I am developing some guides and this may be interesting as a start, 
it demonstrates recursion that makes a TOC work to an unlimited number of 
levels, but you could write one just to process your known number of levels 
and treat each level differently. One macr call the chapter, the next the 
sections the next the paragraphs.

RecursionLike a toc macro, recursion drills down into a heirachical 
structureA sophisticated combination of iteration and selectionThis example 
uses the same filter for each level, it processes all "tagging[]" the 
current tiddler then moves on to the next tiddler in the previous list.

\define each-other-level(filter)
Start level $filter$ <$link to=<> ><$text 
text=<>/>
<$list filter="$filter$">
   <>

End level for "<$text text=<>/>"
\end
\define first-level(filter)
Start all
<$list filter="$filter$">
   <>

End all
\end

Start in TableOfContents
<$tiddler tiddler="TableOfContents">

<>



Or the unfinished

Structured levels *not finished Incomplete and untested*Process a fixed and 
limited set of levels in a heirachieA combination of iteration and 
selectionEach 
town within state within countrySee recursion for an indefinite tree

\define all-countries()
Start all countries
<$list filter="[tag[country]]" variable=country>
   <$macrocall $name=country country-name=<> />

Start all countries

\end

\define country{country-name}
Start $country-name$
<$set name=country value="$country-name$">

<$list filter="[tag[state]country]" variable=state
   <$macrocall $name=state country-name=<> state=<>/>

End $country-name$

\end

\define state{state}
Start $state$
<$set name=state value="$state$">

<$list filter="[#tag[country]]" variable=state
   <$macrocall $name=town state=<>/>

End $country-name$

\end

\define town(town}
Start $town$
<$set name=state value="$town$">

<$list filter="[tag[country]]" variable=state
   <$macrocall $name=state state=<>/>

End $town$

\end
<>


Regards
Tony

On Thursday, August 8, 2019 at 4:49:55 PM UTC+10, AndrewMc wrote:
>
> Hi All
>
> While I have been using TW for some years (mainly TWc) my usage of TW5 is 
> rather basic and I am having difficulty with what I think is a filter 
> problem.
> I have some book text arranged in tiddlers, tagged with the chapter 
> number, section number, and paragraph number of the text.
>
> For example, all text from Chapter 7 is tagged with [C07]. 
> The first Section of the chapter is a tiddler named [C07S01], containing 
> just the section title, and is tagged with [C07] and [S01].
> This section may contain several paragraphs.
> The first Paragraph is a tiddler named [C07S01P01], and is tagged with 
> [C07], [S01] and [P01].
> The second paragraph is a tiddler named [C07S01P02], and is tagged with 
> [C07], [S01] and [P02].
>
> The second section in chapter 7 is [C07S02] (tagged with [C07] and [S02]).
> and this has paragraphs [C07S02P01] and [C07S02P02] etc.
>
> I am wanting to create a list of the tiddlers that make up this chapter.
> I have created a [Chapter 7] tiddler containing the list-links macro:
> <>
>
> This is a good start, and gets me the equivalent of:
> * [[C07S01]]
> * [[C07S01P01]]
> * [[C07S01P02]]
> * [[C07S02]]
> * [[C07S02P01]]
> * [[C07S02P02]]
>
> However, I am wondering if there is a way to get the following:
> {{C07S01}}
> * [[C07S01P01]]
> * [[C07S01P02]]
> {{C07S02}}
> * [[C07S02P01]]
> * [[C07S02P02]]
>
> That is, I would like to know if there is a way that I can transclude all 
> of the Section tiddlers of a chapter, in numerical order, each followed by 
> a list of the paragraphs within each section. Is this a task for a macro?
>
> For a start, I am struggling to create a filter to obtain just the section 
> tiddlers. I want to get only those tiddlers tagged with a chapter tag [C07] 
> and with a tag beginning with [S], and  without a tag beginning with [P]. 
> Is it possible to do this? Or, should I just add some more tags, [Section] 
> for each section tiddler, and [Paragraph] for each paragraph tiddler?
>
> Any suggestions and ideas appreciated.
>
> Cheers
> Andrew Mc
>

-- 
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/81cf4a99-c98c-428a-91c2-9f4da1f13cea%40googlegroups.com.


[tw5] Re: Code Patter Wanted - List only items in both lists

2019-08-08 Thread TonyM
Mohammad,

Thanks but I should have specified 5.1.19 and the two lists are set of 
titles.

Thanks Mohammad for responding.

I went for a long walk to the Gym and back, and the method popped in my 
head. I had actually done it before

It goes something like this wrapped in another list to generate each 
servicename

<$list filter="[is[current]contains:person-services-list[$servicename$]]" 
emptyMessage=" "><$text text=<>/>

But the overall problem makes my head hurt because I need to Get a "list 
name" from one field, obtain a list of services from the "list name" 
tiddler and compare with the person-services-list field on another tiddler.

Arg

Tony


On Thursday, August 8, 2019 at 3:43:39 PM UTC+10, Mohammad wrote:
>
> Try this in tiddlywiki 5.1.20
>
> <$list filter="[range[1,15,2]]">
>
> <$list filter="[range[3,12,3]match]" variable="item">
> <>
> 
> 
>
> It only shows those are present in both list!
>
> 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/5ea6e6b7-2b7f-4854-88f5-01cf21f55347%40googlegroups.com.


[tw5] Re: Timelines Plugin

2019-08-08 Thread @TiddlyTweeter
Ciao Mohammad

I'd say that issue is most about performance. 

At what point does adding items slow performance?

I don't think its an issue including stuff that is never used in any way. 
Most software has 70% of features no one uses.

Thoughts
Josiah

On Thursday, 8 August 2019 13:56:06 UTC+2, Mohammad wrote:
>
> Yes, I though these may be the essential tools, but some may be useless 
> for some users like KaTeX.
>
> --Mohammad
>
> On Thursday, August 8, 2019 at 4:20:57 PM UTC+4:30, @TiddlyTweeter wrote:
>>
>> Ciao Mohammad
>>
>> I definitely think that complete apps is a very good way to go.
>>
>> For end users not so interested in endless add-ons they have to find I 
>> think it could make a big difference.
>>
>> I doubt it makes any significant downgrade in performance having a bunch 
>> of things included they might never use.
>>
>> The point is having utility present they will use.
>>
>> Best wishes
>> TT 
>>
>>  
>>
>> On Thursday, 8 August 2019 13:34:54 UTC+2, Mohammad wrote:
>>>
>>> Many thanks Josiah!
>>>
>>> I am working on that and hopefully I will release an edition (I prefer 
>>> to call it app) include some handy plugins.
>>>
>>>
>>>1. Trashbin
>>>2. Todolist
>>>3. Commander
>>>4. Shiraz
>>>5. Semantic colors
>>>6. Timelines
>>>7. Favorites
>>>
>>> And include some other from TW developers.
>>>
>>> Cheers
>>> Mohammad
>>>
>>>
>>> On Thursday, August 8, 2019 at 2:06:01 PM UTC+4:30, @TiddlyTweeter wrote:

 Very good piece of work!

 It would be very interesting if you ever* brought into one 
 plugin/system all your innovations with *visuality* in TW*.

 I think you are addressing fundamental issues of "informational 
 representation".

 In many ways, better *visual* representation is more important in 
 uptake of use of TW than the more arcane--those that know--development of 
 filters.

 What we lack is *integration*. Why should a user need to find 7 plugins 
 on presentation when ONE will do the job?

 Just thoughts
 Josiah  

>>>

-- 
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/c833dcf1-6d65-4eda-87c3-c6e7c91f01c8%40googlegroups.com.


[tw5] Re: Timelines Plugin

2019-08-08 Thread Mohammad
Yes, I though these may be the essential tools, but some may be useless for 
some users like KaTeX.

--Mohammad

On Thursday, August 8, 2019 at 4:20:57 PM UTC+4:30, @TiddlyTweeter wrote:
>
> Ciao Mohammad
>
> I definitely think that complete apps is a very good way to go.
>
> For end users not so interested in endless add-ons they have to find I 
> think it could make a big difference.
>
> I doubt it makes any significant downgrade in performance having a bunch 
> of things included they might never use.
>
> The point is having utility present they will use.
>
> Best wishes
> TT 
>
>  
>
> On Thursday, 8 August 2019 13:34:54 UTC+2, Mohammad wrote:
>>
>> Many thanks Josiah!
>>
>> I am working on that and hopefully I will release an edition (I prefer to 
>> call it app) include some handy plugins.
>>
>>
>>1. Trashbin
>>2. Todolist
>>3. Commander
>>4. Shiraz
>>5. Semantic colors
>>6. Timelines
>>7. Favorites
>>
>> And include some other from TW developers.
>>
>> Cheers
>> Mohammad
>>
>>
>> On Thursday, August 8, 2019 at 2:06:01 PM UTC+4:30, @TiddlyTweeter wrote:
>>>
>>> Very good piece of work!
>>>
>>> It would be very interesting if you ever* brought into one 
>>> plugin/system all your innovations with *visuality* in TW*.
>>>
>>> I think you are addressing fundamental issues of "informational 
>>> representation".
>>>
>>> In many ways, better *visual* representation is more important in uptake 
>>> of use of TW than the more arcane--those that know--development of filters.
>>>
>>> What we lack is *integration*. Why should a user need to find 7 plugins 
>>> on presentation when ONE will do the job?
>>>
>>> Just thoughts
>>> Josiah  
>>>
>>

-- 
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/ea400e35-a429-4423-b3e8-c19472c185d7%40googlegroups.com.


[tw5] Re: Timelines Plugin

2019-08-08 Thread @TiddlyTweeter
Ciao Mohammad

I definitely think that complete apps is a very good way to go.

For end users not so interested in endless add-ons they have to find I 
think it could make a big difference.

I doubt it makes any significant downgrade in performance having a bunch of 
things included they might never use.

The point is having utility present they will use.

Best wishes
TT 

 

On Thursday, 8 August 2019 13:34:54 UTC+2, Mohammad wrote:
>
> Many thanks Josiah!
>
> I am working on that and hopefully I will release an edition (I prefer to 
> call it app) include some handy plugins.
>
>
>1. Trashbin
>2. Todolist
>3. Commander
>4. Shiraz
>5. Semantic colors
>6. Timelines
>7. Favorites
>
> And include some other from TW developers.
>
> Cheers
> Mohammad
>
>
> On Thursday, August 8, 2019 at 2:06:01 PM UTC+4:30, @TiddlyTweeter wrote:
>>
>> Very good piece of work!
>>
>> It would be very interesting if you ever* brought into one plugin/system 
>> all your innovations with *visuality* in TW*.
>>
>> I think you are addressing fundamental issues of "informational 
>> representation".
>>
>> In many ways, better *visual* representation is more important in uptake 
>> of use of TW than the more arcane--those that know--development of filters.
>>
>> What we lack is *integration*. Why should a user need to find 7 plugins 
>> on presentation when ONE will do the job?
>>
>> Just thoughts
>> Josiah  
>>
>

-- 
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/4ef50a47-4895-4610-9088-a8257fb03f33%40googlegroups.com.


[tw5] Re: Timelines Plugin

2019-08-08 Thread Mohammad
Some other useful plugin

   - Highlight.js
   - KaTeX
   - Codemirror
   - Link links (to Tabs)
   - Print River
   - ...


--Mohammad

On Thursday, August 8, 2019 at 4:04:54 PM UTC+4:30, Mohammad wrote:
>
> Many thanks Josiah!
>
> I am working on that and hopefully I will release an edition (I prefer to 
> call it app) include some handy plugins.
>
>
>1. Trashbin
>2. Todolist
>3. Commander
>4. Shiraz
>5. Semantic colors
>6. Timelines
>7. Favorites
>
> And include some other from TW developers.
>
> Cheers
> Mohammad
>
>
> On Thursday, August 8, 2019 at 2:06:01 PM UTC+4:30, @TiddlyTweeter wrote:
>>
>> Very good piece of work!
>>
>> It would be very interesting if you ever* brought into one plugin/system 
>> all your innovations with *visuality* in TW*.
>>
>> I think you are addressing fundamental issues of "informational 
>> representation".
>>
>> In many ways, better *visual* representation is more important in uptake 
>> of use of TW than the more arcane--those that know--development of filters.
>>
>> What we lack is *integration*. Why should a user need to find 7 plugins 
>> on presentation when ONE will do the job?
>>
>> Just thoughts
>> Josiah  
>>
>

-- 
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/8984ee6f-6042-43db-b0be-97d242e9bac2%40googlegroups.com.


[tw5] Re: Timelines Plugin

2019-08-08 Thread Mohammad
Many thanks Josiah!

I am working on that and hopefully I will release an editions include some 
handy plugins.


   1. Trashbin
   2. Todolist
   3. Commander
   4. Shiraz
   5. Semantic colors
   6. Timelines
   7. Favorites

And include some other from TW developers.

Cheers
Mohammad


On Thursday, August 8, 2019 at 2:06:01 PM UTC+4:30, @TiddlyTweeter wrote:
>
> Very good piece of work!
>
> It would be very interesting if you ever* brought into one plugin/system 
> all your innovations with *visuality* in TW*.
>
> I think you are addressing fundamental issues of "informational 
> representation".
>
> In many ways, better *visual* representation is more important in uptake 
> of use of TW than the more arcane--those that know--development of filters.
>
> What we lack is *integration*. Why should a user need to find 7 plugins on 
> presentation when ONE will do the job?
>
> Just thoughts
> Josiah  
>

-- 
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/b60b451d-794e-45ca-9fe2-8114bc179fb9%40googlegroups.com.


[tw5] Re: Timelines Plugin

2019-08-08 Thread @TiddlyTweeter
Very good piece of work!

It would be very interesting if you ever* brought into one plugin/system 
all your innovations with *visuality* in TW*.

I think you are addressing fundamental issues of "informational 
representation".

In many ways, better *visual* representation is more important in uptake of 
use of TW than the more arcane--those that know--development of filters.

What we lack is *integration*. Why should a user need to find 7 plugins on 
presentation when ONE will do the job?

Just thoughts
Josiah  

-- 
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/c15cabf2-21a4-4da3-a65e-1e2bbfaebfb1%40googlegroups.com.


[tw5] Re: Timelines Plugin

2019-08-08 Thread Mohammad
Hi Luis,
 Note that you can add a user field to your tiddler say mydate or other 
name you like!
This filed can be used for storing date e.g 1969-08-17 like *19690817*

Then when call the timeline macro you can tell macro you have the date 
stored in your custom field.

Example
user field date

<>

On Thursday, August 8, 2019 at 1:52:21 PM UTC+4:30, Luis Gonzalez wrote:
>
>
> Thats wonderfull!!
> This is how it looks:
>
>

-- 
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/0d83b19f-e20f-4d9a-9fb7-311804ad7179%40googlegroups.com.


[tw5] Re: Timelines Plugin

2019-08-08 Thread Luis Gonzalez

Thats wonderfull!!
This is how it looks:

-- 
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/94eefd91-cb2b-4b01-9042-c1283289224f%40googlegroups.com.


[tw5] Re: Polly (2) -- Downloads as HUB

2019-08-08 Thread @TiddlyTweeter
PMario

The ZIP contains 5 executables, that can potentially break my system, if I 
> run them in the wrong order.


That is untrue! Don't scare people off! 

None of them will do anything but throw error messages until you unlocked 
them and provide settings.

The other download, the test system, is potentially dangerous but I 
factored that in to prevent it running unless it is in a defined test 
environment.

BUT,* I do acknowledge* that Mark & I chose to do development in public 
here, rather than do it through GitHub. That is not normal & maybe 
confusing!

Best wishes
TT

On Thursday, 8 August 2019 10:38:20 UTC+2, PMario wrote:
>
> ... Why do I need this info?
>
> The ZIP contains 5 executables, that can potentially break my system, if I 
> run them in the wrong order.
>
> have fun!
> 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/c35101e0-14b2-491b-a617-b12c70276070%40googlegroups.com.


Re: [tw5] \import pragma and $:/tags/Macro

2019-08-08 Thread Mohammad
Hi Jeremy!
 Thanks for Clarification!

Cheers
Mohammad

On Thursday, August 8, 2019 at 1:31:40 PM UTC+4:30, Jeremy Ruston wrote:
>
> Hi Mohammad
>
> On 7 Aug 2019, at 20:22, Mohammad > 
> wrote:
>
> Is there any reason that the \import pargma does not work in a tiddler 
> itself tagged with $:/tags/Macro?
>
>
> The import pragma only imports <$set> widgets  (macro definitions are 
> <$set> widgets behind the scenes).
>
> To make it respect nested imports would make the mechanism a bit more 
> complicated because of the possibility of recursion. I think it would 
> actually be hard to guarantee to respect the ordering implied by the 
> nesting of the import widgets.
>
> Best wishes
>
> Jeremy.
>
>

-- 
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/d55be8e7-34b8-49f8-9af1-9275c734907f%40googlegroups.com.


[tw5] Re: Polly (2) -- Downloads as HUB

2019-08-08 Thread @TiddlyTweeter
To get some idea about permissions see https://tidbits.wiki/polly/polly.html
.

It TOO is in process, but its getting there.

Best wishes
TT

On Thursday, 8 August 2019 10:58:50 UTC+2, @TiddlyTweeter wrote:
>
> Ciao PMario
>
> That isn't a release. Its my passing back & forth with Mark S.
>
> The points you make are all good but premature.
>
> TT
>
> On Thursday, 8 August 2019 10:36:11 UTC+2, PMario wrote:
>>
>> Hi, 
>>
>> I did download:  01k-TT 
>> 
>>  
>> ... hmmm. There is no README.txt file?
>>
>> As a newbie user I'd expect the following info: 
>>
>>  - A short info, what the project is good for
>>  - An example command and some info what it does
>>- This command should not break anything
>>
>>  - List of files contained in the zip file
>>  - 1 sentence per file, what this file does. 
>>  - A link ... where I can get help
>>  - A link ... Where I can download the latest version
>>  - Some info, if I should and how I can contribute. 
>>  - A license file 
>>
>> -m
>>
>

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


Re: [tw5] \import pragma and $:/tags/Macro

2019-08-08 Thread Jeremy Ruston
Hi Mohammad

> On 7 Aug 2019, at 20:22, Mohammad  wrote:
> 
> Is there any reason that the \import pargma does not work in a tiddler itself 
> tagged with $:/tags/Macro?

The import pragma only imports <$set> widgets  (macro definitions are <$set> 
widgets behind the scenes).

To make it respect nested imports would make the mechanism a bit more 
complicated because of the possibility of recursion. I think it would actually 
be hard to guarantee to respect the ordering implied by the nesting of the 
import widgets.

Best wishes

Jeremy.

-- 
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/A02B094F-132F-4E03-98BA-E4042E9724B6%40gmail.com.


[tw5] Re: Polly (2) -- Downloads as HUB

2019-08-08 Thread @TiddlyTweeter
Ciao PMario

That isn't a release. Its my passing back & forth with Mark S.

The points you make are all good but premature.

TT

On Thursday, 8 August 2019 10:36:11 UTC+2, PMario wrote:
>
> Hi, 
>
> I did download:  01k-TT 
> 
>  
> ... hmmm. There is no README.txt file?
>
> As a newbie user I'd expect the following info: 
>
>  - A short info, what the project is good for
>  - An example command and some info what it does
>- This command should not break anything
>
>  - List of files contained in the zip file
>  - 1 sentence per file, what this file does. 
>  - A link ... where I can get help
>  - A link ... Where I can download the latest version
>  - Some info, if I should and how I can contribute. 
>  - A license file 
>
> -m
>

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


[tw5] Re: Polly (2) -- Downloads as HUB

2019-08-08 Thread PMario
... Why do I need this info?

The ZIP contains 5 executables, that can potentially break my system, if I 
run them in the wrong order.

have fun!
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/2ae50637-fb7c-4bd1-afa9-0d55b8c4dc6b%40googlegroups.com.


[tw5] Re: Polly (2) -- Downloads as HUB

2019-08-08 Thread PMario
Hi, 

I did download:  01k-TT 

 
... hmmm. There is no README.txt file?

As a newbie user I'd expect the following info: 

 - A short info, what the project is good for
 - An example command and some info what it does
   - This command should not break anything

 - List of files contained in the zip file
 - 1 sentence per file, what this file does. 
 - A link ... where I can get help
 - A link ... Where I can download the latest version
 - Some info, if I should and how I can contribute. 
 - A license file 

-m

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


Re: [tw5] Re: Polly (2) -- Downloads as HUB

2019-08-08 Thread @TiddlyTweeter
Mark S. wrote:
>
>
> * Refactor for relative addresses
> * Use windows variables in definitions
> * Loop back to menu after action
> * Launch in browser per ini list
> * Scan wiki-dirs and add contents to pollies list
>

Maybe add ... 

* Test on PowerShell 6 / PowerShell Core  

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 tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/c8d6cbe5-62d0-424f-9e89-b2e4cb1961c8%40googlegroups.com.


[tw5] Filter Tiddlers by date of current tiddler

2019-08-08 Thread Christian Macedo
I've created a filter as below which aims to return a set of transcluded 
tiddlers. 


<$list filter="[tag[JournalEntry]]">
<$link to=<>>
  <$view field=created format=date template="0hh:0mm"/>:
 
<$transclude tiddler={{!!title}} mode="block"/>


{{hr}}


My aim is to filter this down to those tiddlers whose created field matches the 
field of the parent tiddler. 

I see that I can do this manually like so:

<$transclude/>

Is there any way that I can pass the value of the parent tiddler into 
field:created?

-- 
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/b8445fc1-5056-49ca-82e1-c6a38b6858e7%40googlegroups.com.


[tw5] Re: Polly (2) -- Downloads as HUB

2019-08-08 Thread @TiddlyTweeter
Ciao Mark

Apologies for stop-n-go on this one. 

This time I supply two zips ...

polly-01k-TT.zip ...  01k-TT 


This is a minimalist install, as if it were what a user might first use. 
Settings creation should start on first run.


---

polly-01k-TT-test.zip ...  01k-TT-test 


The revised testing system on its own. It differs by having 2 hacks 
internally needed for correct display of Backup listings at relative 
addresses. The template.ini uses relative addressing. 


Best wishes
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 tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/bb9dd7a1-f9cf-4cc6-b1ab-f5bf6d6d6e5e%40googlegroups.com.


Re: [tw5] Re: Polly (2) -- Downloads as HUB

2019-08-08 Thread PMario
Hi, 
Is there a download link?
-m

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/95f6fad3-688a-452b-aa1e-a6ddb6b3d3f0%40googlegroups.com.


[tw5] Re: Timelines Plugin

2019-08-08 Thread Mohammad
A new release is out there!


   - Minor issues fixed
   - Documentation improved


Project code and demo


   - GitHub demo page 
   - GitHub code page 



Your feedback is highly appreciated
Cheers
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/ddb5bbee-e8a9-4c91-a526-01f055056ce4%40googlegroups.com.


Re: [tw5] Re: Polly (2) -- Downloads as HUB

2019-08-08 Thread @TiddlyTweeter
Mark S. wrote:
>
> Actually, there should be some explanatory text and a disclaimer in a .md 
> file
> that is displayed when visiting github
>

Okay. Maybe when done that might be copied to polly.txt in the main dir?

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 tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/cb715d2d-428b-4d4a-8ecb-1e20abc81584%40googlegroups.com.


[tw5] Create a list of tiddler titles using filters and a hierarchy of tags

2019-08-08 Thread AndrewMc
Hi All

While I have been using TW for some years (mainly TWc) my usage of TW5 is 
rather basic and I am having difficulty with what I think is a filter 
problem.
I have some book text arranged in tiddlers, tagged with the chapter number, 
section number, and paragraph number of the text.

For example, all text from Chapter 7 is tagged with [C07]. 
The first Section of the chapter is a tiddler named [C07S01], containing 
just the section title, and is tagged with [C07] and [S01].
This section may contain several paragraphs.
The first Paragraph is a tiddler named [C07S01P01], and is tagged with 
[C07], [S01] and [P01].
The second paragraph is a tiddler named [C07S01P02], and is tagged with 
[C07], [S01] and [P02].

The second section in chapter 7 is [C07S02] (tagged with [C07] and [S02]).
and this has paragraphs [C07S02P01] and [C07S02P02] etc.

I am wanting to create a list of the tiddlers that make up this chapter.
I have created a [Chapter 7] tiddler containing the list-links macro:
<>

This is a good start, and gets me the equivalent of:
* [[C07S01]]
* [[C07S01P01]]
* [[C07S01P02]]
* [[C07S02]]
* [[C07S02P01]]
* [[C07S02P02]]

However, I am wondering if there is a way to get the following:
{{C07S01}}
* [[C07S01P01]]
* [[C07S01P02]]
{{C07S02}}
* [[C07S02P01]]
* [[C07S02P02]]

That is, I would like to know if there is a way that I can transclude all 
of the Section tiddlers of a chapter, in numerical order, each followed by 
a list of the paragraphs within each section. Is this a task for a macro?

For a start, I am struggling to create a filter to obtain just the section 
tiddlers. I want to get only those tiddlers tagged with a chapter tag [C07] 
and with a tag beginning with [S], and  without a tag beginning with [P]. 
Is it possible to do this? Or, should I just add some more tags, [Section] 
for each section tiddler, and [Paragraph] for each paragraph tiddler?

Any suggestions and ideas appreciated.

Cheers
Andrew Mc

-- 
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/9a9231a3-abf1-44bc-9665-79463a4bb873%40googlegroups.com.