[tw] Re: Editing Tiddlers in Emacs

2014-04-23 Thread Michael Fogleman
Hello all, Found out how to fix my problems, and have a working implementation. I decided it was ready to push to Github, so you can find the repo here: https://github.com/mwfogleman/tid-mode Jeremy, I updated the docs locally to reflect this change. Here's the pull request: https://github.co

[tw] Re: [TW5] Toggling tag display?

2014-04-23 Thread Jon
Hi Danielo, I was thinking of a button to click which would hide the tags globally i.e. open another tiddler and they would also be hidden, click the button and they would remain visible on subsequent tiddlers But revealing on mouse over might be even better. Is that possible now? Thanks, Jon.

Re: [tw] Re: Deleting all tiddlers with specific tag

2014-04-23 Thread Ulrik Stervbo
Thanks! It worked without any problems. Cheers, Ulriki 2014-04-23 19:17 GMT+02:00 Danielo Rodríguez : > Hello Ulrik, > > Sorry I almost forgot about this. > > Here is how can you do it. > > Firs of all I recommend you to create a tiddler and put the tag filter > that you are going to use inside

[tw] Re: Tiddlywiki Users Gathering / Conference?

2014-04-23 Thread Handoko Suwono
> Anyone interested? If I get 3-4 responses here, I'll initiate a > broader discussion when we can start talking about timing and > location. I am interested. I have started using TW back in 2008 and been promoting TW-TS in many conferences. Most recently in FOSS Asia 2014 in Phnom Penh, previ

[tw] Re: TW5 - Table of contents

2014-04-23 Thread Danielo Rodríguez
This has been discussed several times. It should not be very difficult to create a plugin or widget. Maybe I can code it but nothing much complex. I mean, I will not take in account transclussions for example, just the currents tiddler headings. El jueves, 24 de abril de 2014 02:25:38 UTC+2, Mi

[tw] TW5 - Table of contents

2014-04-23 Thread Milind Gupta
Hi, Is there an upgraded version of the Table of contents plugin for TW5? http://devpad.tiddlyspot.com/#DcTableOfContentsPlugin Thanks, Milind -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving

[tw] Re: [TW5] Toggling tag display?

2014-04-23 Thread Danielo Rodríguez
Of course is possible. What kind of hiding do you wish? Revealing on mouse over for and hidden otherwise ? El miércoles, 23 de abril de 2014 21:57:19 UTC+2, Jon escribió: > > Hi, > > I sometimes find the line of tags across the top of a tiddler a little bit > cluttered and quite distracting and

[tw] [TW5] Toggling tag display?

2014-04-23 Thread Jon
Hi, I sometimes find the line of tags across the top of a tiddler a little bit cluttered and quite distracting and I wondered whether there might be an option in the future to toggle their display, like the information button. This would give the option of a cleaner look. What do people think?

[tw] TW5 Table cells in wikitext via list filter

2014-04-23 Thread Fred Grott(shareme)
Okay so I am doing some hacking that eventually will form a PIM/GTD wiki Trying to do cells in a list filter Stephan Hradek has this: <$list filter="[is[current]tag[person]]"> |!Street |{{!!street}} | |!Town |{{!!town}} | |!Phone |{{!!phone}} | Does not seem to work in Tw510beta as it gives t

[tw] Re: Deleting all tiddlers with specific tag

2014-04-23 Thread Danielo Rodríguez
Hello Ulrik, Sorry I almost forgot about this. Here is how can you do it. Firs of all I recommend you to create a tiddler and put the tag filter that you are going to use inside triple brazets. Something like this {{{ [tag[tag1]tag[tag2]] }}} That will display a list of tiddlers that has te

Re: [tw] [TW5] odd behaviour 5.0.10

2014-04-23 Thread Jon
Hi Jeremy, apologies for wasting your time on this - yes it was a shadowy tiddler lurking in the background. All sorted now. Thanks Jon On Wednesday, 23 April 2014 12:08:57 UTC+1, Jeremy Ruston wrote: > > Hi Jon > > > sorry I should have been clearer - the search box is missing. > > Can you sti

