Re: [tw] [TW5] edit text does not accept macro output when macro contains transclude?

2014-11-03 Thread Felix Küppers
Hi Stephan, If jeremy accepts my pull request (which is based on this suggestion) you will be able to specify and access variables in the modal passed by the event mechanism. See: https://github.com/Jermolene/TiddlyWiki5/pull/1045 In my *fork* I already tested this. Example js invocation:

Re: [tw] Re: Extendable calendar

2014-11-03 Thread Lourens Rhijnsburger
BJ, Please find another bug report: For making Journals in the future December does not work. If I click on a date to make new journal in December it opens draft with 2 2015 instead *2 December 2014*, it works with other months. ( my Journal setting is DD MMM ) If I change the Journal to

[tw] Re: Using the left side of the TW in centerlized theme

2014-11-03 Thread PMario
On Monday, November 3, 2014 1:32:42 AM UTC+1, Richard Smith wrote: A little bit off topic. Agreed. Apologies. I wanted to mark my post. Not yours :) the server side backend seems to be closed source. At least I didn't find any open source repositories. Tin-Can is an open

[tw] Re: [TW5] several questions for migrating/using TW5

2014-11-03 Thread PMario
On Sunday, November 2, 2014 8:06:14 PM UTC+1, Yakov wrote: 4. In TiddlyWiki.com, permalink/permaview are now shown in the toolbars. Of'course, I can unhide them each time, but it would be more convenient if they are shown (mostly permalink on tiddlers). If you open the tiddler (i)nfo

[tw] Re: [TW5] several questions for migrating/using TW5

2014-11-03 Thread PMario
On Sunday, November 2, 2014 8:06:14 PM UTC+1, Yakov wrote: 3. I haven't found a way to add DOM classes inline (like {{myClass{text}}} in TWc), only inline styles and block styles/classes [1]. Will there be some syntax to do this? see:

[tw] Re: [TW5] several questions for migrating/using TW5

2014-11-03 Thread PMario
On Sunday, November 2, 2014 8:06:14 PM UTC+1, Yakov wrote: 2. Double click doesn't open a tiddler for editing. Will this behaviour be implemented in TW5? As far as I know, it's not planned. IMO the main reason is, that users expect a browser double click to select a word and not change the

[tw] Re: [TW5] several questions for migrating/using TW5

2014-11-03 Thread PMario
On Sunday, November 2, 2014 8:06:14 PM UTC+1, Yakov wrote: 5. In default theme, the EditTemplate (or how it is called in TW5) doesn't look simple at all (while Jeremy wrote that simplicity is of importance for attracting new users a while ago). Also, the edit area itself occupies very part

[tw] [TW5] truly a minor issue. adding tags via fieldmangler, button and action-sendmessage doesn't work

2014-11-03 Thread Felix Küppers
Just if anyone is interested. This works: $fieldmangler tiddler=currentTiddler $button class= message=tm-add-tag param=tagnameadd tag/$button /$fieldmangler This doesn't $fieldmangler tiddler=currentTiddler $button add tag $action-sendmessage $message=tm-add-tag param=tagname /

[tw] Re: [TW5] several questions for migrating/using TW5

2014-11-03 Thread PMario
On Sunday, November 2, 2014 8:06:14 PM UTC+1, Yakov wrote: 6. Are there sections, slices or stuff like that in TW5? Some means of usage TW in a database-like style (like using ForEachTiddlerPlugin or GridPlugin [2]) -- with the content shown inside the tiddler text? May be even some tools

Re: [tw] [TW5] truly a minor issue. adding tags via fieldmangler, button and action-sendmessage doesn't work

2014-11-03 Thread Jeremy Ruston
Hi Felix The problem is that the $param attribute of the action-sendmessage widget needs a $: $action-sendmessage $message=tm-add-tag $param=tagname / Best wishes Jeremy On Mon, Nov 3, 2014 at 10:01 AM, Felix Küppers felixkuepp...@hotmail.de wrote: Just if anyone is interested. This

