Re: Edit sidebar/mainmenu

2009-04-01 Thread jdunham

The tiddler you want is MGTDSidebar.  However I'm not sure it saves
you any screen space, and they'll probably come right back if you ever
update your mGTD with the latest source.

If you are desperate to find a tiddler, you can always use your
browser's 'View Source' option and search, and it should be easy
enough to figure out where it is called.

Once you know the name, you can go to the Sidebar - More... - TW -
All, and it will be in the list.

I agree that it would be helpful to get a list or a tiddler containing
everything tagged with 'excludeSearch', or a search option which would
ignore that tag.  If anyone knows how, please respond!

Jason

On Mar 30, 6:06 am, mizipzor mizip...@gmail.com wrote:
 Short version: How do I edit the sidebar? Navigation box situated
 topright in the default theme containing Work/Review/Process.

 Long version: Been trying out the software for the last two hours.
 Something is nagging me, and I want to edit it. Its the sidebar (or
 main menu).

 I want to do away with the Process tab (I can do all that with
 quickadd it seems, so the tab just bloats).
 I want Review gone, most of the entries there are duplicates (or close
 to duplicates) of the things I find under Work.
 In Work, Ive added some custom entries I want, and removed most of
 them (since they were so similar).

 Just wanted to explain since this is the first time I try the GTD
 approach (hence, also the first software I try) am I way off here? :P

 Ive been looking where to edit the sidebar. Closest I got was to
 change the individual tabs (Work/Review/Process). I also found some
 theme ticklers, but I couldnt find any sidebar stuff in there,
 although logically I thought it was there I should look.

 Its hard to search for this stuff as well, since most of them have the
 excludeSearch tag. Can I search with those tags included btw?
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups GTD 
TiddlyWiki group.
To post to this group, send email to GTD-TiddlyWiki@googlegroups.com
To unsubscribe from this group, send email to 
gtd-tiddlywiki+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/GTD-TiddlyWiki?hl=en
-~--~~~~--~~--~--~---



Re: Quick way to select Realm!?

2009-04-01 Thread jdunham

There are two separate issues here:

1) Can it be a lot easier to change Realms?
Of course anything *could* be done with enough time and effort, but it
doesn't seem worth it.  For most users, the realms don't change much.
For example, I have 'work' and 'personal' and a couple others, but for
any tiddler, the realm never changes, or I change it just once if I
created the tiddler in the wrong realm. It would be a waste of screen
space to have an easy way to change the realms of each item in a view.

If you are using realms for some other purpose, you might describe it
and we could try to suggest an alternative way to use mGTD.

2) Is there a way to change the realms of many items at once?
I don't think there's an easy way within tiddlywiki.  In your
situation, I would try to modify the html file directly (make a backup
first, of course!).
For example, Notepad++ lets you search on regular expressions.
(warning, regexps are very powerful but bewildering if you are not
familiar with them).
Using Notepad++, if you do a regexp search for
   ^(div.+tags=[^]*Project)([ ])
and replace it with
   \1 MyRealm\2
you can assign every project to MyRealm. Or else you could use Find
rather than Replace, and paste in a tag manually where needed.

Jason

On Mar 26, 5:13 am, Damian m...@daminator.com wrote:
 Hiya,

 Is there any way of doing this? I'd love a screen like the 'Project
 Dashboard' where all the projects are listed. Then, instead of
 toggling buttons between 'a' (for active) and 's/m' (for Someday/
 Maybe) you can click each project into a different realm. These
 'toggle buttons' wouldn't have to be named the same as the realms if
 that took up too much room. There could just be numbers. 1 to 3 or 1
 to 6 depending on how many realms you have. Also, clicking a project
 into a different realm would ideally change the realm of all of the
 projects tiddlers too (this could be a selectable option if some uses
 like actions in different realms to projects).

 Is this doable? Or is there a better solution? I want to use my realms
 more, but have hundreds of projects (and all of their sub actions), so
 it's just un-usable for me at the moment.

 Cheers
 Damian
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups GTD 
TiddlyWiki group.
To post to this group, send email to GTD-TiddlyWiki@googlegroups.com
To unsubscribe from this group, send email to 
gtd-tiddlywiki+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/GTD-TiddlyWiki?hl=en
-~--~~~~--~~--~--~---



