Re: Current MonkeyGTD Version?

2009-06-20 Thread Simon Baird
My guess is that the TiddlyWiki version: 2.4.1 Well 2.4.1 is pretty new so that should work fine. -- simon.ba...@gmail.com --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups GTD TiddlyWiki group. To post to this

Re: Wishlist-minimise tiddlers

2009-06-20 Thread colinchristensen
On Jun 19, 4:24 pm, Heller rob.viss...@gmail.com wrote: Oops I mean tiddlersBarPlugin plugin and not toggleSideBar The toggleSideBar plugin does give you more screen real estate but this is already built into the latest version of Monkey GTD Thanks Heller. A question before I install it

Re: Mobile MonkeyGTD

2009-06-20 Thread mankoff
Works fine for me with existing CSS for viewing. And editing, although I haven't tried to save changes. On Jun 19, 6:23 pm, Arkady Grudzinsky agrudzin...@gmail.com wrote: Is MonkeyGTD usable on any mobile device?  IPhone, for e.g. It may be possible to come up with a CSS to make it look

[tw] Content field in MonkeyGTD?

2009-06-20 Thread formosan
My issue is with making a permanent archival record of old tasks that have been accomplished.  I don't want them cluttering up my system, but I do want to save copies of the tasks, and if possible information about when the task was completed, etc. When using MonkeyGTD, one can make

[tw] Re: Content field in MonkeyGTD?

2009-06-20 Thread formosan
Any advice on data management would be appreciated. http://tiddlywiki.org/wiki/How_To/HTML_Publication looks like a starting point. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups TiddlyWiki group. To post to

[tw] Re: how to style columns of a table?

2009-06-20 Thread toche
Is this discussion helpful? http://groups.google.com/group/TiddlyWiki/browse_thread/thread/6878c611aa587f61/e2eba4c45740e460?lnk=gstq=borderless+table#e2eba4c45740e460 --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups

[tw] Multiple sort levels in forEachTiddler

2009-06-20 Thread Mark
I'm using the forEachTiddler plugin to manage a library index. The library has different document types e.g. books, magazines, DVD's, journals etc and I'm trying to create a list of library items (tiddlers) sorted by docType then by author then by title. Sorting by one field works just fine, but

[tw] Re: Multiple sort levels in forEachTiddler

2009-06-20 Thread wolfgang
Hi Mark, The easiest is to use: http://tw.lewcid.org/#TableSortingPlugin and adding the following to a table fET write statement: begin '|sortable|k\n|... Regards.. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups

[tw] Re: Plugin library

2009-06-20 Thread Gnosos
On Jun 19, 10:53 pm, wolfgang wolfgangl...@gmail.com wrote: But to keep many plugins as separate .js files up to date takes much more time, than to use one MasterTW with all plugins updated through the backstage sync utility. With MasterIncludesPlugin in the slave TW's installed, it then

[tw] Re: image: thumb + popup?

2009-06-20 Thread wolfgang
you can tweak ShowPopup... replace: Popup.show(p,false); with: Popup.show('top','right'); With IE this doesn't seem to work. Is there a workaround? Regards.. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google

[tw] Re: Multiple sort levels in forEachTiddler

2009-06-20 Thread Mark
Thanks Wolfgang. I gave that a go and it certainly does the job, but has the interesting side effect of taking almost 9 times longer. There are currently 450 odd items in the library list which takes 1.5 seconds to render in a simple fET write statement, but takes 13 seconds to render as a table.

[tw] Re: Multiple sort levels in forEachTiddler

2009-06-20 Thread Mark S.
Don't use FET a lot, but looking at the docs, it looks like you might be able to do something like this with your sort clause: sortBy 'tiddler.data(docType) + tiddler.data(author) + tiddler.data(title) ' except of course using whatever actual names you've given to your author and title

[tw] Re: Multiple sort levels in forEachTiddler

2009-06-20 Thread Mark
Thanks Mark S that's exactly the syntax I was looking for. It works just peachy fine. Cheers Mark --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups TiddlyWiki group. To post to this group, send email to

[tw] table within a line of text

2009-06-20 Thread Kelsoe
Greetings all, Hopefully this is an easy question. How can I put a table within a line of text? For example, the code a |b| c does not put b within a table -- it looks like absolute value of b. Thanks in advance for any assistance! --~--~-~--~~~---~--~~ You

[tw] Re: table within a line of text

2009-06-20 Thread Mark S.
Do you really want a table there, or did you just want to put b in a box? If the latter, then something like: a @@border: 2px solid green;padding: 2px;B@@c will generate the effect. /Mark*S/ On Jun 20, 1:30 pm, Kelsoe kelsoe.kis...@gmail.com wrote: Greetings all, Hopefully this is an easy

[tw] Re: table within a line of text

2009-06-20 Thread Kelsoe
I was actually hoping for a table. Is it possible? On Jun 20, 9:05 pm, Mark S. throa...@yahoo.com wrote: Do you really want a table there, or did you just want to put b in a box? If the latter, then something like: a @@border: 2px solid green;padding: 2px;B@@c will generate the effect.

[tw] TW 2.5.0: Tinytiddly and jQuery

2009-06-20 Thread Swampy
I have a few questions about TW 2.5.0. 1. What's the status of tinytiddly? [1] The documentation [2] sounds as if it's a compressed or split version of the current TW release, but the current tinytiddly is Version 2.4.3 whereas the latest version of TW is 2.5.0. 2. TW 2.5.0 includes jQuery.

[tw] Re: TW 2.5.0: Tinytiddly and jQuery

2009-06-20 Thread Mark S.
On Jun 20, 7:46 pm, Swampy ma...@uri.edu wrote: 2. TW 2.5.0 includes jQuery. However, jQuery is usually loaded from a separate file [3], but the HTML file for TW 2.5.0 has jQuery embedded. Is this the complete jQuery? Why embed it instead of keeping it a separate file (so that one can