[tw] [TW5] Braintest have been updated to 5.1.4

2014-11-03 Thread Danielo Rodríguez
Hello, I'm glad to announce that I have updated http://braintest.tiddlyspot.com/ to the latest TW release. All the plugins (except one) and customizations have been updated to work properly with the stable family of tiddlywiki versions. It has been a long trip and I cleaned out some crap of

[tw] Re: [TW5] Braintest have been updated to 5.1.4

2014-11-03 Thread Ton Gerner
Hi Danielo, That's nice. On Monday, November 3, 2014 11:44:34 AM UTC+1, Danielo Rodríguez wrote: Hello, I'm glad to announce that I have updated http://braintest.tiddlyspot.com/ to the latest TW release. All the plugins (*except one*) and customizations have been updated to work

Re: [tw] [TW5] truly a minor issue. adding tags via fieldmangler, button and action-sendmessage doesn't work

2014-11-03 Thread Felix Küppers
Oh, that's the mistake! I had already given up :) Thanks! -- You received this message because you are subscribed to the Google Groups TiddlyWiki group. To unsubscribe from this group and stop receiving emails from it, send an email to tiddlywiki+unsubscr...@googlegroups.com. To post to this

Re: [tw] Re: [TW5] Braintest have been updated to 5.1.4

2014-11-03 Thread Alex Hough
Dear Danielo, very interesting stuff. I really like the encrypt tiddler and the fieds example. Alex On 3 November 2014 10:54, Ton Gerner ton.ger...@gmail.com wrote: Hi Danielo, That's nice. On Monday, November 3, 2014 11:44:34 AM UTC+1, Danielo Rodríguez wrote: Hello, I'm glad to

[tw] Re: [TW5] Braintest have been updated to 5.1.4

2014-11-03 Thread Birthe C
Hi Danielo Thank you very much. encryptTiddler works now. It looks fine http://braintest.tiddlyspot.com but importing it into my own wiki I got a very large button. class=\tw-image-button\ should that not be tc-image-button The dropdown is very wide also. The main thing is function thoug and

[tw] Numbers in TW, cost tracking?

2014-11-03 Thread Alex Hough
Dear All, I might be overlooking something very obvious here's a scenario: I want to keep track of expenses. For each project each item is tagged and a field includes the cost. These costs are then aggregated using filters. I am not skilled at using numbers in TW: adding them, storing and

[tw] Re: Numbers in TW, cost tracking?

2014-11-03 Thread Evolena
You can look at the nsort filter: http://tiddlywiki.com/#FilterOperator%3A%20nsort There isn't any mathematical operation available for the moment (but it is planned: https://github.com/Jermolene/TiddlyWiki5/issues/254). -- You received this message because you are subscribed to the Google

[tw] Re: Numbers in TW, cost tracking?

2014-11-03 Thread Stephan Hradek
TW5 can't add numbers. -- 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

[tw] Looking for a way to list the 10 tiddlers with the oldest lastOpened date (if there is such a thing)

2014-11-03 Thread steve
Hi: I am putting together a tiddler for curating my tiddlywiki by listing the n oldest tiddlers. So far I have been able to use a list fillter to list the 10 tiddlers with the oldest created date, i.e., !!! 10 Oldest ''created'' myList_with-dates filter:[has[created]sort[created]limit[10]]

[tw] Re: Looking for a way to list the 10 tiddlers with the oldest lastOpened date (if there is such a thing)

2014-11-03 Thread steve
I forgot to mention that I am using TW5. On Monday, November 3, 2014 10:14:52 AM UTC-5, steve wrote: Hi: I am putting together a tiddler for curating my tiddlywiki by listing the n oldest tiddlers. So far I have been able to use a list fillter to list the 10 tiddlers with the oldest

[tw] TiddlyWiki Hangout #67 on Tuesday 4th November at 4pm GMT

2014-11-03 Thread Jeremy Ruston
TiddlyWiki Hangout #67 will be tomorrow, Tuesday 4th November at 4pm GMT: https://plus.google.com/events/c56iifeavm3806arbc2gu5nu9jo You can post questions for the hangout using the QA button on the video preview at the above link. Best wishes Jeremy -- Jeremy Ruston