Re: List of actions without project

2009-04-01 Thread jdunham

Isn't Review - Action Dashboard by Project good enough?  There is
other stuff in the view, but it does show all actions with no project.

On Apr 1, 12:18 am, Didier Bretin did...@bretin.net wrote:
 Hi,

 can you help me on how I can add a new button to Review tab to list
 actions without project. When I create a task without project, I
 consider it is an action in inbox. I need to review them and place
 them in a project.

 Thanks for your help.

 Regards.
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups GTD 
TiddlyWiki group.
To post to this group, send email to GTD-TiddlyWiki@googlegroups.com
To unsubscribe from this group, send email to 
gtd-tiddlywiki+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/GTD-TiddlyWiki?hl=en
-~--~~~~--~~--~--~---



List of actions without project

2009-04-01 Thread Didier Bretin

Hi,

can you help me on how I can add a new button to Review tab to list
actions without project. When I create a task without project, I
consider it is an action in inbox. I need to review them and place
them in a project.

Thanks for your help.

Regards.
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups GTD 
TiddlyWiki group.
To post to this group, send email to GTD-TiddlyWiki@googlegroups.com
To unsubscribe from this group, send email to 
gtd-tiddlywiki+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/GTD-TiddlyWiki?hl=en
-~--~~~~--~~--~--~---



Re: Syntax mgtdList

2009-04-01 Thread Daniel Burón

You can find info in the code, just look in plugins for MgtdList,
there you'll find the declaration of the function and its parameters.
You can also play a little with different parameters and look the
results, there are not so many parameters and it relative easy.

It would be nice a way to create a sort of tree view of projects and
subprojects, using first Area and then project herarchy. I'd have a
look to the treeview plugin but if anyone has done something like that
before it would be nice to post it here. Thanks

On Mar 31, 7:04 pm, Blazeguru gd.nijenh...@gmail.com wrote:
 Nowbody who knows how to use the parameters of mgtdlist or where I can
 find information ?

 On 27 mrt, 20:24, Blazeguru gd.nijenh...@gmail.com wrote:



  mgtdList is used many times in MonkeyGTD. In this newsgroup I also
  read sometimes about this command. It seems very interesting (sort of
  SQL for querying tiddlers ?). I could not find how to use this
  command. Can someone tell me where I can find the syntax of this
  command ?- Hide quoted text -

 - Show quoted text -
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups GTD 
TiddlyWiki group.
To post to this group, send email to GTD-TiddlyWiki@googlegroups.com
To unsubscribe from this group, send email to 
gtd-tiddlywiki+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/GTD-TiddlyWiki?hl=en
-~--~~~~--~~--~--~---



Re: Edit sidebar/mainmenu

2009-04-01 Thread fogleman

