Re: Mobile MonkeyGTD

2009-06-21 Thread strab
Its interesting what youre saying, cause Ive tried to view mine from tiddlyspot.com and I can see anything (on iphone)... On Jun 20, 6:46 pm, mankoff mank...@gmail.com wrote: Works fine for me with existing CSS for viewing. And editing, although I haven't tried to save changes. On Jun 19,

Re: Now that it's essential, it's verging on unusable. Suggestions?

2009-06-21 Thread Eric Shulman
My one problem is that to move information out of MonkeyGTD, I end up copying things into a text file manually, and then saving the text file. If I get my JavaScript skills together, maybe I'll automate the export process, but for the moment, manual export makes sense.  I'm open to

Re: Mobile MonkeyGTD

2009-06-21 Thread serge
I tried mgtd on my iphone last night, and it works. I was able to create new actions and save as well, and this was using an installed mgtd at tiddlyspot. Now I will say that compared to say Remember the Milk on the iphone the response was a bit slower, but it works nonetheless. I don't actually

Re: Monkey GTD 3.0 / starred items/ listing together (prioritized) at top of list

2009-06-21 Thread Laurence
Thanks so much, Kralik! This is pretty much exactly what I was looking for. I have used your code to create a complete 'Action Dashboard' page prioritizing starred items for 'next' and 'future' actions. Here it is: {{cols2{ {{col{ tiddler 'Ticklers Requiring Action' mgtdList title:'Next

[tw] Re: table within a line of text

2009-06-21 Thread FND
How can I put a table within a line of text? Well, tables are HTML block elements, and as such are not meant to be used inline. You might be able to achieve it with some hacks though. First, make the wiki markup work inline by using transclusion[1]; create a tiddler myTable and add your

[tw] Re: TW 2.5.0: Tinytiddly and jQuery

2009-06-21 Thread Gnosos
I understand the point. Distribution and portability are easier with embedded code. However, TW 2.5.0 already includes the separate file TiddlySaver.jar, so complete portability involves copying two files. With a separate jQuery directory, one could keep the old version of jQuery and still try a

[tw] Re: TW 2.5.0: Tinytiddly and jQuery

2009-06-21 Thread FND
What's the status of tinytiddly? I was under the impression the the TinyTiddly build mechanism was now largely automated, so it should in theory be up to date. It might just be an oversight - will investigate and report back here. A good compromise might be having two versions of TW, one

[tw] Re: Plugin library

2009-06-21 Thread FND
Maybe FND, who rewrote it after an initial draft by Saq, could point to its actual source now? It's in my contributor's directory in the TiddlyWiki SVN repo: http://svn.tiddlywiki.org/Trunk/contributors/FND/plugins/MasterIncludesPlugin/ -- F.

[tw] Re: table within a line of text

2009-06-21 Thread Mark S.
Hmm. That sort of works. The table is inline between objects on the line. But the table has artifacts. The text in the cells floats so that it overlaps the table, and there are parts of a table-like structure protruding out of the top of the real table. Looking in FireBug, it looks as though the

[tw] TinyTiddly and twcore.js re-entrance

2009-06-21 Thread AlanBCohen
I apparently missed the release of TinyTiddly, sorry. I am intrigued by the idea, especially since I use multiple TW files, separated by function, linked to a common root to prevent the slowdowns some have reported (e.g., keep my address book in a separate file from my journal). Can a common

[tw] Re: TinyTiddly and twcore.js re-entrance

2009-06-21 Thread FND
I apparently missed the release of TinyTiddly, sorry. TinyTiddly has been around for quite a while - there was no recent announcement to be missed. (In fact, it currently is lagging behind with v2.4.3 - we'll be looking into that.) Can a common twcore.js file be shared among several TW

[tw] TiddlyTasks.bugs

2009-06-21 Thread Nadav
hi, please view TiddlyTasks.com, TiddlyTasks is a simple group task management based on TiddlyWiki the awesome single paged wiki. It combines the portability and dynamics of TiddlyWiki with a simple Todo list that can be assigned to users. for some reason the taggr plugin is not working ?

[tw] Re: TiddlyTasks.bugs

2009-06-21 Thread FND
for some reason the taggr plugin is not working ? IIRC, the Tagger plugin requires the DeprecatedFunctionsPlugin: http://www.tiddlywiki.com/coreplugins.html#DeprecatedFunctionsPlugin You might wanna take a look at this page: http://tiddlywiki.org/wiki/Troubleshooting -- F.

[tw] First Line Indent

2009-06-21 Thread bfillip
I'm struggling to find a way to indent every first line of every paragraph of text in every tiddler. Ideally, it would apply only to tiddlers with a specific tag but I'll settle for having it work for all tiddlers. I've put .viewer {text-indent: 50px;} in the stylesheet tiddler but it creates

[tw] Re: TinyTiddly and twcore.js re-entrance

2009-06-21 Thread AlanBCohen
Thanks --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups TiddlyWiki group. To post to this group, send email to TiddlyWiki@googlegroups.com To unsubscribe from this group, send email to

[tw] insert code in a tiddler

2009-06-21 Thread LucianoG1212
Hi! I need to enter the following code on a tiddler to do a user authentication against a server, is it possible? The code is: form method=post action=$PORTAL_ACTION$ input name=auth_user type=text input name=auth_pass type=password input name=redirurl type=hidden

[tw] Re: TinyTiddly and twcore.js re-entrance

2009-06-21 Thread Morris Gray
On Jun 22, 4:59 am, FND f...@gmx.net wrote: I apparently missed the release of TinyTiddly, sorry. TinyTiddly has been around for quite a while - there was no recent announcement to be missed. (In fact, it currently is lagging behind with v2.4.3 - we'll be looking into that.) I was