Re: [tw] Looking for a way to list the 10 tiddlers with the oldest lastOpened date (if there is such a thing)

2014-11-03 Thread Jeremy Ruston
Hi Steve The last opened time for tiddlers is not currently recorded in TiddlyWiki5, I'm afraid. There's some tricksiness to implementing it, too: should it take into account whether tiddlers have been scrolled into view? Should it take into account transclusions - in other words, if I view a

[tw] Re: [TW5] Braintest have been updated to 5.1.4

2014-11-03 Thread Danielo Rodríguez
Which one has not been updated? The import-tools widget. It has been removed from the main index to avoid problems with non aware users. -- You received this message because you are subscribed to the Google Groups TiddlyWiki group. To unsubscribe from this group and stop receiving emails

Re: [tw] Re: [TW5] Braintest have been updated to 5.1.4

2014-11-03 Thread Danielo Rodríguez
El lunes, 3 de noviembre de 2014 13:08:23 UTC+1, AlexHough escribió: Dear Danielo, very interesting stuff. I really like the encrypt tiddler and the fieds example. Alex Thank you for your kind words. The encrypt tiddler was one of my first plugins. The fields example is pretty old,

[tw] Re: [TW5] Braintest have been updated to 5.1.4

2014-11-03 Thread Danielo Rodríguez
El lunes, 3 de noviembre de 2014 13:12:46 UTC+1, Birthe C escribió: Hi Danielo Thank you very much. encryptTiddler works now. It looks fine http://braintest.tiddlyspot.com but importing it into my own wiki I got a very large button. Can you share an example? I would like to analyze why.

Re: [tw] Re: Numbers in TW, cost tracking?

2014-11-03 Thread Alex Hough
I see... The next questions is what can I do, how can I help to get this feature moving? The proposed syntax is spot on. With the HTML sliders Jeremy demoed on the hangout a few weeks ago, the graphing plugins etc... numbers amplify the potential for research and in the GTD user cases. Is my

Re: [tw] Re: Numbers in TW, cost tracking?

2014-11-03 Thread Jeremy Ruston
Hi Alex One way to take this forward might be to brainstorm during tomorrow's hangout. It would be useful to review the underlying use cases and flesh out possible approaches. Best wishes Jeremy. On Mon, Nov 3, 2014 at 4:15 PM, Alex Hough r.a.ho...@gmail.com wrote: I see... The next

[tw] Re: [TW5] Matabelle maketid widget

2014-11-03 Thread Matabele
Hi Danielo OK -- thanks for the thumbs up. Updating the widgets for TW 5.1.x whilst keeping the existing mechanism is trivial. I was contemplating some way to make the widgets play together with action widgets. Perhaps this is redundant and I should keep the widget mechanism as is and let

[tw] Re: [TW5] Braintest have been updated to 5.1.4

2014-11-03 Thread Birthe C
Hi Danielo I tried to use encryptTiddler with Dave Giffords Notestorm. https://db.tt/lR3dtkeQ using the tc-notation make the button fit color and size of the other buttons in the toolbar. Using the info button it would also be nice to see the encrypt icon. Birthe Den mandag den 3. november

Re: [tw] Looking for a way to list the 10 tiddlers with the oldest lastOpened date (if there is such a thing)

2014-11-03 Thread Jeremy Ruston
Hi Danielo In my opinion last opened time should be recorded in a different toddler (a config tiddler) and should be managed by the link widget. This is not an easy task for a plugin developer since it is not easy to extend the link plugin. I think it would actually need to be done in the

Re: [tw] [TW5] edit text does not accept macro output when macro contains transclude?

2014-11-03 Thread Danielo Rodríguez
How are you calling your modals? I use modals for user input and creating new Tiddlers and it works nicely. For those things that I need the modal can access I use temporary tiddlers. Then I call the modal with some actions widgets that sets those temporary tiddlers to the values I want.