I added the GoToplugin (http://www.TiddlyTools.com/#GotoPlugin) to my
file and then added gototiddler to my doWorkMenu tiddler.  To get
a list of tiddlers tagged excludeSearch, (or quickly find any other
tiddler)  I can type the tag/tiddler name into this search box, and
open the excludeSearch tag.

Jay

On Apr 1, 2:34 am, jdunham jwdun...@gmail.com wrote:
 The tiddler you want is MGTDSidebar.  However I'm not sure it saves
 you any screen space, and they'll probably come right back if you ever
 update your mGTD with the latest source.

 If you are desperate to find a tiddler, you can always use your
 browser's 'View Source' option and search, and it should be easy
 enough to figure out where it is called.

 Once you know the name, you can go to the Sidebar - More... - TW -
 All, and it will be in the list.

 I agree that it would be helpful to get a list or a tiddler containing
 everything tagged with 'excludeSearch', or a search option which would
 ignore that tag.  If anyone knows how, please respond!

 Jason

 On Mar 30, 6:06 am, mizipzor mizip...@gmail.com wrote:

  Short version: How do I edit the sidebar? Navigation box situated
  topright in the default theme containing Work/Review/Process.

  Long version: Been trying out the software for the last two hours.
  Something is nagging me, and I want to edit it. Its the sidebar (or
  main menu).

  I want to do away with the Process tab (I can do all that with
  quickadd it seems, so the tab just bloats).
  I want Review gone, most of the entries there are duplicates (or close
  to duplicates) of the things I find under Work.
  In Work, Ive added some custom entries I want, and removed most of
  them (since they were so similar).

  Just wanted to explain since this is the first time I try the GTD
  approach (hence, also the first software I try) am I way off here? :P

  Ive been looking where to edit the sidebar. Closest I got was to
  change the individual tabs (Work/Review/Process). I also found some
  theme ticklers, but I couldnt find any sidebar stuff in there,
  although logically I thought it was there I should look.

  Its hard to search for this stuff as well, since most of them have the
  excludeSearch tag. Can I search with those tags included btw?


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups GTD 
TiddlyWiki group.
To post to this group, send email to GTD-TiddlyWiki@googlegroups.com
To unsubscribe from this group, send email to 
gtd-tiddlywiki+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/GTD-TiddlyWiki?hl=en
-~--~~~~--~~--~--~---



Re: Edit sidebar/mainmenu

2009-04-01 Thread jdunham

Thanks for the tip.  I also discovered that in the tiddler commands
(close/close others/edit/...) you can choose more and then
references and navigate upward that way.  I am getting the plugin
for sure, but this would have helped the original poster.

On Apr 1, 2:27 am, fogle...@mail.uri.edu wrote:
 I added the GoToplugin (http://www.TiddlyTools.com/#GotoPlugin) to my
 file and then added gototiddler to my doWorkMenu tiddler.  To get
 a list of tiddlers tagged excludeSearch, (or quickly find any other
 tiddler)  I can type the tag/tiddler name into this search box, and
 open the excludeSearch tag.

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups GTD 
TiddlyWiki group.
To post to this group, send email to GTD-TiddlyWiki@googlegroups.com
To unsubscribe from this group, send email to 
gtd-tiddlywiki+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/GTD-TiddlyWiki?hl=en
-~--~~~~--~~--~--~---



[tw] Announcing TiddlyFlash!

2009-04-01 Thread Paul Downey (psd)

Hi There!

I'm a big fan of TiddlyWiki, and have enjoyed using it for a couple of
years now, even being motivated enough to develop the odd patch and
plugin! All well and good, but I have noticed a few fundamental
weaknesses with TiddlyWiki which I think I've managed to address in a
new product which I've been quietly working on in the background. It's
something I'm really quite proud of, and which I'd like to share with
you all today!

So I hereby announce TiddlyFlash - a clean-room implementation of
TiddlyWiki written in Adobe ActionScript and targeted at Flash Player
10.

TiddlyFlash has a number of advantages over the current HTML/CSS/
JavaScript version of TiddlyWiki, notably:

* Flash is universal where as capable browsers are becoming harder to
find. Using Flash gives developers a write once, run anywhere
experience, freeing them from worrying about cross-browser issues.
Everybody loves Flash and has it installed and enabled on their
desktops, laptops and phones.

* TiddlyFlash users benefit from a number of advanced features such as
animations, sound, videos, control of web cameras and 3D bump-mapped
texture and shading. These are essential for most wiki use-cases and
heralding a new era of animation, slick-shading and other Because I
Can developments not possible with current browsers. This
particularly important for those of us who use the current browser of
choice, Internet Explorer.

* SEO is a solved problem for Flash now Google indexes the text inside
many Flash files.

* Accessibility is a solved problem for Flash: it's simple to add key-
shortcuts and you can always keep a separate copy of the text for use
in screen readers.

* it is possible, indeed trivial, to hide the TiddlyFlash content
inside a binary Flash file, allowing TiddlyFlash to hide text from Web
and desktop searching technologies. This is particularly useful when
running a guerilla TiddlyFlash on a machine with Google search or
Apple Spotlight installed and you don't want people to find your
content.

* furthermore, it seems feasible to implement Digital Rights
Management (DRM) for TiddlyFlash text, essential for building business
critical documents.

* offline mode, something which we know has been tricky for some
browsers, is now a simple matter of downloading the Adobe AIR platform
and running a version compiled, packaged and made available for this
ubiquitous environment.

* browser cookies are easily cleared and are often blocked by some
people overly cautious about privacy. Such people aren't as aware of
Shared Local Objects (LSO)* and it's unusual for them to be cleared,
greatly assisting the more sticky storage of TiddlyFlash options.

* whilst it's true that there are few viable ways of building Flash
applications with free software, the excellent Adobe Flash CS4 is a
very reasonable $699, so it's actually better than free to write and
distribute Flash programs. It is true that there are some minor
licensing things to worry about, but in many cases it doesn't cost
anything to distribute Flash programs.

* view-source of TiddlyWiki has introduced a number of security issues
and has been an obstacle to anyone wanting to develop commercial
TiddlyWiki plugins. TiddlyFlash brings the advantage of a closed-
source ecosystem, protecting my and plugin developers revenue streams.

* the unconventional Open Source nature of TiddlyWiki can be an issue
for certain users, notably those within enterprises, therefore
TiddlyFlash will be delivered as a trusted-source binary. Of course
there will be a conventional EULA to OK to protect your supplier from
errors, inadvertent or otherwise. I may consider providing paid-for
support contracts given that shouldn't be too onerous to meet the
expected standards for a typical commercial software product, and can
probably be outsourced.

* trusted-source code means we can have a TiddlyFlashStore, where you
will be able to buy quality controlled TiddlyFlash software and where
developers may upload their plugins and verticals on a reasonably and
non-discriminatory fair revenue share. Registration will of course be
subject to my approval and at a nominal fee of, say $99 USD per
application.

* ActionScript is a much nicer version of JavaScript, and coming from
a single vendor, means it is more coherently designed, stable, better
documented and with an understandable roadmap than the supposedly
standard ECMA JavaScript. Anyone who decides to join the TiddlyFlash
Developers' Programme will find writing plugins and extensions far
easier and more satisfying. (Note, I may keep some of the more
advanced developer features hidden, depending if I decide to write my
own plugins. I may also run premium developer courses for those
wanting to upskill from JavaScript to TiddlyFlash ActionScript.)

* the future of the Web is Rich Internet technologies such as Flash,
not in the current mish-mash of competing ad-hoc and Open Source
browsers and the current limiting constraints which put greater value
in 

[tw] forEachTiddler where tiddler.tags.startswith(is this possible)

2009-04-01 Thread geert Geurts
Hello,
I'm using tiddly wiki allot for my work, and I use the forEachTiddler plugin
to organize my work.
Does anyone know of a way to make the forEachTiddler plugin able to make a
list of all tiddlers which have a tag that starts with project, for
instance?

Thanks!
Greetings,
Geert

--~--~-~--~~~---~--~~
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 
tiddlywiki+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/TiddlyWiki?hl=en
-~--~~~~--~~--~--~---



[tw] Re: forEachTiddler where tiddler.tags.startswith(is this possible)

2009-04-01 Thread Alex Hough

something like this

'tiddler.tags.contains(project)'

would get you all the tiddlers with tag containing the tag project.

Alex


2009/4/1 geert Geurts bege...@gmail.com:
 Hello,
 I'm using tiddly wiki allot for my work, and I use the forEachTiddler plugin
 to organize my work.
 Does anyone know of a way to make the forEachTiddler plugin able to make a
 list of all tiddlers which have a tag that starts with project, for
 instance?

 Thanks!
 Greetings,
 Geert

 




-- 
t: 0161 442 2202
m: 0781 372 50 17
skype: alexhough
delicious: alexhough

--~--~-~--~~~---~--~~
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 
tiddlywiki+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/TiddlyWiki?hl=en
-~--~~~~--~~--~--~---



[tw] Re: Announcing TiddlyFlash!

2009-04-01 Thread Russ Thomas
2009/4/1 Paul Downey (psd) paul.s.dow...@gmail.com

 As you can imagine, I'm very excited by this project, as indeed I was
 by the idea of a mainstream TiddlyWiki for the Enterprise** last year.
 Aren't you?

 Paul (psd)


No, I'm not.  It's bloody dreadful.  I got all excited and installed it
straight away.  It worked great, fantastic, a flash based TW... amazing!

That is, until I opened a tiddler with an embedded flash object which is
programmed to scan for all tiddlywiki files held locally.  Which it did.
And found itself - the one it was running in.

I now find myself at the bottom of a very deep gravity well caused by this
idiotic idea of yours.  Pretty soon I expect to be reduced to a
singularity.  Contact CERN somebody - tell them I've done it!

Oh wait... Stack overflow

phew, that was close.

;)

--~--~-~--~~~---~--~~
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 
tiddlywiki+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/TiddlyWiki?hl=en
-~--~~~~--~~--~--~---



[tw] Re: Announcing TiddlyFlash!

2009-04-01 Thread Morris Gray

Choosing to be out of my depth again I am very interested.  However is
there TiddlyFlash for dummies?  I followed the links above and found
nothing to download or try. Searching http://blog.whatfettle.com for
TiddlyFlash returned nothing.

AIso I discovered Chumby about an hour ago http://en.wikipedia.org/wiki/Chumby
http://www.chumby.com/ and wonder if TiddlyFlash or something
associated with it would interface with it somehow. It is a gadget now
but I think it might be a forerunner of appliances for the internet
that is long overdue. i.e. something my 92 yo mother could use, email
only reader, directories, crossword dictionaries, etc.

I wonder if you could (assuming no knowledge at all) start from the
beginning and explain, show, demonstrate what you are talking about?

Morris Gray
http://twhelp.tiddlyspot.com
A TiddlyWiki help file for beginners



On Apr 1, 9:13 pm, Russ Thomas russgtho...@gmail.com wrote:
 2009/4/1 Paul Downey (psd) paul.s.dow...@gmail.com

  As you can imagine, I'm very excited by this project, as indeed I was
  by the idea of a mainstream TiddlyWiki for the Enterprise** last year.
  Aren't you?

  Paul (psd)

 No, I'm not.  It's bloody dreadful.  I got all excited and installed it
 straight away.  It worked great, fantastic, a flash based TW... amazing!

 That is, until I opened a tiddler with an embedded flash object which is
 programmed to scan for all tiddlywiki files held locally.  Which it did.
 And found itself - the one it was running in.

 I now find myself at the bottom of a very deep gravity well caused by this
 idiotic idea of yours.  Pretty soon I expect to be reduced to a
 singularity.  Contact CERN somebody - tell them I've done it!

 Oh wait... Stack overflow

 phew, that was close.

 ;)
