[tw] How to make a Log in page in TW5?

2018-02-07 Thread engr . jbernales
Hello!

I started using TW5  just recently and amaze to the things it can do.

It makes people like me, who does not have in depth knowledge in creating a 
web site, create one in just a few clicks.

I want to create a private wiki site and thinking if it is possible to have 
a login page so that only those who have password can access the wiki site.

One more thing, is there a way to hide everything in the side bar except 
the search bar? 
I don't want my users to mess around the settings and create a new tiddler 
even though i know they can not save it at all.

Thanks,

-- 
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 post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/d07ba527-fbba-493c-aebb-ae3150782cfe%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] Re: Wish list: a modification to $:/plugins/wikilabs/link-to-tabs

2018-02-07 Thread Diego Mesa
Hey all,

Just for fun, I went ahead and modified Mario's plugin to go directly to 
edit mode. You have to edit:

$:/core/macros/tabs

And copy/paste the following content into it:

\define tabs(tabsList,default,state:"$:/state/tab",class,template)


<$list filter="$tabsList$" variable="currentTab">
<$set name="save-currentTiddler" value=<>>
<$tiddler tiddler=<>>
<$button set=<> setTo=<> 
default="$default$" selectedClass="tc-tab-selected" tooltip={{!!tooltip}}>
<$transclude tiddler={{!!icon}}/>
<$tiddler tiddler=<>>
<$set name="tv-wikilinks" value="no">
<$transclude tiddler=<> field=
"caption">
<$macrocall $name="currentTab" $type=
"text/plain" $output="text/plain"/>





<$button>
{{$:/core/images/link}}
<$action-sendmessage $message="tm-edit-tiddler" 
$param=<> />








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

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

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

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








\end 

All it does it replace Mario's original  with a . Currently, 
this comes at the cost of:


   - An ugly button - this can be styled!
   - When pressed for system/shadow tiddlers the warning pops up - this is 
   desired!

Best,

Diego


On Wednesday, February 7, 2018 at 6:57:23 PM UTC-6, David Gifford wrote:
>
> Thanks Mario!
>
> David Gifford
> Mexico team leader, Mexico City
>
> *Resonate Global Mission*
> *Engaging People. Embracing Christ.*
> A Ministry of the Christian Reformed Church
> resonateglobalmission.org
>
>
> On Wed, Feb 7, 2018 at 6:55 PM, PMario  
> wrote:
>
>> On Wednesday, February 7, 2018 at 3:29:09 PM UTC+1, David Gifford wrote:
>>>
>>> But it bugs me that I have to do three steps to edit the tiddlers 
>>> referenced by the tabs: 1) Click on the tab 2) Click on the link image on 
>>> the tab to open the tiddler. 3) click to edit the tiddler. Since what the 
>>> user wants to do is edit the tiddler (since she can already view the 
>>> tiddler in the tab), it makes sense that clicking on the link image would 
>>> open the tiddler in edit mode. That would reduce from three steps to two.
>>>
>>
>> There is an option, that allows you to show all links for all tabs. 
>> So this will shorten your workflow by 1 click.
>>
>>
>> https://wikilabs.github.io/editions/link-to-tabs/#%24%3A%2Fplugins%2Fwikilabs%2Flink-to-tabs
>>  
>>
>>> Pleasepleaseplease Mario: modify the plugin, or create a modified 
>>> version of the plugin with this feature, as this would enhance this plugin!
>>>
>>
>> That's interesting. 
>> We'll see. ... No promises, ... no ETA ;)
>>
>> But, I did create an issue at github: 
>> https://github.com/wikilabs/plugins/issues/10
>>
>> -m
>>
>> -- 
>> 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/D_1lp8cMRuk/unsubscribe.
>> To unsubscribe from this group and all its topics, send an email to 
>> tiddlywiki+...@googlegroups.com .
>> To post to this group, send email to tiddl...@googlegroups.com 
>> .
>> Visit this group at https://groups.google.com/group/tiddlywiki.
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/tiddlywiki/53e640df-7c13-4139-b5ca-c4a52166d0e3%40googlegroups.com
>>  
>> 
>> .
>> For more options, visit https://groups.google.com/d/optout.
>>
>
>

-- 
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 post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/13ac1b0b-f48c-4c9a-9cac-e40bddc8610b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] Re: Wish list: a modification to $:/plugins/wikilabs/link-to-tabs

2018-02-07 Thread David Gifford
Thanks Mario!

David Gifford
Mexico team leader, Mexico City

*Resonate Global Mission*
*Engaging People. Embracing Christ.*
A Ministry of the Christian Reformed Church
resonateglobalmission.org


On Wed, Feb 7, 2018 at 6:55 PM, PMario  wrote:

> On Wednesday, February 7, 2018 at 3:29:09 PM UTC+1, David Gifford wrote:
>>
>> But it bugs me that I have to do three steps to edit the tiddlers
>> referenced by the tabs: 1) Click on the tab 2) Click on the link image on
>> the tab to open the tiddler. 3) click to edit the tiddler. Since what the
>> user wants to do is edit the tiddler (since she can already view the
>> tiddler in the tab), it makes sense that clicking on the link image would
>> open the tiddler in edit mode. That would reduce from three steps to two.
>>
>
> There is an option, that allows you to show all links for all tabs.
> So this will shorten your workflow by 1 click.
>
> https://wikilabs.github.io/editions/link-to-tabs/#%24%3A%
> 2Fplugins%2Fwikilabs%2Flink-to-tabs
>
>
>> Pleasepleaseplease Mario: modify the plugin, or create a modified version
>> of the plugin with this feature, as this would enhance this plugin!
>>
>
> That's interesting.
> We'll see. ... No promises, ... no ETA ;)
>
> But, I did create an issue at github: https://github.com/wikilabs/
> plugins/issues/10
>
> -m
>
> --
> 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/D_1lp8cMRuk/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to
> tiddlywiki+unsubscr...@googlegroups.com.
> To post to this group, send email to tiddlywiki@googlegroups.com.
> Visit this group at https://groups.google.com/group/tiddlywiki.
> To view this discussion on the web visit https://groups.google.com/d/
> msgid/tiddlywiki/53e640df-7c13-4139-b5ca-c4a52166d0e3%40googlegroups.com
> 
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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 post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/CANE%3DBFJ1PNqpXs%2BMKiFK3V0hw5%3DiYuoiUTv_pr1NtanyMM10-Q%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Wish list: a modification to $:/plugins/wikilabs/link-to-tabs