[tw] Re: [TW5] Matabelle maketid widget

2014-11-03 Thread Matabele
Hi Danielo Should I update the form of the widget message calls e.g. change 'tw-setfield' to 'tm-setfield'? This would maintain consistency with other widget messages but break backward compatibility -- or I could listen for both the old form of the messages (for backward compatibility) and

[tw] Re: [TW5] as ticketing system: how to store the data.

2014-11-03 Thread Matabele
Hi Danielo Perhaps both mechanism s can be accommodated -- 1st level ticket with subsidiary information stored in separate 2nd level subsidiary tickets -- then comments on 2nd level subsidiary tickets stored in fields. Users can choose which mechanism best suits their purpose -- or use both

Re: [tw] [TW5] several questions for migrating/using TW5

2014-11-03 Thread Jeremy Ruston
Hi Yakov I'm trying to adapt TW5 to certain limited needs while exploring its capabilities and here are several notes/questions: Great, I'm glad to hear you're looking at TW5. I'll be interested in your thoughts and feedback. 1. I'd like to take advantage of TW5 encryption. Does it still

Re: [tw] [TW5] edit text does not accept macro output when macro contains transclude?

2014-11-03 Thread Felix Küppers
Hi Danielo, thanks for your answer. I described my setup in the post above and also in the post below (see the screenshot). How would you do the following. (I understood Jeremy's answer as that it cannot be done, but maybe you have an idea). I want to create a tiddler that (1) contains an

Re: [tw] [TW5] edit text does not accept macro output when macro contains transclude?

2014-11-03 Thread Jeremy Ruston
Hi Felix It's quite simple I'm afraid: $edit-text tiddler={{!!myfield}}/ It uses a transcluded attribute. The transclusion is specified as a text reference, in this case with the tiddler title omitted, which means that it defaults to the current tiddler. Best wishes Jeremy. On Mon, Nov 3,

Re: [tw] [TW5] edit text does not accept macro output when macro contains transclude?

2014-11-03 Thread Felix Küppers
- - - Oh lord. now I totally confused two topics that I'm currently involved. My original problem was that I cannot reference a *modals* field. simply because it doesn't possess the fields. So I wanted to refer to the original tiddler via currentTiddler. Something like this: \define merged()

[tw] Tiddywiki For Academia Business

2014-11-03 Thread Blake Blacksmith
First off let me say how much I enjoy using TiddlyWiki5 its such a convenient way of taking notes with a bit of html js flare. Is there currently a feature which allows you to slide through a list of ordered/sorted tiddlers like a slideshow? Perhaps a tiddler-frame with forwards and backwards

[tw] Questions about Transclusion

2014-11-03 Thread Blake Blacksmith
Is there a way to transclude tiddlers with each transcluded-tiddlers title as a header? Can we transclude all children of a tiddler (ie: for a tag-tiddler) in one tiddler? I appreciate any help here. I've been looking for answers to this for a few days now. -- You received this message

[tw] Re: [TW5] assign value to fields on tw-new-tiddler action or similar action when creating a new tiddler from a template

2014-11-03 Thread Michael
Thank you @Evolena and @Matabele for pointing out the action widgets to me. I did not have time so far to check out 5.1.4, I am still living in 4.1.3! I will have to wait for the ActionSetFieldWidget, or if I get too inpatient, I will try Matabeles Setfield Widget :-). All the best, Michael

Re: [tw] Questions about Transclusion

2014-11-03 Thread Jeremy Ruston
Hi Blake Is there a way to transclude tiddlers with each transcluded-tiddlers title as a header? Create a tiddler called myTemplate containing: ! $view field=title/ {{!!text}} Then you can transclude the tiddler HelloThere through that template: {{HelloThere||myTemplate}} You can

[tw] Re: Numbers in TW, cost tracking?

2014-11-03 Thread Alex Hough
I was thinking the similar... He's a few use cases ; 1) questionnaires, mixing them with hypertext 2) expenses and related hypertexts, 3) manipulating visual style through manipulation of user added numbers 4) numerical weighting to tags, probabilistic modelling 5) Mix qualative and quantatve