--~--~-~--~~~---~--~~
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 
tiddlywiki+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/TiddlyWiki?hl=en
-~--~~~~--~~--~--~---



[tw] Re: Announcing TiddlyFlash!

2009-04-01 Thread timsan...@googlemail.com

I'm wondering if it would be impossible to embed a tiddlyflash wiki
swf, password protected of course, as a data uri inside an ordinary
tiddlywiki.
I could see real value in this, so that multiple highly graphical
flash wikis can be rendered safely off an ordinary TiddlyWiki

--~--~-~--~~~---~--~~
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 
tiddlywiki+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/TiddlyWiki?hl=en
-~--~~~~--~~--~--~---



[tw] Re: forEachTiddler where tiddler.tags.startswith(is this possible)

2009-04-01 Thread Eric Shulman



On Apr 1, 2:10 am, geert Geurts bege...@gmail.com wrote:
 Hello,
 I'm using tiddly wiki allot for my work, and I use the forEachTiddler plugin
 to organize my work.
 Does anyone know of a way to make the forEachTiddler plugin able to make a
 list of all tiddlers which have a tag that starts with project, for
 instance?

Using a 'script' clause in your fET macro, you can define an Array
prototype function that, given an array of strings (i.e., the 'tags'
of a tiddler), returns a subset of the array containing only those
strings that start with specified text:

script '
   Array.prototype.startsWith=function(txt) {
  var out=[];
  for (var i=0;itiddler.tags.length;i++)
 if (tiddler.tags[i].substr(0,txt.length)==txt)
out.push(tiddler.tags[i]);
  return out;
   }
'

Then, to test for the desired matching tags in the fET conditional,
you can write:
   'tiddler.tags.startsWith(project).length  0'

note: untested code

enjoy,
-e
Eric Shulman
TiddlyTools / ELS Design Studios
--~--~-~--~~~---~--~~
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 
tiddlywiki+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/TiddlyWiki?hl=en
-~--~~~~--~~--~--~---



[tw] Re: Announcing TiddlyFlash!

2009-04-01 Thread smartrics

Can I run Java Applets in TiddlyFlash?

--~--~-~--~~~---~--~~
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 
tiddlywiki+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/TiddlyWiki?hl=en
-~--~~~~--~~--~--~---



[tw] Re: Announcing TiddlyFlash!

2009-04-01 Thread Mark S.


Any chance of incorporating Oracle 9i or higher into the framework? TW
is lacking a true database engine. This action alone would create an
adaptive zero administration process within the context of a bi-
directional  application, harnessing paradigm-shifting energies into a
nexus of a semi-open-source scalable knowledge base.