Re: [tw] [TW5] odd behaviour 5.0.10

2014-04-23 Thread Jon
Thanks, Birthe - all fixed now. On Wednesday, 23 April 2014 14:16:26 UTC+1, Birthe C wrote: > > Hi Jon > I am not sure why it happened. But after opgrading I also missed the > search box in advanced search. Then I realised that none of the tabs were > selected. Selecting a tab and everything wo

[tw] Re: TiddlyWiki 5.0.x Performance Issues with Firefox

2014-04-23 Thread BJ
Firefox has always had problems with memory allocation. Memory test can be run by typing about:memory in address bar and then "measure". On my system (ubuntu 12, firefox 25) I see a lot of "unused-gc-things" associated with Tw5 files which indicated fragmentation I believe. cheers BJ -- You r

[tw] Re: Simplest way to use field value as global variable?

2014-04-23 Thread Chuck Middaugh
If ailed to mention that I am using the latest version of TW5 On Wednesday, April 23, 2014 8:18:11 AM UTC-7, Chuck Middaugh wrote: > > Hi all, > > I am asking for an example of using a field value from one tiddler as a > global variable in any other tiddler. > > I've seen a few examples that com

Re: [tw] [TW5] Quick Tagging

2014-04-23 Thread Måns
Solved: added \define tag-styles() background-color:$(backgroundColor)$; \end to the top of the transcluding tiddler Den onsdag den 23. april 2014 01.56.07 UTC+2 skrev Måns: > > Hi Stephan >> >> 1. Why do the background colors not work? It looks like you're missing the tag-st

[tw] Re: [tw5] How to quickly remove tags in viewmode...? SOLVED

2014-04-23 Thread Måns
Copied some code from $:/core/ui/EditTemplate/tags - and added \define tag-styles() background-color:$(backgroundColor)$; \end to the top of the transcluding tiddler (Thank you very much Birthe C.)

[tw] Simplest way to use field value as global variable?

2014-04-23 Thread Chuck Middaugh
Hi all, I am asking for an example of using a field value from one tiddler as a global variable in any other tiddler. I've seen a few examples that come close to what I need, but I am unable to display the variable value in every place that I wish (in any or all other tiddlers). If the inform

Re: [tw] Re: Using custom field values as filter parameters

2014-04-23 Thread FrD
Hi, As Danielo said : <$macrocall $name="dateFormat" nameOfYourParameter={{!!day}}/> FrD Le mercredi 23 avril 2014 11:57:14 UTC+2, Дмитрий Ивашкин a écrit : > > Maybe should be in a separate thread. As for javascript macro, I made a > "dateFormat" macro that properly converts date strings for

Re: [tw] [TW5] How to read/set tiddler field value from macro?

2014-04-23 Thread Dmitry Ivashkin
Also, where can I find documentation about methods and properties of "this" object in javascript macros? I came across calls like this: this.getVariable("currentTiddler") but couldn't find any sort of documentation. Same for *story* object, etc. -- Best regards, Dmitry Ivashkin On Wed, Apr 2

[tw] [TW5] How to read/set tiddler field value from macro?

2014-04-23 Thread Дмитрий Ивашкин
I have a tiddler with a custom field in it, and would like to be able to set its value from macro. Macro will be called everytime some other field of the same tiddler changes. Is there a way to achieve that? -- You received this message because you are subscribed to the Google Groups "TiddlyWi

[tw] Tiddlywiki Users Gathering / Conference?

2014-04-23 Thread stevesuny
About 18 months ago, in another thread, Dickon wrote: *"Conference?: This leads me to suggest that one way forward would be to think about that old fashioned idea of getting people together to share how they are using TS... I am not so interested in the technical development (though am in awe o

Re: [tw] [TW5] odd behaviour 5.0.10

