[tw] Re: sort by column (in a table)

2014-09-12 Thread vpl
Just perfect !! Thanks a lot for your quick help Regards Vpl Le jeudi 11 septembre 2014 16:36:50 UTC+2, Stephan Hradek a écrit : Sort by: $select field=sortfield option value=banqueBanque/option option value=compte-typeType/option /$select table tbody tr

[tw] TW5: extracting data from data dictionaries

2014-09-12 Thread HowardM
I find data dictionaries very useful for storing short pieces of information but am struggling to extract the data except in the simplest way. In the $list widget I can list, search sort the indexes to a data tiddler, then display the corresponding values, but cannot find any way of

[tw] Re: TW - gmail and back. TW markup on way back?

2014-09-12 Thread HansWobbe
+1 as someone who is devoted to TW and who sends a lot of time communication with (North American) enterprise-class corporate employees. On Thursday, September 11, 2014 6:16:42 PM UTC-4, AlexHough wrote: Dear All, Here's a use case ... -- You received this message because you are

[tw] Re: TW - gmail and back. TW markup on way back?

2014-09-12 Thread Yakov
Hi Alex, unfortunately, the html - TW markup convertion is a very complicated goal. Implementing that would make implementing WYSIWYG for TW much easier and, as you probably have noticed, there's no WYSIWYG implementation that works with TW markup (instead of html, like CKeditor combined with

[tw] TiddlyWiki 10th Anniversary Hangout on Saturday 20th September at 4pm

2014-09-12 Thread Jeremy Ruston
You are invited to join a marathon hangout to celebrate both the 10th anniversary of TiddlyWiki's first release, and the new version 5 of TiddlyWiki moving out of beta. You can drop in and join the hangout whenever you can - we're hoping that more people will be able to join thanks to the longer

[tw] [TW5] How to lower case

2014-09-12 Thread jim
Hello I'd need a small macro with no other purpose than putting a specified text to lower/upper case. I am sure this isn't difficult to implement; nevertheless I require your help. jim -- You received this message because you are subscribed to the Google Groups TiddlyWiki group. To

Re: [tw] Re: TW - gmail and back. TW markup on way back?

2014-09-12 Thread Jeremy Ruston
Hi Alex The cleanest, most desirable way to do what you want would require us to be able to convert HTML into wikitext; as Yakov says, that's a very hard problem in general. The trouble is that HTML allows lots of constructions that can't be converted to simple wikitext. For example, HTML

[tw] Re: [TW5] How to lower case

2014-09-12 Thread Eric Shulman
On Friday, September 12, 2014 1:35:07 AM UTC-7, jim wrote: I'd need a small macro with no other purpose than putting a specified text to lower/upper case. I am sure this isn't difficult to implement; nevertheless I require your help. You can achieve this using inline CSS, like this:

Re: [tw] TW5: extracting data from data dictionaries

2014-09-12 Thread Jeremy Ruston
Hi HowardM As you've found, the current support for using data tiddlers and JSON tiddlers from wikitext is limited to accessing and enumerating the top level properties. That was enough to meet the needs of the core UI. The plan eventually is to improve support so that arbitrary indexes can be

Re: [tw] Re: Implementing tag functionality in other fields

2014-09-12 Thread Jeremy Ruston
Hi c pa You can create a JS module with the module-type tiddlerfield that exposes the same properties; the core will load it as part of the boot process. Yay! That worked and I got all the other pieces to work too. I've posted the results at http://cpashow.tiddlyspot.com/ I'd recommend against

Re: [tw] Announcing TiddlyWiki Classic version 2.9.0 BETA1