Deployed on a server, the licensing costs probably wouldn't exceed
50,000. Since its now SEO compatible, this cost could be recouped by
selling advertising terms inside the TiddlyFalse environment.

-- Mark




--~--~-~--~~~---~--~~
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 
tiddlywiki+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/TiddlyWiki?hl=en
-~--~~~~--~~--~--~---



Re: MonkeyGTD and ExportTiddlersPlugin

2009-04-01 Thread steeef

So far, so good. I noticed that I need to do three different purges to
clean up old stuff:
Tagged Done to remove old actions
Tagged Actioned to remove old ticklers
Tagged Complete to remove old projects

Not the most efficient, but it works.

On Mar 27, 3:30 am, Simon Baird simon.ba...@gmail.com wrote:
 I sounds like a good solution. Personally I don't worry about keeping old
 stuff once they're done. But it's certainly a useful idea especially in a
 professional environment. How is it working for you so far?

 Simon.



 On Sun, Mar 1, 2009 at 4:22 PM, steeef ste...@gmail.com wrote:

  I've only just started using MGTD, but I wanted to head off the html's
  growth in size by figuring out a good method to archive completed
  tasks and projects. I found this:

 http://www.tiddlytools.com/#ExportTiddlersPlugin

  I added the macro exportTiddlers inline to MGTD's Cleanup panel. I
  can search for tiddlers that match the tag Done, export them to a
  separate html file, and then delete them. I tested this, and also
  tested importing them back, and it seems to work fine.

  Is this worth incorporating this method into MGTD's code? Does anyone
  else have any tips for archiving and cleaning up old tasks/projects?

 --
 simon.ba...@gmail.com
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups GTD 
TiddlyWiki group.
To post to this group, send email to gtd-tiddlyw...@googlegroups.com
To unsubscribe from this group, send email to 
gtd-tiddlywiki+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/GTD-TiddlyWiki?hl=en
-~--~~~~--~~--~--~---