[tw] Re: [TW5] Matabelle maketid widget

2014-11-03 Thread Danielo Rodríguez
Changing the message to fit current TW naming convention is a small change from my point of view. People updating their TWs will have to change all those messages and classes so it's should not be a problem changing your also. In fact could be confusing changing all widget messages except

Re: [tw] Looking for a way to list the 10 tiddlers with the oldest lastOpened date (if there is such a thing)

2014-11-03 Thread steve
Jeremy Here is my probably overly simplistic view of how a last opened field could function. What I was thinking of was that last opened means the last time that the tiddler was drawn on the screen by any user of the wiki (if there were multiple users). Perhaps a last drawn on the screen

[tw] new additions to calendar plugin

2014-11-03 Thread BJ
Hi all, I have added a diary macro to my calendar plugin that facilitates creating future journal entries. I have also added support for different date formats (but not for formats that include hours/seconds). http://bjtools.tiddlyspot.com/ Cheers BJ -- You received this message because you

[tw] Re: [TW5] New introductory video

2014-11-03 Thread Richard Smith
This is great! I'd really like to help out with documentation. I guess the right way to do that is through Github? Is there a brief explanation of how to do so somewhere? I'm not 'put off' by Github but it takes a bit of figuring out. I guess I fork the documentation, edit it and the do a 'pull

[tw] Re: [TW5] New introductory video

2014-11-03 Thread Jeremy Ruston
Hi Richard On Mon, Nov 3, 2014 at 10:43 PM, Richard Smith richardwilliamsmit...@gmail.com wrote: This is great! I'd really like to help out with documentation Great, there's plenty to do! I guess the right way to do that is through Github? Is there a brief explanation of how to do so

Re: [tw] Tiddywiki For Academia Business

2014-11-03 Thread Jeremy Ruston
Hi Blake First off let me say how much I enjoy using TiddlyWiki5 its such a convenient way of taking notes with a bit of html js flare. Great, glad you're enjoying it. Is there currently a feature which allows you to slide through a list of ordered/sorted tiddlers like a slideshow? Perhaps

Re: [tw] Tiddywiki For Academia Business

2014-11-03 Thread Blake Blacksmith
Thank you for your time and the very detailed response. The slideshow-like examples you have done will work beautifully for my purposes. I look forward to using the reveal.js port. As far as the Win8 app, I will be sure to ask for an attribution when I get around to making the app. -Blake On

Re: [tw] Questions about Transclusion

2014-11-03 Thread Blake Blacksmith
For some reason the {{!!text}} in ! $view field=title/ {{!!text}} Causes a transclusion error: Recursive transclusion error in transclude widget Although the function still works to transclude my tiddlers. I just wanted to let you know. I can still use the template you provided so thanks!

[tw] Re: [TW5] Matabelle maketid widget

2014-11-03 Thread Matabele
Hi Danielo Changing the form of the messages seems to make sense -- a global search and replace will then fix all of the necessary changes in the wiki. It would be inconvenient if only some of the widgets retained the old form and needed manual editing. This will break compatibility with the

Re: [tw] Tiddywiki For Academia Business

2014-11-03 Thread PMario
On Tuesday, November 4, 2014 12:04:59 AM UTC+1, Jeremy Ruston wrote: I do plan to port reveal.js to TW5 at some point: http://lab.hakim.se/reveal-js/#/ I think having impress [1] would be much more impressive :) -m [1] http://bartaz.github.io/impress.js -- You received this message

Re: [tw] Tiddywiki For Academia Business

2014-11-03 Thread Stephan Hradek
Am Dienstag, 4. November 2014 07:46:22 UTC+1 schrieb PMario: On Tuesday, November 4, 2014 12:04:59 AM UTC+1, Jeremy Ruston wrote: I do plan to port reveal.js to TW5 at some point: http://lab.hakim.se/reveal-js/#/ I think having impress [1] would be much more impressive :) -m [1]