2018-02-07 Thread PMario
On Wednesday, February 7, 2018 at 3:29:09 PM UTC+1, David Gifford wrote:
>
> But it bugs me that I have to do three steps to edit the tiddlers 
> referenced by the tabs: 1) Click on the tab 2) Click on the link image on 
> the tab to open the tiddler. 3) click to edit the tiddler. Since what the 
> user wants to do is edit the tiddler (since she can already view the 
> tiddler in the tab), it makes sense that clicking on the link image would 
> open the tiddler in edit mode. That would reduce from three steps to two.
>

There is an option, that allows you to show all links for all tabs. 
So this will shorten your workflow by 1 click.

https://wikilabs.github.io/editions/link-to-tabs/#%24%3A%2Fplugins%2Fwikilabs%2Flink-to-tabs
 

> Pleasepleaseplease Mario: modify the plugin, or create a modified version 
> of the plugin with this feature, as this would enhance this plugin!
>

That's interesting. 
We'll see. ... No promises, ... no ETA ;)

But, I did create an issue at github: 
https://github.com/wikilabs/plugins/issues/10

-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 post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/53e640df-7c13-4139-b5ca-c4a52166d0e3%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Firefox 58 causing trouble or just me?

2018-02-07 Thread PMario
On Wednesday, February 7, 2018 at 6:16:39 PM UTC+1, Furicle wrote:
>
> While it's a bit obscure to have a file name like that on Windows it's 
> common on MacOS and *nix - 
>

The web-extension framework is still in flux. So it can happen, that stuff 
breaks.  

so the plugin should be capable of handling it.
>

ATM the only thing, the AddOn can do, is to create an error message. ... 
That's why I did create a new issue.

-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 post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/c29a8b21-6c91-4184-bea9-2a68819c56f7%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: How to get a record index of a named property from a data tiddler?

2018-02-07 Thread 'Mark S.' via TiddlyWiki
If you're just dealing with the months of the year, then the other easy 
possibility is to make a second data tiddler:

*{"oct":1,"nov":2,"dec":3}*


-- Mark

On Wednesday, February 7, 2018 at 1:18:26 AM UTC-8, oleghbond wrote:
>
> Dear All,
>
> I've encountered an issue which I need to resolve, namely: How to get a 
> record index of a named property from a data tiddler?
>
> Say, I've got the following set of records in a data tiddler:
>
> *{"oct":31,"nov":30,"dec":31}*
>
>
> As one can see the number index value of  the named property, say, *"nov"* is 
> 2.
>
> But how can I get this number index using a macros of a plugin?
>
> I feel that it should be somehow simply, but I've no idea how.
>
> I would be grateful for your help.
>
> Olegh
>

-- 
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 post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/9fa7612d-6250-476b-aa65-0228edaa8a78%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: How to delete multiple tiddlers by matching on title

2018-02-07 Thread @TiddlyTweeter
Batch deleters exist.

TiddlyWiki itself in Advanced Search does that too. Use the FILTER option 
and you can delete anything.

J.

Sean Boisen wrote:
>
> I've been using TiddlyWiki for weekly planning for some time, so I've got 
> lots of tiddlers with titles like "week of 2014/01/06" that are no longer 
> relevant.
>

-- 
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 post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/313fa991-4e29-4055-8eff-ca6b4768ff14%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] Re: file-backups - Request for Feedback - 1

2018-02-07 Thread @TiddlyTweeter
Groups are not equipped to deal with individual hangups. I can recommend a 
therapist.

Mark S. wrote:
>
>  
>>
>> Frankly I think you could have a CABBAGE and it would work just as well 
>> :-).
>>
>
> Oh no! That reminds me of my worst nightmare!
>

-- 
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 post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/d25c5bcf-fb2d-437f-baaa-2f976eb7275f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] Re: file-backups - Request for Feedback - 1

2018-02-07 Thread 'Mark S.' via TiddlyWiki

 
>
> Frankly I think you could have a CABBAGE and it would work just as well 
> :-).
>

Oh no! That reminds me of my worst nightmare!

-- Mark

-- 
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 post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/3b1bd914-0316-4475-9406-d1b3c8e831b7%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] Re: Wish list: a modification to $:/plugins/wikilabs/link-to-tabs

2018-02-07 Thread David Gifford
:-)

David Gifford
Mexico team leader, Mexico City

*Resonate Global Mission*
*Engaging People. Embracing Christ.*
A Ministry of the Christian Reformed Church
resonateglobalmission.org


On Wed, Feb 7, 2018 at 2:13 PM, @TiddlyTweeter 
wrote:

> I did NOT mean YOU host it :-) Relax.
>
> I just meant that, in principle, Comparative Review, so long as it doesn't
> trash people, is perhaps a good way forward to engage with the richness of
> plugins to bring out better what we have.
>
> It was a thought. One I hope someones will think about.
>
> Best wishes
> Josiah
>
> --
> 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/D_1lp8cMRuk/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to
> tiddlywiki+unsubscr...@googlegroups.com.
> To post to this group, send email to tiddlywiki@googlegroups.com.
> Visit this group at https://groups.google.com/group/tiddlywiki.
> To view this discussion on the web visit https://groups.google.com/d/
> msgid/tiddlywiki/38d7b101-e4c7-47fc-8212-c5049a848c8a%40googlegroups.com
> 
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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 post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/CANE%3DBFJTDJB9Nw-UaApzjLDKPiDY%2Bq1_R0yCvATU1YrUMdjdbA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] Re: file-backups - Request for Feedback - 1

2018-02-07 Thread @TiddlyTweeter
The Thomas route

Its interesting. The argument that there is some kinda archetypal meaning 
in the diamond I think is rubbish, unless you selling diamonds.