2014-09-12 Thread Yakov
Hi Eric, вторник, 9 сентября 2014 г., 7:08:43 UTC+4 пользователь Eric Shulman написал: On Monday, September 8, 2014 1:18:40 PM UTC-7, Yakov wrote: So, In TW 2.9.0 (and old TiddlySaver), I get (!) HTMLCollection [applet style=position:absolute;left:-1px name=TiddlySaver

Re: [tw] [TW5] Popup for Missing Tiddlers

2014-09-12 Thread Jeremy Ruston
Hi Jim I don't think that that is possible at the moment. On Thu, Sep 11, 2014 at 2:17 PM, jim jimbuf...@gmail.com wrote: Hello I would like to have a popup showing the referencing tiddlers when I click on any link to a missing tiddler. Actually, similar to the one already implemented in

Re: [tw] [TW5] Popup for Missing Tiddlers

2014-09-12 Thread Jeremy Ruston
Tsk, sorry sent in error. I would like to have a popup showing the referencing tiddlers when I click on any link to a missing tiddler. Actually, similar to the one already implemented in the *Missing* tab (in the *More* tab). Are there any ideas on how to realize this? I don't think this is

Re: [tw] Announcing TiddlyWiki Classic version 2.9.0 BETA1

2014-09-12 Thread Eric Shulman
On Friday, September 12, 2014 1:54:27 AM UTC-7, Yakov wrote: Aha. The source of 2.9.0 beta 1 contains two of these blocks: script type=text/javascript //![CDATA[ if(useJavaSaver) document.write(applet style='position:absolute;left:-1px' name='TiddlySaver' code='TiddlySaver.class'

[tw] Re: [TW5] How to lower case

2014-09-12 Thread jim
Thank you for your help. Now, it works fine if I transmit plain text. What if I should handle the text variable dynamically: \define TableHeaders() $list filter=[is[current]split:table-headers[,]] variable=currentField th$set name=currentFieldSet value=currentField $button class=

Re: [tw] Re: TW - gmail and back. TW markup on way back?

2014-09-12 Thread Alex Hough
Dear All, A simplified version would be all that is needed. The HTML will be generated from TW markup in the first place, and I won't be using any formatting techniques which don't look good in TW. Headings, bullet points and block quotes is one needs to communicate with the corporate world

[tw] [TWC] How can I get a list of Paul's skills ?

2014-09-12 Thread julien23
Hi All I use TW for contact management [Paul] may be tagged SportScience , SystemControl or Coding but he is also tagged with People, silverDim13, Journal20140912 ... [SportScience] , [SystemControl] and [Coding] are skills, they are tagged with Skills How can I get a list of Paul's skills ?

[tw] Re: [TW5] How to lower case

2014-09-12 Thread 'c pa' via TiddlyWiki
In the end the sort-field field of the tiddler should contain the currentField in lower case. To do that you need to convert currentField to lower case before calling the TableHeaders macro So you need a macro that does the conversion then calls TableHeaders Something like the following:

[tw] Re: [TW5] Search in field contents?

2014-09-12 Thread cmari
Hi Stephan, Thanks, that led me down an interesting rabbit-hole. I had to use $:/temp/advancedsearch instead of $:/temp/search in order to get any results. Then of course, I got results for *all* fields (which of course was what I asked for - but quickly realized I didn't actually want!). I

[tw] Re: [TWC] How can I get a list of Paul's skills ?

2014-09-12 Thread whatever
Hey! Try the following: script var skills = store.getTaggedTiddlers(skill); //Get skill tiddlers var here = story.findContainingTiddler(place); //Determine place if (here) { var tid = store.getTiddler(here.getAttribute(tiddler)); //Get this tiddler } var title = tid.title; //This tiddler's title

Re: [tw] Re: [TW5] Search in field contents?

2014-09-12 Thread Jeremy Ruston
Hi cmari You can exclude fields like this: \define searchInField(field, for) $list filter=[!is[shadow]!is[system]field:$field$/$for$/]$field$: ulli$link$view field=title//$link /li/ul/$list \end $reveal state=$:/temp/advancedsearch type=nomatch text= $list filter=[!is[shadow]!is[system]fields[]]

Re: [tw] Re: [TW5] Search in field contents?

2014-09-12 Thread cmari
thanks, that's so simple (and powerful) that it makes me feel really stupid for not having known about it! cmari On Fri, Sep 12, 2014 at 8:36 AM, Jeremy Ruston jeremy.rus...@gmail.com wrote: Hi cmari You can exclude fields like this: \define searchInField(field, for) $list

[tw] Re: [TW5] How to lower case

2014-09-12 Thread jim
Thank you c pa! The problem with this attempt is that *sort-field* is assigned to *in* TableHeaders(). This can't be done elsewhere because of *currentField* being rendered inside TableHeaders. Or am I wrong? I think, I misunderstand some basic concept about the variable assignment: \define

[tw] NoteStormTW official home

2014-09-12 Thread David Gifford
Hello everyone, http://notestorm.giffmex.org/ is now the official home for NoteStormTW. There is also a link there to an example file. I spent hours trying in vain to do an adequate tutorial video. I have discovered that is not one of my strengths. :-) So just play with NoteStormTW. I would

Re: [tw] Re: Upgrading, TiddlyWiki5

2014-09-12 Thread Jeremy Ruston
Hi JL_B Thanks. I got it. I'd missed the part where I have to scroll down the page of tiddlers and click Import. It sounds like you are not upgrading in the recommended way by visiting tiddlywiki.com/upgrade.html and dropping in your existing wiki. Upgrading by importing your content into

[tw] Announcing TiddlyWiki release 5.0.17-beta

2014-09-12 Thread Jeremy Ruston
I'm delighted to announce the release of TiddlyWiki version 5.0.17-beta: http://tiddlywiki.com/ As with the previous release, there are some incompatible changes. However, in this case I've taken care to support the previous behaviour with various deprecation warnings. See the release note for

[tw] Re: Announcing TiddlyWiki release 5.0.17-beta

2014-09-12 Thread Albert
Hi Jeremy, Thank you (and everyone involved) for this great update, I'm really looking forward for 20th September. I noticed a strange thing: TOC won't expand but open a tiddler... ¿has anyone experienced this? (I tried in Mac OS X Safari 7.0.6 and FireFox 31.0). Thank again, Cheers,

[tw] Re: Announcing TiddlyWiki release 5.0.17-beta

2014-09-12 Thread Jeremy Ruston
Hi Albert I noticed a strange thing: TOC won't expand but open a tiddler... ¿has anyone experienced this? (I tried in Mac OS X Safari 7.0.6 and FireFox 31.0). Try clicking on the triangle to expand an item. Best wishes Jeremy Thank again, Cheers, Albert El viernes, 12 de

[tw] Re: Announcing TiddlyWiki release 5.0.17-beta

2014-09-12 Thread Albert
Hi Jeremy, Oops! Sorry for that, it works flawlessly using the arrow. I love your work, it's really helping me in many ways. Best regards, Albert El viernes, 12 de septiembre de 2014 19:11:31 UTC+2, Jeremy Ruston escribió: I'm delighted to announce the release of TiddlyWiki version

[tw] Re: NoteStormTW official home

2014-09-12 Thread David Gifford
NoteStormTW is now upgraded to 5.0.17. It should be good to use. Blessings! Dave On Friday, September 12, 2014 11:33:51 AM UTC-5, David Gifford wrote: Hello everyone, http://notestorm.giffmex.org/ is now the official home for NoteStormTW. There is also a link there to an example file. I

Re: [tw] Re: [TWC] [NEW Plugin] AutoSuggestPlugin

2014-09-12 Thread Yakov
Hello Albert, any progress so far? Best regards, Yakov. вторник, 20 мая 2014 г., 19:34:44 UTC+4 пользователь Yakov написал: PS one more tweak to add: the .replace(/[\-\[\]\/\{\}\(\)\*\+\?\.\\\^\$\|]/g, \\$); part does what .escapeRegExp(); TW String utitity is supposed to do, and for

Re: [tw] Re: Upgrading, TiddlyWiki5

2014-09-12 Thread JL Beeken
That's because that method didn't work for me. And I tried it several times. On Fri, Sep 12, 2014 at 9:44 AM, Jeremy Ruston jeremy.rus...@gmail.com wrote: Hi JL_B Thanks. I got it. I'd missed the part where I have to scroll down the page of tiddlers and click Import. It sounds like you

[tw] Re: Contact Manager

2014-09-12 Thread RickL
Ton, Just an FYI. I started with a new empty tiddler of 5.0.17, loaded all the journal tiddlers for new journal button etc. I made all my changes and checked along the way. Everything works now with the formats I wanted. Not sure what the issue was but it seems OK now. Thanks again for all

Re: [tw] Re: Upgrading, TiddlyWiki5

2014-09-12 Thread Jeremy Ruston
Hi JL Can you describe the steps you took, what you expected to happen and what did happen to help me debug things so it doesn't trip up anyone else? Many thanks Jeremy — jeremy.rus...@gmail.com On Fri, Sep 12, 2014 at 9:46 PM, JL Beeken beeken...@gmail.com wrote: That's because that

Re: [tw] Re: Upgrading, TiddlyWiki5

2014-09-12 Thread JL Beeken
Sigh. There's only one thing to do on each page. I went to the upgrade page. I dragged my TW5 onto it. It flipped to the next window and I downloaded it. On Fri, Sep 12, 2014 at 1:58 PM, Jeremy Ruston jeremy.rus...@gmail.com wrote: Hi JL Can you describe the steps you took, what you expected

[tw] Re: [TW-Classic]

2014-09-12 Thread Andrew Ashling
Hi Eric, Thank you for a very complete and fast answer. I'll look into Tiddlyspot. On Friday, September 12, 2014 6:48:39 AM UTC+2, Eric Shulman wrote: On Thursday, September 11, 2014 6:13:31 PM UTC-7, Andrew Ashling wrote: I'm considering buying a Chromebook. Is there any

Re: [tw] Re: TW - gmail and back. TW markup on way back?

2014-09-12 Thread HansWobbe
A stripped down version would be quite adequate in my experience and believe it would be very beneficial. The vast majority of the corporate emails I am involved with have little more than * 2 or 3 levels of headings * Bullets (or at most their simple OrderList peers) * nested blockQuotes