[tw] Re: [TW5] Learning SVG

2015-11-15 Thread Tobias Beer

>
> Going on with the next chapters ...
>

:) 

-- 
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 http://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/f27fa41a-67cd-436b-b1ca-58e4e7a1c384%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] Name Changes for Plugins on TiddlyWiki.HowWowNow.com

2015-11-15 Thread Christopher Mann
Hi,

I would like help implementing @tobibeer ’s appropriate suggestions. Whenever I 
work on the plugin, I add features and reorganize code. This morning I added a 
« diff » feature and put the tidders in corresponding grouping folders.

Would anyone like to prototype or even implement @tobibeer ’s suggestions 
below, please?

I also have set up 
http://tiddlywiki.howwownow.com/
as a publicly-editable NodeJS TiddlyWiki where the base content is my HowWowNow 
bundle. Thus it is both an example, and a wiki we can all use for information 
sharing. I will garden from time to time, migrating changes manually to the 
pullout.

The github repository is still

https://github.com/chris2fr/tiddlywiki-bundles

Many thanks,

Enjoy this sunny day or the prototyping or both,

Christopher

> Le 14 nov. 2015 à 18:11, Tobias Beer  a écrit :
> 
> Hi Christopher,
> 
> Cool stuff!
> 
> Sure welcome and think it makes sense to go with the "bundle" idiom. :-)
> 
> I tested it and it worked as expected, that is, the last time I did.
> At some point though, I have no idea what I did exactly,
> it seemed to actually unpack all the tiddlers in the bundle,
> which is not what I would have expected.
> What could I have set to produce that result?
> 
> As for UI, I don't think bundling should be as prominent as a tab in the 
> sidebar.
> Instead, I would create a button in the Tools tab (PageControls)
> which when clicked opens $:/Bundles or something like that.
> 
> This tiddler should do two things:
> show a list of all loaded bundles in this wiki and buttons to delete a bundle.
> displays the "bundle tiddlers manager (what's now in the sidebar)
> ...perhaps in tabs.
> 
> As for 2) the ui right now feels a bit laden and not as intuitive.
> 
> I'd possibly reduce it to the very most minimal ui
> and stuff all the advanced options under a "more" slider / reveal.
> This would possibly not call for a table layout in the end, not sure.
> 
> As a visitor I would perhaps not need those configurations, unless provided 
> by an author who created them.
> So, perhaps also put those under a slider to do "config management".
> 
> As for selecting an existing configuration, I'd rather use radio buttons than 
> buttons, so it's clear what using right now.
> If it was a custom configuration that does not exist as a preset, that should 
> also be clear.
> So, either I am working with a predefined config or on a custom config, not 
> both.
> 
> Perhaps also just use bold text as headings rather than actual headings, or 
> perhaps smaller headings.
> The big ones feel a bit imposing atm, at least in the sidebar... and have you 
> do a lot of scrolling.
> It makes the impression that we're doing something really complicated and it 
> doesn't have to.
> 
> For some buttons, I have no idea what they do, e.g.:
> Init Default Configuration / Bundle (which / where?)
> Sanitize Configuration Settings (what does that mean?)
> Migrate this and that (what do you mean with "Just delete the corresponding 
> tiddlers."?)
> As for the "Bundles usage" section, I'd put it in the readme and not show it 
> in the sidebar or then $:/Bundles.
> 
> "TiddlyWiki as plugout" or "as plugout" / "as plugin" ...I'd simply call the 
> export filter "bundle tiddlers".
> 
> Also, I would not add the export button to the main PageControls
> but rather show it with the button text in the sidebar tab / Bundle manager.
> 
> With respect to
> 
> Sidebar
> [ ] Include Plugout SideBar. Otherwise, just use the control panel.
> 
> I think configuring / exporting bundles and configuring the ui for the bundle 
> plugin are two entirely different things.
> So, I'd put this at the very bottom, because it's not so important.
> 
> In fact, in your wiki I would not use a sidebar at all, a simple tiddler 
> works just right.
> The sidebar should be a place for things you need to access often and quickly.
> 
> I would not put a changelog into the plugin, increasing plugin filesize.
> Instead, put that in your demo wiki.
> Same for all the (version) details in the readme or the Roadmap.
> That does not need to be installed with the plugin.
> 
> Now, that was quite the list, hope it's not overwhelming.
> Thanks for working on this, you possibly noticed I have quite an interest in 
> this bundle (as shadows) topic.
> 
> Best wishes,
> 
> — tb
> 
> -- 
> 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/z7lMus_AZjc/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 http://groups.google.com/group/tiddlywiki 
> 

[tw] [TW5] Auto generated hide toggle button for tasks

2015-11-15 Thread Changhoon Lee
This is some of my task management system.

\define taskbutton(tasklist)
<$button><$list filter="[field:tasklist[$tasklist$]]">
<$action-setfield $field="status" $value="show"/>

Show $tasklist$

<$button><$list filter="[field:tasklist[$tasklist$]]">
<$action-setfield $field="status" $value="hide"/>

Hide $tasklist$

\end

<$list filter="[tag[task]!status[hide]!has[done]each[tasklist]]">
list: <$view field="tasklist"/>
<$list filter="[tasklist{!!tasklist}!status[hide]tag[task]!has[done]]">
<$link to={{!!title}}><$view field='title'/>



As you can see the taskbutton macro, I am manually creating hide button,

Firstly, How do I generate hide button for each tasklist at the top 
automatically?
Secondly, Is it possible to make the taskbutton into one button rather than 
two button?

Lee




-- 
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 http://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/38d3012a-3067-45d5-a778-16be9bde46f1%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: A possible improvement to the examples on tw5.com

2015-11-15 Thread Jed Carty
That makes sense. Hopefully we can get a few examples to figure out what 
works best.

-- 
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 http://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/ea7c4712-7f30-4893-bd8d-c7a6747ed8d4%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] filter operators: tagging[] for fields?

2015-11-15 Thread Erwan

Hi everyone,

I stumbled upon a case where I would need a filter operator which acts 
like tagging[], but for fields: instead of returning the tiddlers tagged 
with the currentTiddler, it would return tiddlers which contain a field 
which has <> as a value for a given field. I actually 
solved my problem another way, but I thought the question might be 
interesting anyway.


Here is the case (actually it's a simplified example): say you have a 
set of tiddlers tagged Author and a set of tiddlers tagged Book, where 
every book tiddler has a field author which points to an author tiddler. 
Imagine for example that the Author tiddlers have a field birth with the 
year they were born, and we are interested in books whose author was 
born a given year.


If we just need a list of the books with this condition, we can do the 
following:



<$list filter="[tag[Author]birth]" variable="currentAuthor">
  <$list filter="[tag[Book]author]">
<$text text=<>/>
  



But what if we want to /count/ the number of books which satisfy the 
condition? If the book tiddlers were /tagged/ with the author instead of 
containing a field with the author, we could do this:


<$count filter="[tag[Author]birthtagging[]tag[Book]]" />

That's why it seems to me that maybe a new filter operator 
"contained-as-field-value[myfield]" would be desirable, so that we could 
do the equivalent:


<$count 
filter="[tag[Author]birthcontained-as-field-value[author]tag[Book]]" 
/>


Does this make any sense? Is there another solution that I missed?


Regards
Erwan



--
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 http://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/5648A36B.5010907%40gmail.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Thoughts for how to handle plugin repository

2015-11-15 Thread Matthew Lauber
I guess my title was poorly worded. I'm looking for a way to make it easier to 
develop and contribute to plugins.  If plugins are their own git repos, is 
easier to contribute fixes and improvements.  

-- 
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 http://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/8720210b-6280-4602-9db7-97d74b919e30%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Thoughts for how to handle plugin repository

2015-11-15 Thread BJ

HI Matt,
there are couple of points that need to be raised:
1.All releases of a plugin should be available.
2.There are two ways to include a plugin into a node tiddlywiki - thru a 
plugin tiddler or by checking out the repository.

As tiddlywiki has changed I have had to make numerous changes to my plugins 
to keep them working - 
On Sunday, November 15, 2015 at 3:12:37 PM UTC, Matthew Lauber wrote:
>
> I guess my title was poorly worded. I'm looking for a way to make it 
> easier to develop and contribute to plugins.  If plugins are their own git 
> repos, is easier to contribute fixes and improvements.  And if I can get 
> travis to compile them, then any fixes automatically get released to the 
> same location. 
>

-- 
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 http://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/db6cfde1-efc5-4039-8f6e-6ec9060c03e5%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Math.js Plugin

2015-11-15 Thread BJ
Hi Matt,
I think variables have to be used like this;

<$set name="myVariable" value="Some text">
<$text text=<>/>


so you could do:

<$calc variable="some-variable">
1 + 1
<$results>
<< some-variable >>
<$/results>



all the best
BJ


the setting (writer) widget needs to  be the parent of the reading widgets.

On Sunday, November 15, 2015 at 11:48:43 AM UTC, Matthew Lauber wrote:
>
> This is more what I was picturing.
>
> <$calc variable="some-variable">1 + 1
> << some-variable >>
>
> or
>
> <$calc variable="some-variable">1 + 1
> <<= some-variable int >>
> <<= some-variable float >>
>
> Where adding the "variable" parameter means the <$calc> block doesn't add 
> anything to the DOM at all.  No need for a second block to hide it.  Just 
> stores it in a variable the same as any other widget.   Then we can look at 
> if casts make sense or not.  Honestly, I feel like that should be part of 
> the expression, not the macro.  
>
>
>
> On Sunday, November 15, 2015 at 1:34:02 AM UTC-5, Tobias Beer wrote:
>>
>> At 2nd thought, there's no need for another widget:
>>  
>> <$calc>1 + 1.1
>> <<= #some-reference int>>
>>
>> *returns:* 2
>>
>> or...
>>
>> <$calc>1 + 1
>> 1.1
>> <<= .some-reference float>>
>>
>> *returns:* 2 1.1
>>
>> Best wishes,
>>
>> — tb
>>
>

-- 
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 http://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/4aee48c3-f2fe-4b62-a055-11f835ca%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Math.js Plugin

2015-11-15 Thread Tobias Beer
Hi Matabele,
 

> I think variables have to be used like this;
>

I think the point is to follow a different paradigm than variables / 
macros, because those follow the "attribute-evaluation" paradigm whereas 
the proposal takes the output of any given dom-/widget-tree rendered before 
and then reads that into a variable. Quite straight forward, it seems, and 
also quite independent from any nesting requirements... which feels rather 
appealing.

However, the problem with an example like...

<$calc>{{Text!!Reference}} + 
{{Another##reference}}
<<= my-var>>

...would still be: How does the instance / value of <<= my-var>> get 
updated should the values retrieved from the above text-references change?

It's pretty much the very same problem that Matthew pointed out to begin 
with, that the macro would never get updated should the references it 
relies on update, in this case form a widget(-tree).

So, what appears necessary and hopefully possible is that a *calc* macro 
would...

   1. parse its expression for text references
   2. register a change handler for any of those references at the 
   respective parent widget / element where it is used as an attribute
  - this would trigger an update to the widget-tree should any 
  references change
   3. if used as-is in wikitext, that is: not as an element attribute, it 
   would output a *<$calc>* widget which then does all the update handling

@Matthew, @Matabele, @Jeremy: Does that make sense?

Best wishes,

— tb

-- 
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 http://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/82d52743-a78a-45d1-a2da-903f7d4e1f7f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] A possible improvement to the examples on tw5.com

2015-11-15 Thread Jed Carty
There was some discussion during the hangout yesterday about improving the 
presentation of the examples on tw5.com. One of the ideas was to change the 
examples so that you could exit the example in a text box and see the 
results displayed. This gives the user a little sandbox to play in and do 
live edits of the examples to see how changes affect the result. I put 
together a demo of what I think is a good way to implement this change here 
. It also suggests a 
more structured format for examples on tw5.com and may have a slightly 
friendlier method of creating the examples.

It uses a separate tiddler for each example and displays each one using a 
macro. In that sense the only difference between this and the macro used on 
the site is that the code is editable in this version. Having each example 
in its own tiddler dose give some benefits though, since lists of examples 
can be automatically populated using filters to simplify adding new 
examples and it would allow a searchable list of available examples similar 
to the list on my directory site 
.

Using this could let us make a folder on github for examples and if someone 
wanted to contribute an example all they would need to do is upload a 
single tiddler and not have to worry about editing the tiddler listing 
examples on the site.

Any thoughts or feedback before I try making some pull requests for tw5.com?

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/a5d5ee74-0381-4934-92e1-6858ee4efbb7%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: A possible improvement to the examples on tw5.com

2015-11-15 Thread Jed Carty
The examples are now inside sliders and there is a reset button to replace 
the example with the original version after a user changes it. The problem 
is that linebreaks aren't preserved in strings stored in fields other than 
the text field. The other options I have come up with for letting the user 
reset the examples is to pack them all in a shadow tiddler so the edited 
tiddler can just be deleted to reset it, or to have a second tiddler that 
doesn't get edited that can be copied into the text field of the edited 
tiddler if it needs to be reset.

I don't really like either of the options, making shadow tiddlers is a bit 
more complex than I would like it to be and I don't want to have two 
tiddlers per example because I am trying to make this as compact as 
possible. Any ideas?

-- 
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 http://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/6ecf1722-63ff-46b6-ae8e-7263ff0750f5%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: A possible improvement to the examples on tw5.com

2015-11-15 Thread Tobias Beer
I have a slightly different vision and will post here when I got to 
producing a prototype.

In general it involves:

   - either fields or tiddlers holding the examples
   - that have a field *demo* set to an *identifier*
 - e.g. field demo-example-foo: ''bold''
  - a *<>* macro then is passed this *identifier* and renders the 
   desired preview, e.g.
  - an edit-text widget to edit the text-reference
  - a preview to show it
   
The demo macro could simply look for a field of that name at the current 
tiddler and if found use it,
Otherwise look for a tiddler where the field demo: demo-example-foo.

Makes sense?

Best wishes,

— tb

-- 
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 http://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/98c9dc62-5005-4a7d-b73c-cfccf33fccb9%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Math.js Plugin

2015-11-15 Thread Matthew Lauber
This is more what I was picturing.

<$calc variable="some-variable">1 + 1
<< some-variable >>

or

<$calc variable="some-variable">1 + 1
<<= some-variable int >>
<<= some-variable float >>

Where adding the "variable" parameter means the <$calc> block doesn't add 
anything to the DOM at all.  No need for a second block to hide it.  Just 
stores it in a variable the same as any other widget.   Then we can look at 
if casts make sense or not.  Honestly, I feel like that should be part of 
the expression, not the macro.  



On Sunday, November 15, 2015 at 1:34:02 AM UTC-5, Tobias Beer wrote:
>
> At 2nd thought, there's no need for another widget:
>  
> <$calc>1 + 1.1
> <<= #some-reference int>>
>
> *returns:* 2
>
> or...
>
> <$calc>1 + 1
> 1.1
> <<= .some-reference float>>
>
> *returns:* 2 1.1
>
> Best wishes,
>
> — tb
>

-- 
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 http://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/e954882a-a7c3-4440-93b0-daacbdd3ca90%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] Math.js Plugin

2015-11-15 Thread Matthew Lauber
@Erwan, I don't have a problem with it, but give me a day or two?  I'm 
working on moving this to a github.io site, and I'm not sure what the exact 
final address will be.

On Sunday, November 15, 2015 at 1:38:44 PM UTC-5, Erwan wrote:
>
>
> Hi Matt,
>
> can I add your wiki to the list of indexed wikis for the CommunitySearch 
> aggregator  please?
>
> Regards,
> Erwan
>
>
> On 13/11/15 20:00, Matthew Lauber wrote:
>
> Hey all, 
>
> I've wrapped math.js's eval function as a javascript macro.  
> http://www.mklauber.com/mathjs.html  For those of you not familiar with 
> math.js and eval, the short of it is that eval is able to intelligently 
> evaluate mathematical expressions while not exposing th typical security 
> issues inherent in eval.  
>
> In addition to just being able to evaluate standard expressions, I've 
> added support for TextReferences among the code, so now you can store data 
> in fields or data tiddlers and right expressions based on that data. 
>  However, one issue I've run into with this is listening for and responding 
> to changes on other tiddlers.  If anyone has a quick suggestion on how to 
> handle that, I would be appreciative.  
>
> Matt Lauber
> -- 
> 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 http://groups.google.com/group/tiddlywiki.
> To view this discussion on the web visit 
> 
> https://groups.google.com/d/msgid/tiddlywiki/f7b4055e-fb25-4556-8cee-fc8dc834d8d5%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 http://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/3254c2ea-9438-4eb8-b83a-1a9efcdf1650%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: filter operators: tagging[] for fields?

2015-11-15 Thread Tobias Beer
Hi Erwan,

I'm not sure I understand your actual query, maybe something like this?

<$set name="author" filter="[tag[Author]birth">
<$count filter="[tag[Book]author"/>


Can you please try and formulate your requirement just with words, no 
talking of TiddlyWiki constructs?

e.g.: count all books which where author is ...

Best wishes,

— tb

-- 
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 http://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/e05fcc09-0f04-447b-a6e7-ee0557cb39c3%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] Math.js Plugin

2015-11-15 Thread Erwan


Hi Matt,

can I add your wiki to the list of indexed wikis for the CommunitySearch 
aggregator  please?


Regards,
Erwan


On 13/11/15 20:00, Matthew Lauber wrote:

Hey all,

I've wrapped math.js's eval function as a javascript macro. 
 http://www.mklauber.com/mathjs.html  For those of you not familiar 
with math.js and eval, the short of it is that eval is able to 
intelligently evaluate mathematical expressions while not exposing th 
typical security issues inherent in eval.


In addition to just being able to evaluate standard expressions, I've 
added support for TextReferences among the code, so now you can store 
data in fields or data tiddlers and right expressions based on that 
data.  However, one issue I've run into with this is listening for and 
responding to changes on other tiddlers.  If anyone has a quick 
suggestion on how to handle that, I would be appreciative.


Matt Lauber
--
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 http://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/f7b4055e-fb25-4556-8cee-fc8dc834d8d5%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 http://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/5648DFC8.1050802%40gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] [TW5] Another calendar plugin

2015-11-15 Thread Erwan


Hi FrD,

Can I add your wiki to the collection of indexed content for the 
CommunitySearch  wiki please?


Regards,
Erwan


On 16/10/15 08:45, FrD wrote:

Hi,

I'm happy to announce the release of my very first plugin for TW5 : a 
simple calendar plugin.


Here  is the home page. Be 
careful, it's an alpha version, and the doc is still incomplete.


I'm a beginner for all that plugin stuff (and for tiddlyspot too) so 
please forgive my clumsiness ! Thanks for Andreas Hahn for his tinka 
plugin.


Any feedback welcome.

TW5 is really an amazing application Thanks for this wonderful tool !

FrD
--
You received this message because you are subscribed to the Google 
Groups "TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send 
an email to tiddlywiki+unsubscr...@googlegroups.com 
.
To post to this group, send email to tiddlywiki@googlegroups.com 
.

Visit this group at http://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/eae212f4-591a-477c-8310-9cecafbf3a41%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 http://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/5648E168.5050202%40gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] [TW5] Another calendar plugin

2015-11-15 Thread FrD
Hi Erwan,

Yes of course. Thanks

FrD

Le dimanche 15 novembre 2015 19:45:40 UTC+1, Erwan a écrit :
>
>
> Hi FrD,
>
> Can I add your wiki to the collection of indexed content for the 
> CommunitySearch  wiki 
> please?
>
> Regards,
> Erwan
>
>
> On 16/10/15 08:45, FrD wrote:
>
> Hi,
>
> I'm happy to announce the release of my very first plugin for TW5 : a 
> simple calendar plugin.
>
> Here  is the home page. Be 
> careful, it's an alpha version, and the doc is still incomplete.
>
> I'm a beginner for all that plugin stuff (and for tiddlyspot too) so 
> please forgive my clumsiness ! Thanks for Andreas Hahn for his tinka plugin.
>
> Any feedback welcome.
>
> TW5 is really an amazing application Thanks for this wonderful tool !
>
> FrD
> -- 
> You received this message because you are subscribed to the Google Groups 
> "TiddlyWiki" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to tiddlywiki+...@googlegroups.com .
> To post to this group, send email to tiddl...@googlegroups.com 
> .
> Visit this group at http://groups.google.com/group/tiddlywiki.
> To view this discussion on the web visit 
> 
> https://groups.google.com/d/msgid/tiddlywiki/eae212f4-591a-477c-8310-9cecafbf3a41%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 http://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/24f15473-8c23-42b4-9995-57967042c81f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] Math.js Plugin

2015-11-15 Thread Matthew Lauber
You can use http://mklauber.github.io/tiddly-mathjs/latest.html  I'm going 
to try to get my build process to keep and document old versions of my 
plugin, but that link will always have the latest version of the plugin.

On Sunday, November 15, 2015 at 2:34:24 PM UTC-5, Matthew Lauber wrote:
>
> @Erwan, I don't have a problem with it, but give me a day or two?  I'm 
> working on moving this to a github.io site, and I'm not sure what the 
> exact final address will be.
>
> On Sunday, November 15, 2015 at 1:38:44 PM UTC-5, Erwan wrote:
>>
>>
>> Hi Matt,
>>
>> can I add your wiki to the list of indexed wikis for the CommunitySearch 
>> aggregator  please?
>>
>> Regards,
>> Erwan
>>
>>
>> On 13/11/15 20:00, Matthew Lauber wrote:
>>
>> Hey all, 
>>
>> I've wrapped math.js's eval function as a javascript macro.  
>> http://www.mklauber.com/mathjs.html  For those of you not familiar with 
>> math.js and eval, the short of it is that eval is able to intelligently 
>> evaluate mathematical expressions while not exposing th typical security 
>> issues inherent in eval.  
>>
>> In addition to just being able to evaluate standard expressions, I've 
>> added support for TextReferences among the code, so now you can store data 
>> in fields or data tiddlers and right expressions based on that data. 
>>  However, one issue I've run into with this is listening for and responding 
>> to changes on other tiddlers.  If anyone has a quick suggestion on how to 
>> handle that, I would be appreciative.  
>>
>> Matt Lauber
>> -- 
>> 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 http://groups.google.com/group/tiddlywiki.
>> To view this discussion on the web visit 
>> 
>> https://groups.google.com/d/msgid/tiddlywiki/f7b4055e-fb25-4556-8cee-fc8dc834d8d5%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 http://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/902e6d17-5c0a-46e4-9fd7-ee75fa65f110%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [TW5] - AsPlugout - Version 0.0.14

2015-11-15 Thread HansWobbe
Very interesting !  I made a small edit just as a trivial test.  I hope to 
be able to get a bit of time to interact further later this year. 

Thanks for creating this and for sharing it.

Regards,
Hans


On Friday, November 13, 2015 at 2:04:36 PM UTC-5, Christopher Mann wrote:
>
> Hey Tobias, 
>
> I think you'll like this one. Plugouts are like plugin-mode: bundle.  I 
> think I have hit much of your required features.
>
> Check it out, and improve on it if you can:
>
> http://tiddlywiki.howwownow.com
>
> Features :
>
> * New Export Filter "As Plugin"
> * Configure Plugin Parameters via Control Panel
> * Configuration via Sidebar if desired
> * Multiple Named Configuration Bundles per Wiki
> * ReadMe Generated from Configuration Tiddler Body
> * Button to Advanced Search Filter for Selective Export
> * Initialization with Default Settings from Wiki Variables
>
> Kind regards,
>
> Christopher
>

-- 
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 http://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/2d4cc438-3b4d-4c2c-87ac-3a5affbb25be%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Tidgraph question

2015-11-15 Thread Tobias Beer
Hi Pit,
 

> Now i want to have a conditional view template which takes the start - 
> value from the title of the current tiddler.


Try...

<$list filter="[all[current]tagging[]limit[1]]">
<$tidgraph start=<>/>


@ihm, when the root tiddler has no children,
the tidgraph widget probably should not output anything (empty dropshadow).
What do you think?

Best wishes,

— tb

-- 
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 http://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/f68500b4-a8e8-45eb-bce7-9cb499756c15%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [TW5] Auto generated hide toggle button for tasks

2015-11-15 Thread Jed Carty
Do you want something like this 
? Tobias is right, there 
isn't really a way to answer your question without some more information.

-- 
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 http://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/7b97f023-0abb-4f27-bdac-ec77e576771f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] [TW5] Calendar Plugin update with datePicker

2015-11-15 Thread FrD
Hi,

I'm happy to inform you of this update for the calendar plugin.
The big change is a datePicker macro (in wikitext) built on the calendar 
macro.

I'd appreciate if you could test these macros and give me some feedback and 
bug reports !

http://simplecalendar.tiddlyspot.com/

FrD

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/8a96e41a-a86e-4c5f-b673-3c34b9475cf1%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [TW5] Calendar Plugin update with datePicker

2015-11-15 Thread Tobias Beer
Hi FrD,

I did a quick search for "datepicker" and just "pick", no results.
Have you perhaps not pushed updated docs yet?

Best wishes,

— tb

-- 
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 http://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/8a59b105-b94d-482c-8127-d4dd589b7c7f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [TW5] Calendar Plugin update with datePicker

2015-11-15 Thread FrD
Hi Tobias,

Did you search on the website ?
When I load the tiddlyspot site (http://simplecalendar.tiddlyspot.com/) 
everything looks fine. But maybe the new version is cached in my browser 
... I don't know what to say (or do).

FrD

Le dimanche 15 novembre 2015 21:58:16 UTC+1, Tobias Beer a écrit :
>
> Hi FrD,
>
> I did a quick search for "datepicker" and just "pick", no results.
> Have you perhaps not pushed updated docs yet?
>
> Best wishes,
>
> — tb
>

-- 
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 http://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/85caaa3e-889b-4d54-892b-f86fe1570bdf%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] Re: [TW5] - AsPlugout - Version 0.0.14

2015-11-15 Thread christopher
Hi Hans,

You are quite welcome. It did take me more time than I realized. I kept getting 
these new ideas, and time just flew by.

I wrote it for myself. The UI isn't intuitive at all, I'd imagine. When I want 
to polish the UI, I would just add features or do something operational. 

I am sorry, but I think I trashed your modification inadvertently, or without 
paying attention. I saw that one tiddler was changed, and I just deleted it. I 
applogize.

http://tiddlywiki.howwownow.com is meant to showcase the feature as well. There 
is also my other plugin "goodies" showcased there as well.

I am looking for someone to help with the UI improvements Tobias mentioned. 
They are in the wiki on the showcase site.

Take care,

Christopher

> On 15 Nov 2015, at 21:23, HansWobbe  wrote:
> 
> Very interesting !  I made a small edit just as a trivial test.  I hope to be 
> able to get a bit of time to interact further later this year. 
> 
> Thanks for creating this and for sharing it.
> 
> Regards,
> Hans
> 
> 
>> On Friday, November 13, 2015 at 2:04:36 PM UTC-5, Christopher Mann wrote:
>> Hey Tobias, 
>> 
>> I think you'll like this one. Plugouts are like plugin-mode: bundle.  I 
>> think I have hit much of your required features.
>> 
>> Check it out, and improve on it if you can:
>> 
>> http://tiddlywiki.howwownow.com
>> 
>> Features :
>> 
>> * New Export Filter "As Plugin"
>> * Configure Plugin Parameters via Control Panel
>> * Configuration via Sidebar if desired
>> * Multiple Named Configuration Bundles per Wiki
>> * ReadMe Generated from Configuration Tiddler Body
>> * Button to Advanced Search Filter for Selective Export
>> * Initialization with Default Settings from Wiki Variables
>> 
>> Kind regards,
>> 
>> Christopher
> 
> -- 
> 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/iRYI0YrVe9U/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 http://groups.google.com/group/tiddlywiki.
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/tiddlywiki/2d4cc438-3b4d-4c2c-87ac-3a5affbb25be%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 http://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/C7A978AF-F4E6-4CEF-99FC-4067413F236B%40mann.fr.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [TW5] Calendar Plugin update with datePicker

2015-11-15 Thread Tobias Beer
Hi FrD,
 

> When I load the tiddlyspot site (http://simplecalendar.tiddlyspot.com/) 
> everything looks fine.
>

Mhhh, tiddlyspot and caching... just a thing to remember.

Opening...

http://simplecalendar.tiddlyspot.com/?something

...I get an updated uncached version that looks very different from the 
last version ;-)

Best wishes,

— tb

-- 
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 http://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/42f1498d-1d22-4924-bc39-f53c0c78bfcd%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [TW5] Calendar Plugin update with datePicker

2015-11-15 Thread Tobias Beer
Oh, and, great stuff!

Best wishes,

— tb

-- 
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 http://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/2a5f246f-4ad7-404a-aadd-dac66dd612df%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] Re: [TW5] - AsPlugout - Version 0.0.14

2015-11-15 Thread HansWobbe
Christopher:

Don't worry about the lost edit.  It really was just a trivial edit.

As for helping, I am afraid I cannot since I am extremely time-challenged 
just now due t being in the last stages of building a house in another 
city.  I'm hoping to be able to move before 2016-Spring and finally get out 
of this intense "commute" mode I am currently trapped in, but "who knows" 
what new delays might emerge :-)

Best regards,
Hans


On Sunday, November 15, 2015 at 4:07:30 PM UTC-5, Christopher Mann wrote:
>
> Hi Hans,
>
> ...
>
 

> I am sorry, but I think I trashed your modification inadvertently, or 
> without paying attention. I saw that one tiddler was changed, and I just 
> deleted it. I applogize.
>
> http://tiddlywiki.howwownow.com is meant to showcase the feature as well. 
> There is also my other plugin "goodies" showcased there as well.
>
> I am looking for someone to help with the UI improvements Tobias 
> mentioned. They are in the wiki on the showcase site.
>
> Take care,
>
> Christopher
>
> On 15 Nov 2015, at 21:23, HansWobbe  
> wrote:
>
> Very interesting !  I made a small edit just as a trivial test.  I hope to 
> be able to get a bit of time to interact further later this year. 
>
> Thanks for creating this and for sharing it.
>
> Regards,
> Hans
>
>
> On Friday, November 13, 2015 at 2:04:36 PM UTC-5, Christopher Mann wrote:
>>
>> Hey Tobias, 
>>
>> I think you'll like this one. Plugouts are like plugin-mode: bundle.  I 
>> think I have hit much of your required features.
>>
>> Check it out, and improve on it if you can:
>>
>> http://tiddlywiki.howwownow.com
>>
>> Features :
>>
>> * New Export Filter "As Plugin"
>> * Configure Plugin Parameters via Control Panel
>> * Configuration via Sidebar if desired
>> * Multiple Named Configuration Bundles per Wiki
>> * ReadMe Generated from Configuration Tiddler Body
>> * Button to Advanced Search Filter for Selective Export
>> * Initialization with Default Settings from Wiki Variables
>>
>> Kind regards,
>>
>> Christopher
>>
> -- 
> 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/iRYI0YrVe9U/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 http://groups.google.com/group/tiddlywiki.
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/tiddlywiki/2d4cc438-3b4d-4c2c-87ac-3a5affbb25be%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 http://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/efc894be-5ad4-49ae-ba30-0fa078e9fbea%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] Re: filter operators: tagging[] for fields?

2015-11-15 Thread Erwan


Hi Tobias,

oh right, I didn't realize "listed" can take a parameter.
There's just a little issue if the name contain spaces: I assume there's 
no other way but enclosing the name between square brackets?


Thank you!
Erwan



On 15/11/15 18:48, Tobias Beer wrote:

Hi Erwan,

Try...

|
<$count filter="[tag[Author]gender[female]listed[author]tag[Book]]"/>
|

Best wishes,

— tb
--
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 http://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/05579e0c-25c1-48b7-b539-8585aad1dd16%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 http://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/564926D7.4050704%40gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] [TW5] - AsPlugout - Version 0.0.14

2015-11-15 Thread Erwan


Thank you!

On 15/11/15 18:36, Christopher Mann wrote:

Hi Erwan,

Please do!

Pleasant evening,

C:

Christopher

Le 15 nov. 2015 à 20:37, Erwan > a écrit :



Hi Christopher,

Is it ok if I add your wiki to the list for the CommunitySearch 
aggregator  to index it?


Regards
Erwan


On 13/11/15 19:04, Christopher Mann wrote:

Hey Tobias,

I think you'll like this one. Plugouts are like plugin-mode: bundle. 
 I think I have hit much of your required features.


Check it out, and improve on it if you can:

http://tiddlywiki.howwownow.com

Features :

* New Export Filter "As Plugin"
* Configure Plugin Parameters via Control Panel
* Configuration via Sidebar if desired
* Multiple Named Configuration Bundles per Wiki
* ReadMe Generated from Configuration Tiddler Body
* Button to Advanced Search Filter for Selective Export
* Initialization with Default Settings from Wiki Variables

Kind regards,

Christopher
--
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 http://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/b2e439bb-bc5f-4afd-9269-1e7fa23db6c7%40googlegroups.com.

For more options, visit https://groups.google.com/d/optout.



--
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/iRYI0YrVe9U/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 http://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/5648DEFB.5060901%40gmail.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 http://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/7BB89F1F-65CC-41FF-92D3-77FA1ADB5F81%40mann.fr 
.

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 http://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/56492976.1050909%40gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] Tidgraph question

2015-11-15 Thread ihm4u

Hi Pit.W,


Tidgraph is invoked with a charmingly simple line with start="Some tiddler"

Now i want to have a conditional view template which takes the start  
- value from the title of the current tiddler


Try

<$tidgraph start={{!!title}} />

That should work.

thanks!
ihm


--
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 http://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/20151115171130.Horde.rsFUqRTaLrU5HSKzBHejD4G%40www.newsfromgod.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] Re: [TW5] Tidgraph - Easy tiddler graphs - New version 0.8.17

2015-11-15 Thread ihm4u

Hi Tobias,


You're very welcome. It's a great (actually quite little) plugin with big
potential.


Thanks!!!



What would you think about me opening up a bunch of issues in your repo
with my suggestions, so you can further chunk them up or give code-related
feedback, talk details, etc.?



Thanks for the offer, but it would be kind of hard at the moment to keep track
of it on github for me.

Appreciate your help very much, and most of all your ideas!! It would  
have never
occurred to me to use node templates, and now that I have some code  
working it is

AMAZING!! It will allow people to share "node templates"!! That is great.

This is why this community is so great!!

ihm

--
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 http://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/20151115180526.Horde.Q_bcKqVUuRKfudqI2w49_xO%40www.newsfromgod.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] [TW5] Another calendar plugin

2015-11-15 Thread Erwan


Thank you!

On 15/11/15 19:05, FrD wrote:

Hi Erwan,

Yes of course. Thanks

FrD

Le dimanche 15 novembre 2015 19:45:40 UTC+1, Erwan a écrit :


Hi FrD,

Can I add your wiki to the collection of indexed content for the
CommunitySearch 
wiki please?

Regards,
Erwan


On 16/10/15 08:45, FrD wrote:

Hi,

I'm happy to announce the release of my very first plugin for TW5
: a simple calendar plugin.

Here  is the home page. Be
careful, it's an alpha version, and the doc is still incomplete.

I'm a beginner for all that plugin stuff (and for tiddlyspot too)
so please forgive my clumsiness ! Thanks for Andreas Hahn for his
tinka plugin.

Any feedback welcome.

TW5 is really an amazing application Thanks for this wonderful tool !

FrD
-- 
You received this message because you are subscribed to the

Google Groups "TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it,
send an email to tiddlywiki+...@googlegroups.com .
To post to this group, send email to tiddl...@googlegroups.com
.
Visit this group at http://groups.google.com/group/tiddlywiki
.
To view this discussion on the web visit

https://groups.google.com/d/msgid/tiddlywiki/eae212f4-591a-477c-8310-9cecafbf3a41%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 http://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/24f15473-8c23-42b4-9995-57967042c81f%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 http://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/564927B6.7010303%40gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] Re: Tidgraph question

2015-11-15 Thread ihm4u

Hi Tobias, Pit.W


Try...

<$list filter="[all[current]tagging[]limit[1]]">
<$tidgraph start=<>/>



Maybe
<$tidgraph start={{!!title}} />

is better and simpler, what do you think?


@ihm, when the root tiddler has no children,
the tidgraph widget probably should not output anything (empty dropshadow).
What do you think?


Well, if the root tiddler has no children then it should show the  
graph with one node, the root tiddler. That should be happening  
already, let me know if it is not.


Maybe the question is more what to do if the start tiddler does not  
exist, right now it graphs an  'undefined'  node. I think it is better  
for it  not output anything like you said.


I will add that asap.

BTW, I am making great progress on node templates, beta release coming soon!!

thanks!!

ihm

--
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 http://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/20151115171922.Horde.OoWugH2Gq3dXa9R4lYqQBSp%40www.newsfromgod.com.
For more options, visit https://groups.google.com/d/optout.


[tw] TW5 Keyboard Shortcut to Create a New Tiddler?

2015-11-15 Thread leeand00
In TW4 you could create a new Tiddler by pressing CTRL+SHIFT+N 

Does TW5 have an equivalent?

Thank you
Andrew J. Leer

-- 
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 http://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/d2e8896a-b66a-4074-9f33-5d73b964423b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: TW5 Keyboard Shortcut to Create a New Tiddler?

2015-11-15 Thread Eric Shulman
On Sunday, November 15, 2015 at 5:01:45 PM UTC-8, leeand00 wrote:
>
> In TW4 you could create a new Tiddler by pressing CTRL+SHIFT+N 
>
> Does TW5 have an equivalent?
>

HTML button elements can be assigned an "accesskey" attribute that 
specifies a keyboard shortcut letter (e.g., accesskey="N").

Currently, the TW5 <$button> widget doesn't recognize this attribute, but 
it would be relatively simple to add it to the code:

in $:/core/modules/widgets/button.js, following these lines:
if(this["aria-label"]) {
 domNode.setAttribute("aria-label",this["aria-label"]);
}
add:
if(this["accesskey"]) {
 domNode.setAttribute("accesskey",this["accesskey"]);
}

The rest is handled automatically by the browser.

enjoy,
-e

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/de407568-d6c8-4c05-b1ee-4ad88d7dfe92%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] Math.js Plugin

2015-11-15 Thread Erwan


Perfect, thanks!
Anyway I can always update the address later if needed. Normally if you 
post it on the group I should be able to see it (normally...)


Erwan


On 15/11/15 20:23, Matthew Lauber wrote:
You can use http://mklauber.github.io/tiddly-mathjs/latest.html  I'm 
going to try to get my build process to keep and document old versions 
of my plugin, but that link will always have the latest version of the 
plugin.


On Sunday, November 15, 2015 at 2:34:24 PM UTC-5, Matthew Lauber wrote:

@Erwan, I don't have a problem with it, but give me a day or two?
 I'm working on moving this to a github.io 
site, and I'm not sure what the exact final address will be.

On Sunday, November 15, 2015 at 1:38:44 PM UTC-5, Erwan wrote:


Hi Matt,

can I add your wiki to the list of indexed wikis for the
CommunitySearch aggregator
 please?

Regards,
Erwan


On 13/11/15 20:00, Matthew Lauber wrote:

Hey all,

I've wrapped math.js's eval function as a javascript macro.
http://www.mklauber.com/mathjs.html
  For those of you not
familiar with math.js and eval, the short of it is that eval
is able to intelligently evaluate mathematical expressions
while not exposing th typical security issues inherent in eval.

In addition to just being able to evaluate standard
expressions, I've added support for TextReferences among the
code, so now you can store data in fields or data tiddlers
and right expressions based on that data.  However, one issue
I've run into with this is listening for and responding to
changes on other tiddlers.  If anyone has a quick suggestion
on how to handle that, I would be appreciative.

Matt Lauber
-- 
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 http://groups.google.com/group/tiddlywiki
.
To view this discussion on the web visit

https://groups.google.com/d/msgid/tiddlywiki/f7b4055e-fb25-4556-8cee-fc8dc834d8d5%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 http://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/902e6d17-5c0a-46e4-9fd7-ee75fa65f110%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 http://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/56492891.4070409%40gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] Re: filter operators: tagging[] for fields?

2015-11-15 Thread Tobias Beer
Hi Erwan,

<$count filter="[tag[Author]gender[female]listed[author]tag[Book]]"/>

There's just a little issue if the name contain spaces: I assume there's no 
> other way but enclosing the name between square brackets?
>

Can you give an example that would fail?
I would have expected it to handle titles with spaces just fine.
The list / listed filters do not expect words, but rather fields that work 
like the tags field.

Best wishes,

— tb 

-- 
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 http://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/2ef4b11c-021a-45ae-8bf5-7184fc758aff%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: TW5 Keyboard Shortcut to Create a New Tiddler?

2015-11-15 Thread Tobias Beer
Hi Eric
 

> Currently, the TW5 <$button> widget doesn't recognize this attribute, but 
> it would be relatively simple to add it to the code:
>
> in $:/core/modules/widgets/button.js, following these lines:
> if(this["aria-label"]) {
>  domNode.setAttribute("aria-label",this["aria-label"]);
> }
> add:
> if(this["accesskey"]) {
>  domNode.setAttribute("accesskey",this["accesskey"]);
> }
>

While that is one possible way to go about it, it would also require for 
there to be a visible button at all times, which is not always true, e.g. 
if the "new tiddler" button was under *Sidebar > Tools*. Unless, of course, 
we had an invisible button somewhere.

Personally, I'd prefer a new *EventWidget* that allows to bind events to 
subsequent actions within it. Your feedback is very welcome:

*1970 Generic EventWidget*
https://github.com/Jermolene/TiddlyWiki5/issues/1970

Best wishes,

— tb

-- 
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 http://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/c31a6e22-5089-4793-a6a3-b5a697e85abb%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Thoughts for how to handle plugin repository

2015-11-15 Thread Matthew Lauber
Ok I've handled some of the issues you've raised.  The build process now 
creates both http://mklauber.github.io/tiddly-mathjs/latest.html 
and http://mklauber.github.io/tiddly-mathjs/x.x.x.html files, where x.x.x 
relates to various plugin versions.  IT's still a bit hacky, but as I'm 
working on improving the math.js plugin, I'm hoping to improve the 
.travis.yml build file.  One thing that's not setup yet is to have the 
latest.html file list/link to older versions of the plugin.  Also, I've not 
implemented git tagging yet, so I'll need to sort that out in the coming 
days.  

On Sunday, November 15, 2015 at 11:17:13 AM UTC-5, BJ wrote:
>
>
> HI Matt,
> there are couple of points that need to be raised:
> 1.All releases of a plugin should be available.
> 2.There are two ways to include a plugin into a node tiddlywiki - thru a 
> plugin tiddler or by putting its source into the tiddlywiki tree.
>
> As tiddlywiki has changed I have had to make numerous changes to my 
> plugins to keep them working - it is not always possible  to make the 
> plugins work with all version of tw, therefore all released versions of the 
> plugin should be made available (I have not done this yet). - I think maybe 
> a plugin could be make that would 'host' multiple versions of a 
> plugin.(maybe a plugin containing all the version of a plugin maybe).
>
> With the node version of tiddlywiki it is not specified how the versions 
> should be made available - they could be zips for example, or branches/tags 
> of a repository. - there needs to be some standards here.
>
> all the best 
> BJ
>
> On Sunday, November 15, 2015 at 3:12:37 PM UTC, Matthew Lauber wrote:
>>
>> I guess my title was poorly worded. I'm looking for a way to make it 
>> easier to develop and contribute to plugins.  If plugins are their own git 
>> repos, is easier to contribute fixes and improvements.  And if I can get 
>> travis to compile them, then any fixes automatically get released to the 
>> same location. 
>>
>

-- 
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 http://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/c4c867df-163f-4eba-8904-0367b3c12269%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] Math.js Plugin

2015-11-15 Thread Matthew Lauber
All, the official source for this plugin now lives 
at https://github.com/mklauber/tiddly-mathjs  Feel free to fork and/or open 
PRs for improvements.  The latest version of it will be available 
automatically at http://mklauber.github.io/tiddly-mathjs/latest.html and 
older versions at http://mklauber.github.io/tiddly-mathjs/x.x.x.html 

On Sunday, November 15, 2015 at 6:49:20 PM UTC-5, Erwan wrote:
>
>
> Perfect, thanks!
> Anyway I can always update the address later if needed. Normally if you 
> post it on the group I should be able to see it (normally...)
>
> Erwan
>
>
> On 15/11/15 20:23, Matthew Lauber wrote:
>
> You can use http://mklauber.github.io/tiddly-mathjs/latest.html  I'm 
> going to try to get my build process to keep and document old versions of 
> my plugin, but that link will always have the latest version of the plugin.
>
> On Sunday, November 15, 2015 at 2:34:24 PM UTC-5, Matthew Lauber wrote: 
>>
>> @Erwan, I don't have a problem with it, but give me a day or two?  I'm 
>> working on moving this to a github.io site, and I'm not sure what the 
>> exact final address will be.
>>
>> On Sunday, November 15, 2015 at 1:38:44 PM UTC-5, Erwan wrote: 
>>>
>>>
>>> Hi Matt,
>>>
>>> can I add your wiki to the list of indexed wikis for the CommunitySearch 
>>> aggregator  please?
>>>
>>> Regards,
>>> Erwan
>>>
>>>
>>> On 13/11/15 20:00, Matthew Lauber wrote:
>>>
>>> Hey all, 
>>>
>>> I've wrapped math.js's eval function as a javascript macro.  
>>> http://www.mklauber.com/mathjs.html  For those of you not familiar with 
>>> math.js and eval, the short of it is that eval is able to intelligently 
>>> evaluate mathematical expressions while not exposing th typical security 
>>> issues inherent in eval.  
>>>
>>> In addition to just being able to evaluate standard expressions, I've 
>>> added support for TextReferences among the code, so now you can store data 
>>> in fields or data tiddlers and right expressions based on that data. 
>>>  However, one issue I've run into with this is listening for and responding 
>>> to changes on other tiddlers.  If anyone has a quick suggestion on how to 
>>> handle that, I would be appreciative.  
>>>
>>> Matt Lauber
>>> -- 
>>> 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 http://groups.google.com/group/tiddlywiki.
>>> To view this discussion on the web visit 
>>> 
>>> https://groups.google.com/d/
>>> msgid/tiddlywiki/f7b4055e-fb25-4556-8cee-fc8dc834d8d5%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+...@googlegroups.com .
> To post to this group, send email to tiddl...@googlegroups.com 
> .
> Visit this group at http://groups.google.com/group/tiddlywiki.
> To view this discussion on the web visit 
> 
> https://groups.google.com/d/msgid/tiddlywiki/902e6d17-5c0a-46e4-9fd7-ee75fa65f110%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 http://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/8c2e4ca9-b353-4473-9df9-330c521bfe3a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] Re: [TW5] - AsPlugout - Version 0.0.14

2015-11-15 Thread Tobias Beer
Hi Christopher,
 

> There is also my other plugin "goodies" showcased there as well.
>

I would perhaps make two different demos / docs,
one for goodies and one for the plugout / bundle plugin.

Actually, I don't have the slightest idea what the goodies bar at the 
bottom of a tiddler does.
I would have guessed it's something like your personal setup of things or 
such.

So, I'd recommend not showcasing it in the same context.
However, you can very well showcase "plugout" alongside "goodies" in a 
goodies wiki, insofar as they are intertwined.

Best wishes,

— tb

-- 
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 http://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/5c046db2-e14d-4404-a10b-77a4ccbaab5b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [TW5] Auto generated hide toggle button for tasks

2015-11-15 Thread Tobias Beer
Hi CL,

Thanks for the examples. I'm afraid, I still don't quite understand what it 
is you're after.
Perhaps skipping any code-talk, what precisely is the functionality you'd 
be wanting?

Is it that you want a global *state *that stores whether a category is 
folded / unfolded?
You may need a helper macro for that, e.g.

\define cat-list(tiddler)
<$set name="state" value=<>>
<$reveal type="match" state=<> text="">
...



Here's what I am seeing so far:

   - nested lists of categories containing tasks whereas
   - categories can be "folded" and "unfolded"
  - tasks marked "done" are then hidden
   
Some recommendations:

   - I would put the category name inside the button that toggles it's 
   visibility
   - otherwise link to a tiddler by that name
  - if you give that a field like *is:task-category* then you can have 
  a conditional view-template 
   
that 
  shows a "related list" for all such tiddlers containing the tasks that 
  belong to the category
  - alternative to *is:task-category* you could also just give it the 
  tag "*Category*", if you want that to be more visible
   
Best wishes,

— tb

-- 
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 http://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/3d64ea20-9a92-49e1-a20d-388295534a2a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Thoughts for how to handle plugin repository

2015-11-15 Thread Tobias Beer
Hi Matthew,
 

> The build process now creates both 
> http://mklauber.github.io/tiddly-mathjs/latest.html
>

Perhaps have that be *index.html*?
 

> and http://mklauber.github.io/tiddly-mathjs/x.x.x.html files, where x.x.x 
> relates to various plugin versions
>

Sounds reasonable, the only hurdle I see is that you're perhaps not easily 
able to build those later. So, you will have to make sure to not delete 
them from any *gh-pages* branch. (I had to recreate that for some repos as 
GitHub did not seem to update what it served.)

It's still a bit hacky, but as I'm working on improving the math.js plugin, 
> I'm hoping to improve the .travis.yml build file.  One thing that's not 
> setup yet is to have the latest.html file list/link to older versions of 
> the plugin.  Also, I've not implemented git tagging yet, so I'll need to 
> sort that out in the coming days.
>

Let us know of your progress, I for one have not used this myself yet 
either.

Best wishes,

— tb

-- 
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 http://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/9c6fd16d-9be7-41a0-b8a1-eae589905553%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] Re: [TW5] - AsPlugout - Version 0.0.14

2015-11-15 Thread Christopher Mann
Good morning Tobias,

I’ve deactivated most of the sidebar, but kept the down-tags (blue bar) because 
my content is tailored to that navigation logic. There was a regression in that 
the down-tags (blue) links were not supposed to be in the backlinks (purple) 
bar. The yellow bar did not need to be on the website. 

I’ve tabbed the config file to make it more navigate able. The side tabs take 
away from the available width real-estate. This is the object of a new 
minor-minor release on the library. The « diff » feature is part of bundles, 
not goodies, and can be activated / deactivated.

There is a part of Goodies that can be distinct. I am thinking about calling it 
« Better Brain ». The idea is to model it after TheBrain (R) which insists on 
three types of links : parents, children and jumps. The parents are the tags of 
the tiddler. The children are what I call « back-tags »: toddler tiddlers that 
have the current tiddler as a tag. The jumps are backlinks. The three should be 
mutually exclusive. I had to use the $:/temp/search variable for the quick 
linking for performance reasons.

I am also thinking about another plugin, « Librarian ». It would at least write 
the « library » target for the current wiki with the plugins that one would 
want to librarize. 

My main quandary with bundles right now is making a tiddler that would produce 
the export in place for a drag and drop. Conceptually, it would involve 
freezing transclusion. Currently, one can only extract the export from « export 
all tiddlers » or « advanced search ». I started 
$:/plugins/howwownow/bundles/export/inplace in order to do this.

Have a nice day,  

Christopher

> Le 16 nov. 2015 à 07:12, Tobias Beer  a écrit :
> 
> Hi Christopher,
>  
> There is also my other plugin "goodies" showcased there as well.
> 
> I would perhaps make two different demos / docs,
> one for goodies and one for the plugout / bundle plugin.
> 
> Actually, I don't have the slightest idea what the goodies bar at the bottom 
> of a tiddler does.
> I would have guessed it's something like your personal setup of things or 
> such.
> 
> So, I'd recommend not showcasing it in the same context.
> However, you can very well showcase "plugout" alongside "goodies" in a 
> goodies wiki, insofar as they are intertwined.
> 
> Best wishes,
> 
> — tb
> 
> -- 
> 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/iRYI0YrVe9U/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 http://groups.google.com/group/tiddlywiki 
> .
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/tiddlywiki/5c046db2-e14d-4404-a10b-77a4ccbaab5b%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 http://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/F4882C3B-8795-4FE6-85AB-16054200AC99%40mann.fr.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] [TW5] - AsPlugout - Version 0.0.14

2015-11-15 Thread Christopher Mann
Hi again,

I just rereleased Goodies and updated it on the main website. There was a 
distracting bug of repeating shadowed and non-shadowed tiddler downtags 
(tiddlers that have the current tiddler as a tag).

Sorry for the confusion.

Take care,

Christopher 

> Le 16 nov. 2015 à 08:01, Christopher Mann  a écrit :
> 
> Good morning Tobias,
> 
> I’ve deactivated most of the sidebar, but kept the down-tags (blue bar) 
> because my content is tailored to that navigation logic. There was a 
> regression in that the down-tags (blue) links were not supposed to be in the 
> backlinks (purple) bar. The yellow bar did not need to be on the website. 
> 
> I’ve tabbed the config file to make it more navigate able. The side tabs take 
> away from the available width real-estate. This is the object of a new 
> minor-minor release on the library. The « diff » feature is part of bundles, 
> not goodies, and can be activated / deactivated.
> 
> There is a part of Goodies that can be distinct. I am thinking about calling 
> it « Better Brain ». The idea is to model it after TheBrain (R) which insists 
> on three types of links : parents, children and jumps. The parents are the 
> tags of the tiddler. The children are what I call « back-tags »: toddler 
> tiddlers that have the current tiddler as a tag. The jumps are backlinks. The 
> three should be mutually exclusive. I had to use the $:/temp/search variable 
> for the quick linking for performance reasons.
> 
> I am also thinking about another plugin, « Librarian ». It would at least 
> write the « library » target for the current wiki with the plugins that one 
> would want to librarize. 
> 
> My main quandary with bundles right now is making a tiddler that would 
> produce the export in place for a drag and drop. Conceptually, it would 
> involve freezing transclusion. Currently, one can only extract the export 
> from « export all tiddlers » or « advanced search ». I started 
> $:/plugins/howwownow/bundles/export/inplace in order to do this.
> 
> Have a nice day,  
> 
> Christopher
> 
>> Le 16 nov. 2015 à 07:12, Tobias Beer > > a écrit :
>> 
>> Hi Christopher,
>>  
>> There is also my other plugin "goodies" showcased there as well.
>> 
>> I would perhaps make two different demos / docs,
>> one for goodies and one for the plugout / bundle plugin.
>> 
>> Actually, I don't have the slightest idea what the goodies bar at the bottom 
>> of a tiddler does.
>> I would have guessed it's something like your personal setup of things or 
>> such.
>> 
>> So, I'd recommend not showcasing it in the same context.
>> However, you can very well showcase "plugout" alongside "goodies" in a 
>> goodies wiki, insofar as they are intertwined.
>> 
>> Best wishes,
>> 
>> — tb
>> 
>> -- 
>> 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/iRYI0YrVe9U/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 http://groups.google.com/group/tiddlywiki 
>> .
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/tiddlywiki/5c046db2-e14d-4404-a10b-77a4ccbaab5b%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 http://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/B1E5BA6A-B8FA-4BEC-9684-25FA93025CEB%40mann.fr.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Thoughts for how to handle plugin repository

2015-11-15 Thread Matthew Lauber
Ok.  That does definitely raise some issue I'll look into addressing.  If I 
can grab a version string from the plugin file or maybe from git tags, It 
should be pretty simple to make the script create version.x.x.x.html and 
upload that to github.io, but creating an index of the versions will 
require some html munging...  I don't know too much about installing 
plugins in node.js, but you can grab a zip file of any git tag, and that 
contains the plugin tiddlers.  

On Sunday, November 15, 2015 at 11:17:13 AM UTC-5, BJ wrote:
>
>
> HI Matt,
> there are couple of points that need to be raised:
> 1.All releases of a plugin should be available.
> 2.There are two ways to include a plugin into a node tiddlywiki - thru a 
> plugin tiddler or by putting its source into the tiddlywiki tree.
>
> As tiddlywiki has changed I have had to make numerous changes to my 
> plugins to keep them working - it is not always possible  to make the 
> plugins work with all version of tw, therefore all released versions of the 
> plugin should be made available (I have not done this yet). - I think maybe 
> a plugin could be make that would 'host' multiple versions of a 
> plugin.(maybe a plugin containing all the version of a plugin maybe).
>
> With the node version of tiddlywiki it is not specified how the versions 
> should be made available - they could be zips for example, or branches/tags 
> of a repository. - there needs to be some standards here.
>
> all the best 
> BJ
>
> On Sunday, November 15, 2015 at 3:12:37 PM UTC, Matthew Lauber wrote:
>>
>> I guess my title was poorly worded. I'm looking for a way to make it 
>> easier to develop and contribute to plugins.  If plugins are their own git 
>> repos, is easier to contribute fixes and improvements.  And if I can get 
>> travis to compile them, then any fixes automatically get released to the 
>> same location. 
>>
>

-- 
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 http://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/109e739d-8fd1-4fd4-84b2-a1bfe6ee9154%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] Re: filter operators: tagging[] for fields?

2015-11-15 Thread Erwan


Hi Tobias,

sorry, I realize now that my example with birth year is not so great. 
Let say instead of birth we have a "gender" field in every Author 
tiddler. I would like to count all the books in my collection written by 
a woman: [tag[Author]gender[female]].


The point is that the condition will be true for more than one author, 
whereas (if I'm not mistaken) your solution cannot work if more than 
authors are born the same year.

I hope this is clearer, let me know if not?

Erwan


On 15/11/15 18:07, Tobias Beer wrote:

Hi Erwan,

I'm not sure I understand your actual query, maybe something like this?

|
<$set name="author" filter="[tag[Author]birth">
<$count filter="[tag[Book]author"/>

|

Can you please try and formulate your requirement just with words, no 
talking of TiddlyWiki constructs?


e.g.: count all books which where author is ...

Best wishes,

— tb
--
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 http://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/e05fcc09-0f04-447b-a6e7-ee0557cb39c3%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 http://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/5648DCCD.2080705%40gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] [TW5] - AsPlugout - Version 0.0.14

2015-11-15 Thread Erwan


Hi Christopher,

Is it ok if I add your wiki to the list for the CommunitySearch 
aggregator  to index it?


Regards
Erwan


On 13/11/15 19:04, Christopher Mann wrote:

Hey Tobias,

I think you'll like this one. Plugouts are like plugin-mode: bundle. 
 I think I have hit much of your required features.


Check it out, and improve on it if you can:

http://tiddlywiki.howwownow.com

Features :

* New Export Filter "As Plugin"
* Configure Plugin Parameters via Control Panel
* Configuration via Sidebar if desired
* Multiple Named Configuration Bundles per Wiki
* ReadMe Generated from Configuration Tiddler Body
* Button to Advanced Search Filter for Selective Export
* Initialization with Default Settings from Wiki Variables

Kind regards,

Christopher
--
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 http://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/b2e439bb-bc5f-4afd-9269-1e7fa23db6c7%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 http://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/5648DEFB.5060901%40gmail.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [TW5] - AsPlugout - Version 0.0.14

2015-11-15 Thread Tobias Beer
Hi Christopher,

Thanks for all your work on this.
Will take a closer look at your repo later. :-)

Best wishes,

— tb

-- 
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 http://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/6d1a5f7b-a18a-498e-81cd-f708b396fbb1%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [TW5] Auto generated hide toggle button for tasks

2015-11-15 Thread Tobias Beer
Hi Lee,

It would be a lot easier to provide you an answer and to actually 
understand what your code is doing with an MTC (Minimal Test Case) that 
contains a bunch of demo data. Do you think you can upload one somewhere?

Best wishes,

— tb

-- 
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 http://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/69de2b75-1cd9-4bb5-8f54-effa993bd9fb%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: filter operators: tagging[] for fields?

2015-11-15 Thread Tobias Beer
 define

On Sunday, 15 November 2015 15:21:21 UTC+1, Erwan wrote:
>
> Hi everyone,
>
> I stumbled upon a case where I would need a filter operator which acts 
> like tagging[], but for fields: instead of returning the tiddlers tagged 
> with the currentTiddler, it would return tiddlers which contain a field 
> which has <> as a value for a given field. I actually 
> solved my problem another way, but I thought the question might be 
> interesting anyway.
>
> Here is the case (actually it's a simplified example): say you have a set 
> of tiddlers tagged Author and a set of tiddlers tagged Book, where every 
> book tiddler has a field author which points to an author tiddler. Imagine 
> for example that the Author tiddlers have a field birth with the year they 
> were born, and we are interested in books whose author was born a given 
> year. 
>
> If we just need a list of the books with this condition, we can do the 
> following:
>
> 
> <$list filter="[tag[Author]birth]" variable="currentAuthor">
>   <$list filter="[tag[Book]author]">
> <$text text=<>/>
>   
> 
> 
>
> But what if we want to *count* the number of books which satisfy the 
> condition? If the book tiddlers were *tagged* with the author instead of 
> containing a field with the author, we could do this:
>
> <$count filter="[tag[Author]birthtagging[]tag[Book]]" />
>
> That's why it seems to me that maybe a new filter operator 
> "contained-as-field-value[myfield]" would be desirable, so that we could do 
> the equivalent:
>
> <$count 
> filter="[tag[Author]birthcontained-as-field-value[author]tag[Book]]" 
> />
>
> Does this make any sense? Is there another solution that I missed?
>
>
> Regards
> Erwan
>
>
>
>

-- 
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 http://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/125154a1-053c-4dfe-9eb6-92ff1089bfe9%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] [TW5] - AsPlugout - Version 0.0.14

2015-11-15 Thread Christopher Mann
Hi Erwan,

Please do!

Pleasant evening,

C:

Christopher 

> Le 15 nov. 2015 à 20:37, Erwan  a écrit :
> 
> 
> Hi Christopher,
> 
> Is it ok if I add your wiki to the list for the CommunitySearch aggregator 
>  to index it?
> 
> Regards
> Erwan
> 
> 
> On 13/11/15 19:04, Christopher Mann wrote:
>> Hey Tobias, 
>> 
>> I think you'll like this one. Plugouts are like plugin-mode: bundle.  I 
>> think I have hit much of your required features.
>> 
>> Check it out, and improve on it if you can:
>> 
>> http://tiddlywiki.howwownow.com 
>> 
>> Features :
>> 
>> * New Export Filter "As Plugin"
>> * Configure Plugin Parameters via Control Panel
>> * Configuration via Sidebar if desired
>> * Multiple Named Configuration Bundles per Wiki
>> * ReadMe Generated from Configuration Tiddler Body
>> * Button to Advanced Search Filter for Selective Export
>> * Initialization with Default Settings from Wiki Variables
>> 
>> Kind regards,
>> 
>> Christopher
>> -- 
>> 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 http://groups.google.com/group/tiddlywiki 
>> .
>> To view this discussion on the web visit  
>> https://groups.google.com/d/msgid/tiddlywiki/b2e439bb-bc5f-4afd-9269-1e7fa23db6c7%40googlegroups.com
>>  
>> .
>> For more options, visit https://groups.google.com/d/optout 
>> .
> 
> 
> -- 
> 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/iRYI0YrVe9U/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 http://groups.google.com/group/tiddlywiki 
> .
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/tiddlywiki/5648DEFB.5060901%40gmail.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 http://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/7BB89F1F-65CC-41FF-92D3-77FA1ADB5F81%40mann.fr.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] Re: filter operators: tagging[] for fields?

2015-11-15 Thread Tobias Beer
Hi Erwan,

Try...

<$count filter="[tag[Author]gender[female]listed[author]tag[Book]]"/>

Best wishes,

— tb

-- 
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 http://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/05579e0c-25c1-48b7-b539-8585aad1dd16%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Tidgraph question

2015-11-15 Thread Pit.W.


Thanks for this really hot plugin, I think it can be great for decision 
trees and scenario analysis.



Tidgraph is invoked with a charmingly simple line with start="Some tiddler"

Now i want to have a conditional view template which takes the start - 
value from the title of the current tiddler


I tried things like start="$(currentTiddler)$" and all kind of 
combinations of curly brackets, but failed miserably as becomes a noobie.


Can somebody help?





--
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 http://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/5648DAAF.7030600%40eclipso.ch.
For more options, visit https://groups.google.com/d/optout.