Frankly I think you could have a CABBAGE and it would work just as well :-).

This is just a fun poke on not getting too serious. 

I quite like the idea of a cat face for continuity on badging. 

Beyond that I don't think it matters much so long as it indicates state 
change in a consistent way. Let it be diamond if it does that.

In fun, best wishes
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 post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/b62898d9-1db5-43f9-990c-b796554e270b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: How to delete multiple tiddlers by matching on title

2018-02-07 Thread Diego Mesa
Note!

This is, in essence, a more complicated (but safer!) way to accomplish waht 
is essentially already built in to TW. To do it without typing any code:


   1.  Go to Advanced search --> Filter 
   2. Type in your filter
   3. Verify the list of links that pops up. When happy:
   4. Click the trash icon. A popup will appear asking if you are sure with 
   a button. If you are sure, press that button.

In the code I pasted above, you have to manually copy/paste/type something 
to trigger the deletion (similar to how github works in deleting 
repositorys if you are familiar). 


I hate accidently losing data! 



On Wednesday, February 7, 2018 at 12:57:34 PM UTC-6, Diego Mesa wrote:
>
> Hey Sean,
>
> To be *extra safe*, you can use something like this:
>
> ''Going to delete the following tiddlers:''
> 
> <$list filter="[!is[system]regexp[^Formatting List]]" variable=
> "tidToDelete">
>
> * <> 
>
> 
>
> !! ''If you are sure''
>
> Copy/paste the filter above into this button:
>
> <$button>
> Delete these tiddlers!
> <$list filter="PLACE_FILTER_HERE" variable="tidToDelete">
> <$action-deletetiddler $tiddler=<>/>
> 
> 
>
> This makes use of the regexp operator:
>
> https://tiddlywiki.com/#regexp%20Operator
>
>  
> If you copy/paste the code I placed above into a new tiddler on 
> tiddlywiki.com you can see that it will delete all Tiddlers whose title 
> *start* (thats the ^ character means) with "Formatting List". It prints 
> those titles out to make *sure* you are going to catch *only* the right 
> ones. If you're happy, you can copy/paste the filter into the button where 
> Ive indicated and then press it to delete them.
>
> For your use case, you can change the filter to be something like:
>
> "[!is[system]regexp[^week of]]"
>
> But *make sure* before you place this in the button filter!
>
> Diego
>
>
> On Wednesday, February 7, 2018 at 12:41:31 PM UTC-6, Sean Boisen wrote:
>>
>> I've been using TiddlyWiki for weekly planning for some time, so I've got 
>> lots of tiddlers with titles like "week of 2014/01/06" that are no longer 
>> relevant. It takes multiple clicks to delete them one by one, which is a 
>> pain for dozens of obsolete tiddlers. I don't have tags on them. How can I
>>
>>1. Create a list of tiddlers whose titles match some string (simple 
>>equality, or even better, regex)
>>2. Delete them as a batch
>>
>> ?
>>
>

-- 
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 post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/3c610be3-d350-4789-80b2-07b9fef396f3%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] Re: Wish list: a modification to $:/plugins/wikilabs/link-to-tabs

2018-02-07 Thread @TiddlyTweeter
I did NOT mean YOU host it :-) Relax.

I just meant that, in principle, Comparative Review, so long as it doesn't 
trash people, is perhaps a good way forward to engage with the richness of 
plugins to bring out better what we have. 

It was a thought. One I hope someones will think about.

Best wishes
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 post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/38d7b101-e4c7-47fc-8212-c5049a848c8a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] Re: Wish list: a modification to $:/plugins/wikilabs/link-to-tabs

2018-02-07 Thread David Gifford
haha, nooo, if you want to create a review site, be my guest...my work here
is done, other than adding new tools.

David Gifford
Mexico team leader, Mexico City

*Resonate Global Mission*
*Engaging People. Embracing Christ.*
A Ministry of the Christian Reformed Church
resonateglobalmission.org


On Wed, Feb 7, 2018 at 1:52 PM, @TiddlyTweeter 
wrote:

> Ciao David
>
> Comparative plugin reviews are something that interests me. Your work
> makes it easier.
>
> Gingerly, so nobody gets trashed. But comparison I think could bring
> plugins out of the dark.
>
> Maybe, in time, we could develop a REVIEW section?
>
> On Mat v. PMario, PMario wins on MINIMALISM IMO. Mat's innovation on
> editing function is great but not yet optimal.
>
> Best wishes
> Josiah
>
> --
> 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/D_1lp8cMRuk/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to
> tiddlywiki+unsubscr...@googlegroups.com.
> To post to this group, send email to tiddlywiki@googlegroups.com.
> Visit this group at https://groups.google.com/group/tiddlywiki.
> To view this discussion on the web visit https://groups.google.com/d/
> msgid/tiddlywiki/87978b24-8db6-4f8d-9d77-28258de40095%40googlegroups.com
> 
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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 post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/CANE%3DBFJRpjrC8tvv5fN%3Dm_29z%3DOPxDnrxLHpK4XQUxWd9ebedw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] Re: Wish list: a modification to $:/plugins/wikilabs/link-to-tabs

2018-02-07 Thread @TiddlyTweeter
Ciao David

Comparative plugin reviews are something that interests me. Your work makes 
it easier.

Gingerly, so nobody gets trashed. But comparison I think could bring 
plugins out of the dark.

Maybe, in time, we could develop a REVIEW section?

On Mat v. PMario, PMario wins on MINIMALISM IMO. Mat's innovation on 
editing function is great but not yet optimal. 

Best wishes
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 post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/87978b24-8db6-4f8d-9d77-28258de40095%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: How to delete multiple tiddlers by matching on title

2018-02-07 Thread Diego Mesa
Hey Sean,

To be *extra safe*, you can use something like this:

''Going to delete the following tiddlers:''

<$list filter="[!is[system]regexp[^Formatting List]]" variable="tidToDelete"
>

* <> 



!! ''If you are sure''

Copy/paste the filter above into this button:

<$button>
Delete these tiddlers!
<$list filter="PLACE_FILTER_HERE" variable="tidToDelete">
<$action-deletetiddler $tiddler=<>/>