2014-04-23 Thread Birthe C
Hi Jon I am not sure why it happened. But after opgrading I also missed the search box in advanced search. Then I realised that none of the tabs were selected. Selecting a tab and everything worked fine again. Birthe Den onsdag den 23. april 2014 12.58.47 UTC+2 skrev Jon: > > Hi Jeremy, > > sor

Re: [tw] Re: Using custom field values as filter parameters

2014-04-23 Thread Danielo Rodríguez
Try with the macrocall widget. -- 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 tiddl

Re: [tw] [TW5] EditTextWidget's input loses focus after one keypress

2014-04-23 Thread Andrei Dorian Duma
Thanks Matabele and Danielo. Editing other tiddler's fields works indeed. On Sun, Apr 20, 2014 at 10:55 PM, Danielo Rodríguez wrote: > That's because you're editing a field of the current tiddler. You have to > edit other tiddler fields. Take a look to editabke rable at my site, > braintest.ti

Re: [tw] [TW5] odd behaviour 5.0.10

2014-04-23 Thread Jeremy Ruston
Hi Jon > sorry I should have been clearer - the search box is missing. Can you still see the individual tabs? Are you using any plugins? Have they been updated for 5.0.10? It still sounds like you've overridden a shadow tiddler, so I'd suggest having a look through the "shadows" tab as described

Re: [tw] [TW5] odd behaviour 5.0.10

2014-04-23 Thread Jon
Hi Jeremy, sorry I should have been clearer - the search box is missing. Regards Jon -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving emails from it, send an email to tiddlywiki+unsubscr...@googl

[tw] Re: [tw5] Filter only tags tagged with ... question

2014-04-23 Thread Måns
Maybe what I really need is a new tagger feature which will tag two tiddlers at once. If I tag a task with a teacher, the teacher should be tagged with the task - and/or vice versa... Is this possible already? Den onsdag den 23. april 2014 11.57.10 UTC+2 skrev Måns: > > Hi TwWizards > > This is

Re: [tw] Re: Using custom field values as filter parameters

2014-04-23 Thread Dmitry Ivashkin
Maybe should be in a separate thread. As for javascript macro, I made a "dateFormat" macro that properly converts date strings for me, but when I use it in my tiddler as: <> it gets "{{!!day}}" string literal as a parameter, not the value of field "day". Is there any sort of escaping syntax for t

[tw] [tw5] Filter only tags tagged with ... question

2014-04-23 Thread Måns
Hi TwWizards This is a (maybe) basic filter syntax question - please excuse me if it's too obvious... (It isn't to me..) I have some tasks tagged with names of those who are assigned to execute them. Tasks might have other tags too, however I only want my filtered list to list name-tiddlers t

Re: [tw] Re: [TW5] Sum of all the contents of a particular field in number of tiddler with tag X

2014-04-23 Thread Shash
Thanks Jeremy!. I am waiting for the sum and other operations. Hope it sees the day of light soon. Thanks! Shash (Shashank) On Wednesday, April 23, 2014 3:37:40 AM UTC+5:30, Jeremy Ruston wrote: > > Hi Sash > > If you want to count the number of tiddlers that fulfil some criteria then > you can

[tw] Re: [TW5] Pb with select widget (Chris Hunt)

2014-04-23 Thread FrD
Hi, It seems that inside the select widget (ie between <$select ...> and ) there is no way to have block mode ; everything is processed inline. Outside the widget (for instance after) everything is fine again. Has something changed between say 5.0.8(or earlier when this widget worked) and 5.

Re: [tw] [TW5] odd behaviour 5.0.10

2014-04-23 Thread Jeremy Ruston
Hi Jon > I've since noticed that the advanced search (...) no longer works. Not sure if it's related but how would I re-instate it? > When I click (...) the tiddler $:/AdvancedSearch is displayed. Clicking the ellipsis (...) should open a tiddler called $:/AdvancedSearch with three tabs, as sho