export.html appears as text D3

2009-12-15 Thread Jonas Thomas
Hello,
I hate to be a pain here.  But I don't know if I hosed something or
not.

I found the backstage export to be convenient to export my archived
actions and projects and then delete them after I did the export.

I thought I was dumping data into a blank D3 file and I could look at
what I archived later.

It seems like everything was working correctly except when executed
export.html everything appeared as gibberish. (See below.  )

I wanted to keep track of completed projects and this seemed(at the
time) to be an efficient method of doing this.

Is there a way to get the export.html file to display properly?
If not, I suppose I should attempt to import data into a blank D3

Reading the D3 specific documentation I got the impression you could
backup a complete file with archive information and the purge the main
file of the archive.

I want to keep a file of just completed projects and actions.  I've
got to think that this  has been discussed, but for apparently, I
haven't stumbled on the magic search terms...

Thanks,
JT



';M={position:"absolute",top:0,left:0,margin:0,border:
0,width:"1px",height:"1px",visibility:"hidden"};for(E in M){F.style[E]
=M[E]}F.innerHTML=K;L.insertBefore
(F,L.firstChild);H=F.firstChild,G=H.firstChild,I=H.nextSibling.firstChild.firstChild;this.doesNotAddBorder=
(G.offsetTop!==5);this.doesAddBorderForTableAndCells=
(I.offsetTop===5);H.style.overflow="hidden",H.style.position="relative";this.subtractsBorderForOverflowNotVisible=
(G.offsetTop===-5);L.style.marginTop="1px";this.doesNotIncludeMarginInBodyOffset=
(L.offsetTop===0);L.style.marginTop=J;L.removeChild
(F);this.initialized=true},bodyOffset:function(E)
{o.offset.initialized||o.offset.initialize();var
G=E.offsetTop,F=E.offsetLeft;if
(o.offset.doesNotIncludeMarginInBodyOffset){G+=parseInt(o.curCSS
(E,"marginTop",true),10)||0,F+=parseInt(o.curCSS(E,"marginLeft",true),
10)||0}return{top:G,left:F}}};o.fn.extend({position:function(){var
I=0,H=0,F;if(this[0]){var G=this.offsetParent(),J=this.offset(),E=/
^body|html$/i.test(G[0].tagName)?{top:0,left:0}:G.offset();J.top-=j
(this,"marginTop");J.left-=j(this,"marginLeft");E.top+=j
(G,"borderTopWidth");E.left+=j(G,"borderLeftWidth");F={top:J.top-
E.top,left:J.left-E.left}}return F},offsetParent:function(){var E=this
[0].offsetParent||document.body;while(E&&(!/^body|html$/i.test
(E.tagName)&&o.css(E,"position")=="static")){E=E.offsetParent}return o
(E)}});o.each(["Left","Top"],function(F,E){var G="scroll"+E;o.fn[G]
=function(H){if(!this[0]){return null}return H!==g?this.each(function()
{this==l||this==document?l.scrollTo(!F?H:o(l).scrollLeft(),F?H:o
(l).scrollTop()):this[G]=H}):this[0]==l||this[0]==document?self
[F?"pageYOffset":"pageXOffset"]||o.boxModel&&document.documentElement
[G]||document.body[G]:this[0][G]}});o.each(["Height","Width"],function
(I,G){var E=I?"Left":"Top",H=I?"Right":"Bottom",F=G.toLowerCase();o.fn
["inner"+G]=function(){return this[0]?o.css(this
[0],F,false,"padding"):null};o.fn["outer"+G]=function(K){return this
[0]?o.css(this[0],F,false,K?"margin":"border"):null};var
J=G.toLowerCase();o.fn[J]=function(K){return this[0]==l?
document.compatMode=="CSS1Compat"&&document.documentElement
["client"+G]||document.body["client"+G]:this[0]==document?Math.max
(document.documentElement["client"+G],document.body
["scroll"+G],document.documentElement["scroll"+G],document.body
["offset"+G],document.documentElement["offset"+G]):K===g?(this.length?
o.css(this[0],J):null):this.css(J,typeof K==="string"?K:K+"px")}})})
(); //]]>

--

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.




MonkeyGTD and Export to CSV or Excel

2009-12-15 Thread youngheart80
Hey all,

I've been playing with tiddlywikis for a while and have started to
implement GTD methodology to my work flow.  I've been researching
various GTD wikis and had a question about MonkeyGTD in particular.

Is there a way to export all the info contained in an MGTD project
into a CSV or Excel file?  I've tried using TiddlyTools Export and
SaveAs plugins, but that only gets me the basic title, text, and tags
kind of fields.  At work, my boss has started setting up a tracking
system for projects, but I'm really hoping to use the power of a
tiddlywiki to augment my work flow as I find it does a better job of
helping me stay organized than this tracking system does.

Any thoughts?

Thanks

--

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.




Monkey GTD performance

2009-12-15 Thread Marijn Vriens
Hi all,

I've been using MonkeyGTD for organizing my work and personal issues,
with quite some success. I've really found it useful for maintaining
my own information.

However, It seems to become a victim of that same success. As it's
starting to run slower and slower everyday. I already turned of
animations and such. It's becoming a multi-second wait to reassign a
action to a different project, associate someone with an action, or
creating an action.

I have around 450 tidders at the moment.

My setup might be a bit non standard, since I am running MonkeyGTD
ontop of tiddlyweb. However I have looked at the network usage, and
it's really quite minimal and the wait doesn't seem related to network
lags.

My browsers are FF3 and FF3.5 on Linux and WinXP.

I have the feeling the JS walking over each tiddler in turn to when
assigning values. Is this correct? Can I change something to make
things faster, maybe loosing something else.

Any hints on how to improve performance? I wouldn't mind spending time
improving this my self, but honestly, i don't understand enough about
tiddlywiki to know where to start looking.

--

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.