This makes use of the regexp operator:

https://tiddlywiki.com/#regexp%20Operator

 
If you copy/paste the code I placed above into a new tiddler on 
tiddlywiki.com you can see that it will delete all Tiddlers whose title 
*start* (thats the ^ character means) with "Formatting List". It prints 
those titles out to make *sure* you are going to catch *only* the right 
ones. If you're happy, you can copy/paste the filter into the button where 
Ive indicated and then press it to delete them.

For your use case, you can change the filter to be something like:

"[!is[system]regexp[^week of]]"

But *make sure* before you place this in the button filter!

Diego


On Wednesday, February 7, 2018 at 12:41:31 PM UTC-6, Sean Boisen wrote:
>
> I've been using TiddlyWiki for weekly planning for some time, so I've got 
> lots of tiddlers with titles like "week of 2014/01/06" that are no longer 
> relevant. It takes multiple clicks to delete them one by one, which is a 
> pain for dozens of obsolete tiddlers. I don't have tags on them. How can I
>
>1. Create a list of tiddlers whose titles match some string (simple 
>equality, or even better, regex)
>2. Delete them as a batch
>
> ?
>

-- 
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 post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/2f215d7f-d08b-4fbb-a28f-23d4352da45e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] How to delete multiple tiddlers by matching on title

2018-02-07 Thread Sean Boisen
I've been using TiddlyWiki for weekly planning for some time, so I've got 
lots of tiddlers with titles like "week of 2014/01/06" that are no longer 
relevant. It takes multiple clicks to delete them one by one, which is a 
pain for dozens of obsolete tiddlers. I don't have tags on them. How can I

   1. Create a list of tiddlers whose titles match some string (simple 
   equality, or even better, regex)
   2. Delete them as a batch

?

-- 
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 post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/530dab6a-d3f9-4edb-bfc2-29e8cc51c4f7%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: How to get a record index of a named property from a data tiddler?

2018-02-07 Thread BurningTreeC
... and I see I must add a reverse[] to the list: <$list filter="1 2 3 4 5 
6 7 8 9 10 +[limitreverse[]]" variable="index">

-- 
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 post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/1884b144-0dd4-48ff-8a61-df41817128f9%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: How to get a record index of a named property from a data tiddler?

2018-02-07 Thread BurningTreeC
at last I think this would be better:

\define getTheIndex()
<$list filter="[enlist[$(indexes)$]nth[$(index)$]regexp[^$(indexName)$]]">

<>


\end


<$set name="indexName" value="nov">

<$set name="indexes" filter="[[datatiddler]indexes[]]">
<$set name="length" filter="[enlist] +[count[]]">
<$list filter="1 2 3 4 5 6 7 8 9 10 +[limit]" variable="index">

<>







-- 
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 post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/e0de2822-76a8-4dfd-ae6b-7b5caab9f94d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: How to get a record index of a named property from a data tiddler?

2018-02-07 Thread BurningTreeC
instead of the 1 2 3 4 5 I normally use a tiddler that holds all 
integers from 1 to x in its list field and use the filter 
[list[integernumberstiddler]limit]] variable="index"


-- 
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 post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/817734e3-0158-4055-b579-cc48db854daf%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: How to get a record index of a named property from a data tiddler?

2018-02-07 Thread BurningTreeC
Hi olegh, sorry I got it wrong.

That's more complex...


could this work for you?

<$set name="indexName" value="nov">

<$set name="indexes" filter="[[datatiddler]indexes[]]">
<$set name="length" filter="[enlist] +[count[]]">
<$list filter="1 2 3 4 5 6 7 8 9 10 +[limit]" variable="index">

<$list filter="[enlistnthregexp]">

<>








-- 
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 post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/1fa7c0ed-8997-4e20-8a44-ba7765caa33e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Firefox 58 causing trouble or just me?

2018-02-07 Thread Furicle


It's a junction - created with mklink.exe /J 

I did .Name mostly because that's the way I'd do it on a linux box to 
"hide" it.
Note that this worked fine with FF 57.

You are correct - I created another junction, without the .  and it 
resolved the issue

C:/Users/furicle/Downloads/dotTW/ToDo-TW5/tdn.html
>
>
>
While it's a bit obscure to have a file name like that on Windows it's 
common on MacOS and *nix - so the plugin should be capable of handling it.



On Wednesday, February 7, 2018 at 11:55:15 AM UTC-5, PMario wrote:
>
> On Wednesday, February 7, 2018 at 3:05:32 PM UTC+1, Furicle wrote:
>>
>>
>> Full path
>> C:\Users\furicle\Downloads\.TW\ToDo-TW5\tdn.html
>>
>>
>>
> Ahhh, I think it's the \.TW\  which causes the problem. 
>
> How did you create the directoy.  Windows 10 won't let me create it. 
>
>
> From the docs 
> :
>  
>
>
> filename Optional
>> A string representing a file path relative to the default downloads 
>> directory — this provides the location where you want the file to be saved, 
>> and what filename you want to use. Absolute paths, empty paths, and paths 
>> containing back-references (../) will cause an error. If omitted, this 
>> value will default to the filename already given to the download file, and 
>> a location immediately inside the downloads directory.
>
>
> And it may be the back-reference that causes the problem. 
>
> Can you try to remove the dot in .TW ???
>
> -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 post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/65b9ce8b-b610-4a1e-b0e6-e664de97992e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: How to get a record index of a named property from a data tiddler?

2018-02-07 Thread oleghbond
Thank you very much,

I would like to clarify a bit the misinterpreting of my request.

What you suggest returns the value of the array under char index "nov", 
which is - 30. Whereas I looked for a method for returning the number index 
of the char index "nov", which is - 2, just because it is the second 
element of the array.

Any idea?