[tw] Unable to import tiddlers to a tw on a fileshare

2009-04-01 Thread James Heaver

I have a TW (2.5) stored and accessed on a fileshare. If I try to
import tiddlers from another TW (locally or stored on the same
fileshare) then I get the following error:

[Exception... Component returned failure code: 0x80520012
(NS_ERROR_FILE_NOT_FOUND) [nsIXMLHttpRequest.send] nsresult:
0x80520012 (NS_ERROR_FILE_NOT_FOUND) location: JS frame ::
file:///T:/Location/of/TW.html :: httpReq :: line 9355 data: no]

I am using Firefox 3.0.8 on Windows Vista

Is this a known problem? Is it a problem with TW or is it a problem
with firefox? Or is it something I should never expect to work anyway?
--~--~-~--~~~---~--~~
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 
tiddlywiki+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/TiddlyWiki?hl=en
-~--~~~~--~~--~--~---



[tw] Re: Unable to import tiddlers to a tw on a fileshare

2009-04-01 Thread FND

 I have a TW (2.5) stored and accessed on a fileshare. If I try to
 import tiddlers from another TW (locally or stored on the same
 fileshare) then I get the following error: [...]

This sounds like it's the following issue:
 http://tiddlywiki.org/wiki/Firefox#File_Access


-- F.

--~--~-~--~~~---~--~~
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 
tiddlywiki+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/TiddlyWiki?hl=en
-~--~~~~--~~--~--~---



[tw] Re: Does FF3 save cookies or not?

2009-04-01 Thread FND

 Why does the txtUserName cookie work fine in FF3 with ver 2.2.5 of
 TW, but not 2.4.1?

TiddlyWiki's cookie handling should not have changed between those 
versions*, so this is most likely a browser issue.

Firefox 3 is not supposed to store cookies for local files:
 http://tiddlywiki.org/wiki/Firefox#Cookies
However, I /believe/ I'd also noticed some inconsistencies in the past. 
However, I haven't been able to make out a reliable/reproducible 
pattern, so it's hard to analyze this...


-- F.


* that's just a guess, so I might be wrong

--~--~-~--~~~---~--~~
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 
tiddlywiki+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/TiddlyWiki?hl=en
-~--~~~~--~~--~--~---



[tw] Is there some way I can wikify a htmltable with textentries to be able to print both?

2009-04-01 Thread Måns

Hi
I've been experimenting a lot lately interchanging datatext/data
with fields - making custom View- and EditTemplates for my TWs with
inline forms and so on.

I've learned a lot of new approaches to fullfill the same task -
gathering data and rendering text on the Viewside of a tiddler...

Now I'm back where I started again.. with my new tools - but with the
same old problem.
I know now that I cannot put my beloved htmlformtemplate in the
EditTemplate to input data - to see it rendered/wikified in viewmode -
and that's ok...
I am quite satisfied with the ability to input data directly into a
tiddler via the htmlformtemplate in viewmode -
--BUT--
I still can't print the resulting table with snapshotplugin - I only
get the empty template - and loose the textentries I've made.(Only
from the printouts of course..)

How can I print the tiddler as it looks with text in the htmltable?
Do I have to make a workaround - making a new tiddler with a fET-table
to collect the data and show them in a wikified manner - to be able to
print it?? (This way I loose the htmlformlayout...)

