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, Christoph

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 b

[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

[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 hel

[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"]); > } >

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 woul

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 t

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://mkla

[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

[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").

[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

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?

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 b

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

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 fi

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.? Thank

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 dropsh

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 thi

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

[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 emai

[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 differen

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,

[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

[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

[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 rece

[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

[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

[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, >

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: > > @

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 w

[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

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/1

[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

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 tiddly

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

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 fa

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: >>

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 fea

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 w

[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 w

[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 contai

[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 subscribe

[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 req

[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

[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...@google

[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" gro

[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

[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"/

[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 i

[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 rea

[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 re

[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 u

[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 ne

[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

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 ’

[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, sen