середа, 7 лютого 2018 р. 13:21:48 UTC+2 користувач BurningTreeC написав:
>
> Hi @oleghbond,
>
> say your data tiddler is called "datatiddler":
>
> <$list filter="[[datatiddler]getindex[nov]]"> <> 
>
>  gives you "30" as result
>
> you can do it in different ways. look at 
> https://tiddlywiki.com/#getindex%20Operator
>
> BurningTreeC
>
> Am Mittwoch, 7. Februar 2018 10:18:26 UTC+1 schrieb oleghbond:
>>
>> Dear All,
>>
>> I've encountered an issue which I need to resolve, namely: How to get a 
>> record index of a named property from a data tiddler?
>>
>> Say, I've got the following set of records in a data tiddler:
>>
>> *{"oct":31,"nov":30,"dec":31}*
>>
>>
>> As one can see the number index value of  the named property, say, 
>> *"nov"* is 2.
>>
>> But how can I get this number index using a macros of a plugin?
>>
>> I feel that it should be somehow simply, but I've no idea how.
>>
>> I would be grateful for your help.
>>
>> Olegh
>>
>

-- 
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 post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/81bdfb4c-4f82-40fa-91d1-1a131c058298%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: how can I use tiddlywiki5 on tiddlyspot?!

2018-02-07 Thread Diego Mesa
Hey Krishaan,

I was in exactly this same boat. This is what I did.


   1. Go to tiddlyspot.com and make a new site ID. This will be your url so 
   choose it well. For example if you site ID is testingsite, you wiki will be 
   at testingsite.tiddlyspot.com
   2. Download an empty from tiddlywiki.com
   3. From the chrome browser (it didnt work for me in FF), open the empty 
   and from the control panel go to:
   - A: Go to Saving-->General and select: DO NOT Save changes automatically
  - B: Go to Saving-->TiddlySpot Saver and put in your siteID and 
  tiddlyspot password
  4. Click the save button on the wiki 
   
This should upload this empty tw5 to your tiddlyspot. Once its on 
tiddlyspot, I just:

   1. opened my tiddlyspot url from chrome 
   2. Go to Saving-->TiddlySpot Saver and put in your siteID and tiddlyspot 
   password
   3. Dragged my local wiki with the content I want to be on tiddlyspot 
   ONTO the tiddlyspot wiki to import it.
   4. Clicked save on my tiddlyspot wiki 
   
And voilà! There it was.


I know it should be simpler, and it probably is. But I spent 20 min trying 
to get it to work the other day, and these are the only steps that worked 
for me.


Best,

Diego


On Wednesday, February 7, 2018 at 9:39:19 AM UTC-6, Krishaan Khubchand 
wrote:
>
> I've been trying to figure this out for 2 days and I haven't got a clue. 
> The instructions on the FAQ make no sense, nor does 
> tiddlywiki5.tiddlyspot.com -- Can someone please give me a layman set of 
> instructions?
>

-- 
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 post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/332b90f2-5744-4c09-9fa7-b3abeb771b3b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [TWC] Local files with TiddlyDesktop or TiddlyServer?

2018-02-07 Thread Jon
Okido, that's an absurdly simple and effective solution that, delightfully, 
also works fine *without* TiddlyDesktop or TiddlyServer. Subdirectories 
work, so I have no problem with being restricted to the download directory.
Robert, thank you for that helpful link! I didn't know about either 
MicroTiddlyServer or that a Classic group had formed. Very useful on both 
counts.

-- 
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 post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/60175d6d-a4ca-4a28-8bba-93df27452588%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Firefox 58 causing trouble or just me?

2018-02-07 Thread PMario
I did create a new issue at github file-backups repo: 
https://github.com/pmario/file-backups/issues/20
-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 post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/d0fe40e7-faef-4ab2-8972-139292219064%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Firefox 58 causing trouble or just me?

2018-02-07 Thread PMario
On Wednesday, February 7, 2018 at 3:05:32 PM UTC+1, Furicle wrote:
>
>
> Full path
> C:\Users\furicle\Downloads\.TW\ToDo-TW5\tdn.html
>
>
>
Ahhh, I think it's the \.TW\  which causes the problem. 

How did you create the directoy.  Windows 10 won't let me create it. 


>From the docs 
:
 


filename Optional
> A string representing a file path relative to the default downloads 
> directory — this provides the location where you want the file to be saved, 
> and what filename you want to use. Absolute paths, empty paths, and paths 
> containing back-references (../) will cause an error. If omitted, this 
> value will default to the filename already given to the download file, and 
> a location immediately inside the downloads directory.


And it may be the back-reference that causes the problem. 

Can you try to remove the dot in .TW ???

-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 post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/7c614270-b4ab-4ab8-83e7-3d78a9ef3116%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] Tradução em Português do Brasil - Language for Brazilian Portuguese Translation - pt_BR

2018-02-07 Thread Jeremy Ruston
Hi Mauricio

Many thanks for your work on this, it’s always a pleasure to welcome another 
translation.

I’ve committed the translation here for v5.1.16:

https://github.com/Jermolene/TiddlyWiki5/commit/86266c506f8dffddd1bf00745c19b72e25b87b14
 


I’ve also updated the prerelease so that you can try it out:

https://tiddlywiki.com/prerelease/editions/full 


If you’ve further updates please start with the updated translators edition:

https://tiddlywiki.com/prerelease/editions/translators 


Many thanks,

Jeremy.