I'm sure there must be a solution where I can get a print of it all..
(Please don't tell me that I have to make screenshots)...
Btw. this time it's twabs ContactsFormTemplate (with tabs) I'm
trying to print...

YS Måns Mårtensson

--~--~-~--~~~---~--~~
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 
tiddlywiki+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/TiddlyWiki?hl=en
-~--~~~~--~~--~--~---



[tw] Re: Announcing TiddlyFlash!

2009-04-01 Thread mck


I believe I found the relevant link:

http://en.wikipedia.org/wiki/April_Fools%27_Day

Cheers!

Mark


On Apr 1, 2:51 pm, Måns humam...@gmail.com wrote:
 Is it just Morris and I who cannot find a link to tiddlyFlash
 anywhere??
 Would someone please point in some direction - I can't wait to see
 what it is capable of..

 YS Måns Mårtensson

 On 1 Apr., 17:54, Mark S. throa...@yahoo.com wrote:

  Any chance of incorporating Oracle 9i or higher into the framework? TW
  is lacking a true database engine. This action alone would create an
  adaptive zero administration process within the context of a bi-
  directional  application, harnessing paradigm-shifting energies into a
  nexus of a semi-open-source scalable knowledge base.

  Deployed on a server, the licensing costs probably wouldn't exceed
  50,000. Since its now SEO compatible, this cost could be recouped by
  selling advertising terms inside the TiddlyFalse environment.

  -- Mark
--~--~-~--~~~---~--~~
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 
tiddlywiki+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/TiddlyWiki?hl=en
-~--~~~~--~~--~--~---



[tw] Re: Announcing TiddlyFlash!

2009-04-01 Thread Måns

Thanks :-)

I eventually got the message...
It was worth it ..

YS Måns Mårtensson

On 2 Apr., 00:49, mck mckel...@gmail.com wrote:
 I believe I found the relevant link:

 http://en.wikipedia.org/wiki/April_Fools%27_Day

 Cheers!

 Mark

 On Apr 1, 2:51 pm, Måns humam...@gmail.com wrote:

  Is it just Morris and I who cannot find a link to tiddlyFlash
  anywhere??
  Would someone please point in some direction - I can't wait to see
  what it is capable of..

  YS Måns Mårtensson

  On 1 Apr., 17:54, Mark S. throa...@yahoo.com wrote:

   Any chance of incorporating Oracle 9i or higher into the framework? TW
   is lacking a true database engine. This action alone would create an
   adaptive zero administration process within the context of a bi-
   directional  application, harnessing paradigm-shifting energies into a
   nexus of a semi-open-source scalable knowledge base.

   Deployed on a server, the licensing costs probably wouldn't exceed
   50,000. Since its now SEO compatible, this cost could be recouped by
   selling advertising terms inside the TiddlyFalse environment.

   -- Mark
--~--~-~--~~~---~--~~
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 
tiddlywiki+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/TiddlyWiki?hl=en
-~--~~~~--~~--~--~---



[tw] Re: fET question ( or OR or??)

2009-04-01 Thread Eric Shulman

 forEachTiddler where 'tiddler.tags.contains(A)  tiddler.data
 (x) *OR* tiddler.data(y) '

The various clauses of fET are just bits of javascript, so you can use
the standard boolean operators:

AND = 
OR = ||
NOT = !
with parentheses to control the order of evaluation.

Thus:
   ... where 'testA  (testB || testC)'... 
   means A and B ... or ... A and C
while:
   ... where 'testA  testB || testC'... 
   means A and B ... or ... C

enjoy,
-e

--~--~-~--~~~---~--~~
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 
tiddlywiki+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/TiddlyWiki?hl=en
-~--~~~~--~~--~--~---



[tw] TiddlySpot and UploadTiddlerPlugin??

2009-04-01 Thread Måns

Does anyone know if TiddlySpot eventually will be able to save TWs per
tiddler?? http://tiddlywiki.bidix.info/#UploadTiddlerPlugin
I use UploadTiddlerPlugin by BidiX (iTW3) on my Ppc - But I can only
use it from my own host with BidiX's uploadtiddler.php.
The idea behind iTW3 is that it's a mobileapp and it saves bandwith
just uploading single tiddlers on the fly.

YS Måns Mårtensson
--~--~-~--~~~---~--~~
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 
tiddlywiki+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/TiddlyWiki?hl=en
-~--~~~~--~~--~--~---