> 
> Any help is welcome, use this topic to contribute and report errors you find. 
> I did my best in the time that I have, I hope this helps many people. 
>   
> You can do it here in this topic or in group whatsapp that i created to 
> facilitate
> 
> Olá
> Esta é minha primeira contribuição de tradução do Tiddlywiki para português 
> do Brasil.
> Ainda pode haver pequenos erros de tradução e digitação que estou resolvendo 
> logo que encontro.
> 
> A tradução tem base na versão 5.1.14-prerelease mas pode ser usada em versões 
> anteriores.
> 
> Estou disponibilizando dois formatos de arquivo, um é a página de tradução do 
> Tiddlywiki da URL http://tiddlywiki.com/prerelease/editions/translators/
> E o outro é um arquivo exportado como .tid que pode ser usado arrastando para 
> sua página Tiddlywiki, da mesma forma que se instala um plugin e então trocar 
> a linguagem no ControlPanel
> 
> Qualquer ajuda é bem vinda, use esse tópico para contribuir e reportar erros 
> que encontrar.
> Fiz o meu melhor no tempo que tenho livre, espero que isso ajude muitas 
> pessoas.
> You can do it here in this topic or in group whatsapp that i created to 
> facilitate
> 
> Group Tiddlywiki Brasil in Whatsapp 
> https://chat.whatsapp.com/3fntjE3lzls4H7eY3kIRaJ 
> 
> 
> To install, download the file " $__languages_pt-BR.json.tid " and drag to 
> your page in the browser.   
> Para instalar, baixe o arquivo " $__languages_pt-BR.json.tid " e arraste para 
> sua página no navegador.
> 
> -- 
> 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 post to this group, send email to tiddlywiki@googlegroups.com 
> .
> Visit this group at https://groups.google.com/group/tiddlywiki 
> .
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/tiddlywiki/7836fc5c-0747-45d4-ad57-306080ba67e7%40googlegroups.com
>  
> .
> For more options, visit https://groups.google.com/d/optout 
> .
> <$__languages_pt-BR.json.tid>

-- 
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 post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/F9257A93-980F-42E2-948A-6B8990B0BFC1%40gmail.com.
For more options, visit https://groups.google.com/d/optout.


[tw] how can I use tiddlywiki5 on tiddlyspot?!

2018-02-07 Thread Krishaan Khubchand
I've been trying to figure this out for 2 days and I haven't got a clue. 
The instructions on the FAQ make no sense, nor 
does tiddlywiki5.tiddlyspot.com -- Can someone please give me a layman set 
of instructions?

-- 
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 post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/c9bd3d43-196e-47c9-99a6-bc6c9f678005%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Firefox 58 causing trouble or just me?

2018-02-07 Thread 'Mark S.' via TiddlyWiki
Is it possible that 58 is confused by the .TW ? Have you tried it with just 
plain TW ?

On Wednesday, February 7, 2018 at 6:05:32 AM UTC-8, Furicle wrote:
>
> Sorry, cropped a bit much didn't I?
>
> Just tdn.html
>
>
> Full path
> C:\Users\furicle\Downloads\.TW\ToDo-TW5\tdn.html
>
>
>
>
> On Tuesday, February 6, 2018 at 6:50:38 PM UTC-5, PMario wrote:
>>
>> On Tuesday, February 6, 2018 at 4:57:36 PM UTC+1, Furicle wrote:
>>>
>>> OK - so I dug a little bit deeper.
>>> On my machine apparently the plug in isn't seeing the wiki file name?
>>>
>>
>> What's the name of your TW 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 post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/2bd524ba-79ed-48c3-b888-99cb4622eeca%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: How-To?: Search/Filter by multiple Tags with checkboxes or buttons for tags /taggroups

2018-02-07 Thread 'Mark S.' via TiddlyWiki
Here's an ugly, proof-of-concept approach. Make a tiddler:

<$macrocall
$name="toc-tabbed-internal-nav"
tag="TableOfContents"
selectedTiddler="$:/temp/toc/selectedTiddler"
unselectedText="Select a topic in the table of contents. Click the 
arrow to expand a topic."
missingText="Missing tiddler."
template="CheckboxTemplate"
/>
<$edit-text tiddler=additionalCriteria tag=input size=20 />
<>

Then make a template tiddler called CheckboxTemplate with these contents:

<$checkbox field="criteria" tag={{!!title}} checked="yes" unchecked="no"/> 
{{!!title}}Enter code here...

Now you can check tiddlers using the checkbox that appears to the right in 
the TOC tag tree. The results appear below. You can filter the results with 
the edit box.

There are lots of refinements possible.

Good luck,

-- Mark


On Tuesday, February 6, 2018 at 5:37:50 PM UTC-8, Surya wrote:
>
> Hello,
>
> one big wish I have:
>
> I want to be able to search / filter by multiple tags with the following 
> features:
>
>
>- The tags should be visible & choosable
>   - The best would be checkboxes for each tag by which I want to 
>   choose. But maybe it could be also possible with buttons, which add the 
>   wanted tags to a search field.
>- These tags should be nested by their parent tags (expandable). For 
>example, the following is shown "Countries", "Persons" and "Work or 
>Holiday". When I click on "Countries" all child-tags of "Countries" will 
> be 
>shown ("Holland", "India", "Japan",). I choose Japan and make the 
>parent tag "Countries" shrinked. Then I click on "Persons" >all child-tags 
>of "Persons" are shown and I choose "Tom" & "Linda". Now all tiddlers, 
>which are tagged with Japan & Tom & Linda are shown. I made a picture of 
>what I mean with nested & expanded & shrinked tags (from the software 
>"digiKam".
>- If I added a tag to search-by, I want to be able to remove that tag 
>very easy & fast- like in $:/plugins/danielo/tagSearch. There the 
>added tags are shown as the tagpills with their x in it.
>- The found tiddlers should be shown as a list of links.
>- Before the list of results it should be shown, how many tiddlers are 
>found.
>- Last, but not least, I want to be able at the end to filter the 
>results by prefixes of the title.
>- And finally there should be a button with "Open all found tiddlers".
>
>
> Only as a cream topping, but not essential:
>
>- It would be great, if I could also be able to filter by ratings ($:/
>plugins/tobibeer/rate)
>- And fantastic, if it would be also possible, to filter not only by 
>AND, but additionally by OR. For example "Find all tiddlers tagged with 
>Japan AND Tom OR Linda AND Holiday. So it would find all tiddlers tagged 
>with Japan & Tom & Holiday but also tiddlers tagged with Japan & Linda & 
>Holiday. For each tag I want to be able to choose if AND or OR (default 
>AND). But I guess, that isn't possible, is it?!?
>
>
> I found some interesting Solutions like http://checklist.tiddlyspot.com/ 
> & $:/plugins/danielo/tagSearch and others, but all of them fitted only 
> parts of my need. And I don't know, how to combine them. I tried already to 
> modify them, but only partly successful.
>
>
> Can you help me with that?? PLEASE :-)
> Surya
>
>
>
>

-- 
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 post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/5ae1bc59-9827-49cb-a81a-4d5f767cc10b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] Re: Wish list: a modification to $:/plugins/wikilabs/link-to-tabs

2018-02-07 Thread David Gifford
Hi Josiah

I did try both of the plugins, Mat's and Mario's, and found that in Mat's
plugin, the popup that appears when hovering disappears too quickly when I
move the cursor up to click on the edit button. I like Mario's link image
that stays put on the selected tab and does what it should.

David Gifford
Mexico team leader, Mexico City

*Resonate Global Mission*
*Engaging People. Embracing Christ.*
A Ministry of the Christian Reformed Church
resonateglobalmission.org


On Wed, Feb 7, 2018 at 8:39 AM, @TiddlyTweeter 
wrote:

> Ciao David
>
> Mat developed a plugin that does exactly that. Its obviously needs to be
> on your ;-)
>
> Josiah
>
>
> On Wednesday, 7 February 2018 15:29:09 UTC+1, David Gifford wrote:
>>
>> Hi all
>>
>> I am using $:/plugins/wikilabs/link-to-tabs in my info and to do list
>> TiddlyWiki. Awesome.
>>
>> But it bugs me that I have to do three steps to edit the tiddlers
>> referenced by the tabs: 1) Click on the tab 2) Click on the link image on
>> the tab to open the tiddler. 3) click to edit the tiddler. Since what the
>> user wants to do is edit the tiddler (since she can already view the
>> tiddler in the tab), it makes sense that clicking on the link image would
>> open the tiddler in edit mode. That would reduce from three steps to two.
>>
>> Pleasepleaseplease Mario: modify the plugin, or create a modified version
>> of the plugin with this feature, as this would enhance this plugin!
>>
> --
> 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/D_1lp8cMRuk/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to
> tiddlywiki+unsubscr...@googlegroups.com.
> To post to this group, send email to tiddlywiki@googlegroups.com.
> Visit this group at https://groups.google.com/group/tiddlywiki.
> To view this discussion on the web visit https://groups.google.com/d/
> msgid/tiddlywiki/9f718931-9075-4bb4-af81-498cb73e289c%40googlegroups.com
> 
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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 post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/CANE%3DBFKrY9a%2BOs4tp_p%2BLNLN4ZaRP_NeCz_c6YiuM225wVu0eQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Wish list: a modification to $:/plugins/wikilabs/link-to-tabs

2018-02-07 Thread @TiddlyTweeter
Ciao David

Mat developed a plugin that does exactly that. It obviously needs to be on 
your list! ;-)

Josiah

On Wednesday, 7 February 2018 15:29:09 UTC+1, David Gifford wrote:
>
> Hi all
>
> I am using $:/plugins/wikilabs/link-to-tabs in my info and to do list 
> TiddlyWiki. Awesome. 
>
> But it bugs me that I have to do three steps to edit the tiddlers 
> referenced by the tabs: 1) Click on the tab 2) Click on the link image on 
> the tab to open the tiddler. 3) click to edit the tiddler. Since what the 
> user wants to do is edit the tiddler (since she can already view the 
> tiddler in the tab), it makes sense that clicking on the link image would 
> open the tiddler in edit mode. That would reduce from three steps to two.
>
> Pleasepleaseplease Mario: modify the plugin, or create a modified version 
> of the plugin with this feature, as this would enhance this plugin!
>

-- 
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 post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/8e2936a9-0f3d-4ced-bff2-3195ae3382b8%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Wish list: a modification to $:/plugins/wikilabs/link-to-tabs

2018-02-07 Thread @TiddlyTweeter
Ciao David

Mat developed a plugin that does exactly that. Its obviously needs to be on 
your ;-)

Josiah


On Wednesday, 7 February 2018 15:29:09 UTC+1, David Gifford wrote:
>
> Hi all
>
> I am using $:/plugins/wikilabs/link-to-tabs in my info and to do list 
> TiddlyWiki. Awesome. 
>
> But it bugs me that I have to do three steps to edit the tiddlers 
> referenced by the tabs: 1) Click on the tab 2) Click on the link image on 
> the tab to open the tiddler. 3) click to edit the tiddler. Since what the 
> user wants to do is edit the tiddler (since she can already view the 
> tiddler in the tab), it makes sense that clicking on the link image would 
> open the tiddler in edit mode. That would reduce from three steps to two.
>
> Pleasepleaseplease Mario: modify the plugin, or create a modified version 
> of the plugin with this feature, as this would enhance this plugin!
>

-- 
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 post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/9f718931-9075-4bb4-af81-498cb73e289c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Wish list: a modification to $:/plugins/wikilabs/link-to-tabs

2018-02-07 Thread David Gifford
Hi all

I am using $:/plugins/wikilabs/link-to-tabs in my info and to do list 
TiddlyWiki. Awesome. 

But it bugs me that I have to do three steps to edit the tiddlers 
referenced by the tabs: 1) Click on the tab 2) Click on the link image on 
the tab to open the tiddler. 3) click to edit the tiddler. Since what the 
user wants to do is edit the tiddler (since she can already view the 
tiddler in the tab), it makes sense that clicking on the link image would 
open the tiddler in edit mode. That would reduce from three steps to two.

Pleasepleaseplease Mario: modify the plugin, or create a modified version 
of the plugin with this feature, as this would enhance this plugin!

-- 
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 post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/771d150a-cffc-4b79-9c66-b60261609478%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Firefox 58 causing trouble or just me?

2018-02-07 Thread Furicle
Sorry, cropped a bit much didn't I?

Just tdn.html


Full path
C:\Users\furicle\Downloads\.TW\ToDo-TW5\tdn.html




On Tuesday, February 6, 2018 at 6:50:38 PM UTC-5, PMario wrote:
>
> On Tuesday, February 6, 2018 at 4:57:36 PM UTC+1, Furicle wrote:
>>
>> OK - so I dug a little bit deeper.
>> On my machine apparently the plug in isn't seeing the wiki file name?
>>
>
> What's the name of your TW 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 post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/b43a6d7e-8965-4b14-adaa-265aefce50c2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Simple Tip: An always available search

2018-02-07 Thread Diego Mesa
Thanks Mario!

If any CSS gurus can style it that would be awesome. 

JD's Mobile Layout:

http://j.d.simplemobile.tiddlyspot.com/

Had a search bar appear when the window was small enough. I think this 
could turn into that just always visible. 

Diego 

On Wednesday, February 7, 2018 at 5:33:37 AM UTC-6, PMario wrote:
>
> Hi Diego,
>
> Very nice idea!
>
> -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 post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/4dee774e-56c8-4a70-a828-19f53ce2a595%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: TiddlyWiki enthusiast on the Road - Paris, Portugal, Netherlands

2018-02-07 Thread TonyM
Sylvain,

That would be great however we are not going so south this time, Only Paris 
and North of Paris and North West to Saint-Valery-sur-Somme.

Perhaps another time, I am keen to see your part of France.

I remember drinking Cognac that had being buried in the snow for a week in 
Antarctica, 
with some Russian Cosmonauts singing Russian drogues in Punta Arenas in 
Chile,  
getting very drunk once we moved on to vodka because I spent too long with 
them,
due to the pleas of a Lithuanian travel companion, insisting I stay to look 
after her.
There is more to this story but I have already gone to far since otherwise 
there is only one word that relates to Cognac.

:)

Tony


 



On Wednesday, February 7, 2018 at 7:06:40 AM UTC+11, Sylvain Naudin wrote:
>
>
>
> Le mardi 30 janvier 2018 01:43:27 UTC+1, TonyM a écrit :
>>
>> Folks,
>>
>> Just letting you all know I am travelling on Holiday February 8th to 
>> March 7th to Paris, Portugal (Lisbon/Porto), Netherlands (through Belgium).
>>
>> My french is sketchy and I am only fluent in English but If there is an 
>> opportunity for a meetup I will bring my laptop, my working projects and 
>> ideas.
>>
>> Let me know if you are interested in the next week
>>
>> Regards
>> Tony
>>
>
> Bonjour Tony !
> I'm not working in Paris anymore, just go for work sometimes.
> I'm now near Cognac ;) If you travel in France.
>
> Have a nice trip.
> Sylvain
> https://forum.tiddlywiki.fr
>  
>

-- 
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 post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/e1b2dea9-b0f1-4f8b-8cdb-e6aa177c3fb5%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Simple Tip: An always available search

2018-02-07 Thread PMario
Hi Diego,

Very nice idea!

-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 post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/ba158870-49d3-4740-970d-3c3b65d449d1%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: How to get a record index of a named property from a data tiddler?

2018-02-07 Thread BurningTreeC
or easy: {{datatiddler##nov}}

-- 
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 post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/80f8238d-0fec-4867-aaea-c9e2e55704ad%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: How to get a record index of a named property from a data tiddler?

2018-02-07 Thread BurningTreeC
Hi @oleghbond,

say your data tiddler is called "datatiddler":

<$list filter="[[datatiddler]getindex[nov]]"> <> 

 gives you "30" as result

you can do it in different ways. look 
at https://tiddlywiki.com/#getindex%20Operator

BurningTreeC

Am Mittwoch, 7. Februar 2018 10:18:26 UTC+1 schrieb oleghbond:
>
> Dear All,
>
> I've encountered an issue which I need to resolve, namely: How to get a 
> record index of a named property from a data tiddler?
>
> Say, I've got the following set of records in a data tiddler:
>
> *{"oct":31,"nov":30,"dec":31}*
>
>
> As one can see the number index value of  the named property, say, *"nov"* is 
> 2.
>
> But how can I get this number index using a macros of a plugin?
>
> I feel that it should be somehow simply, but I've no idea how.
>
> I would be grateful for your help.
>
> Olegh
>

-- 
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 post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/68ce1ef5-18eb-4b9c-a155-9f92c82be91a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] Win 7 64 bit - Tiddlydesktop throws internal javascript error

2018-02-07 Thread Brian Kennedy
Hi Jeremy,

v0.0.12 fixed my problem too. No problem now with Greek characters in the 
file path.

Thanks!
Brian

On Thursday, February 1, 2018 at 11:56:04 PM UTC+2, Jeremy Ruston wrote:
>
> Hi Brian, Birthe,
>
> Please try the new TiddlyDesktop v0.0.12 and let me know how you get on:
>
> https://github.com/Jermolene/TiddlyDesktop/releases/tag/v0.0.12
>
> Many thanks,
>
> Jeremy.
>
> On 13 Jan 2018, at 16:04, Jeremy Ruston  
> wrote:
>
> Hi Brian, Birthe
>
> I’ve confirmed the issue on Windows 10, so I think it’s a general Windows 
> issue. The odd thing is that the same code works OK on the Mac. I’ll 
> investigate,
>
> Best wishes
>
> Jeremy.
>
> On 12 Jan 2018, at 12:54, Birthe C  
> wrote:
>
> I have had the same problem with danish letters in filename or filepath. 
> Changing the names cured the problem. And I did not either have any 
> problems in Firefox.
>
> 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+...@googlegroups.com .
> To post to this group, send email to tiddl...@googlegroups.com 
> .
> Visit this group at https://groups.google.com/group/tiddlywiki.
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/tiddlywiki/988a4d41-474f-4651-9d60-7ad191693ecb%40googlegroups.com
>  
> 
> .
> For more options, visit https://groups.google.com/d/optout.
>
>
>
>

-- 
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 post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/fb5b6b4a-4d91-42b0-bcf0-57f6b46ceabc%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] How to get a record index of a named property from a data tiddler?

2018-02-07 Thread oleghbond
Dear All,

I've encountered an issue which I need to resolve, namely: How to get a 
record index of a named property from a data tiddler?

Say, I've got the following set of records in a data tiddler:

*{"oct":31,"nov":30,"dec":31}*


As one can see the number index value of  the named property, say, *"nov"* is 
2.

But how can I get this number index using a macros of a plugin?

I feel that it should be somehow simply, but I've no idea how.

I would be grateful for your help.

Olegh

-- 
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 post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/623ce7a2-4cfe-4dfa-b406-516fe2dea579%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.