[tw] Re: List of todo's

2009-11-25 Thread Heller
Mans,

Thanks very much for your efforts and I understand how you
are using tagglytagging and treeview to display and manage
the various items..

...but I was really looking for something much simpler and
have reverted to the ReminderMacro http://remindermacros.tiddlyspot.com/

So now when i am setting up an article and want to enter
a reminder to insert say an explanatory image, right there
where I want to insert the image i say
<>

I then just create a tiddler called Reminders and put
<>
in it and it shows me all my reminders and provides a link to the
tiddler
for example where I need to insert that image. Once I have inserted
the
image I just remove the <>

Rob

--

You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To post to this group, send email to tiddlyw...@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: Wikifying your FF bookmarks, kind of.

2009-11-25 Thread Måns
Hi Amzg

> The idea is to paste an URL-list into a tiddler, and save, and then
> press marks "macro button" that is in the sidebar(!)
Try to it in the viewtemplate instead.

or

requires HideWhenPlugin http://mptw.tiddlyspot.com/#HideWhenPlugin

Regards 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 tiddlyw...@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: Inline script (Wikify Output??)

2009-11-25 Thread Mike
thx - too bad I didn't write it . . . (the script)
found it somewhere on the web and modified (getting the array from a
batch file !)

Will work on cleaning it up a little, also not sure about the line(s)
if (ry==0)
ry=1
thinking that is removing the first pick in the array - [0] (need to
investigate further)
(might be able to eliminate both lines . . .)

Sample array
array_name=[];
array_name[0]='images/ddr_0001_bodywork.jpg';
array_name[1]='images/ddr_0002_licht.jpg';
array_name[2]='images/ddr_0004_retina_reflector.jpg';
array_name[3]='images/ddr_0005_virus.jpg';
array_name[4]='images/ddr_0006_deathstar.jpg';
array_name[5]='images/ddr_0008_pulsar.jpg';
array_name[6]='images/ddr_0009_lovehate.jpg';
array_name[7]='images/ddr_0010_afx_efx.jpg';
array_name[8]='images/ddr_0011_construct.jpg';
array_name[9]='images/ddr_0012_wavez.jpg';
array_name[10]='images/ddr_0013_freezeframed.jpg';
array_name[11]='images/ddr_0014_rustpuppet.jpg';
array_name[12]='images/ddr_0015_phaseshifter.jpg';
array_name[13]='images/ddr_0016_signal_to_noise.jpg';
array_name[14]='images/ddr_0018_d-generation.jpg';
array_name[15]='images/ddr_0020_angel_of_deaf.jpg';
array_name[16]='images/ddr_0021_secure_bsd.jpg';
array_name[17]='images/ddr_0022_replication_breakbeats.jpg';
array_name[18]='images/ddr_0024_holdonto.jpg';
array_name[19]='images/ddr_0027_trinkwasser.jpg';
array_name[20]='images/ddr_0028_neotek_idoru.jpg';
array_name[21]='images/ddr_0030_pandora_complex.jpg';
array_name[22]='images/ddr_0046_retroactive.jpg';
array_name[23]='images/ddr_0049_downward.jpg';
array_name[24]='images/ddr_0050_biotech.jpg';
array_name[25]='images/ddr_0053_eastside.jpg';
array_name[26]='images/ddr_0055_remodulat.jpg';
array_name[27]='images/ddr_0058_sidewinder.jpg';
array_name[28]='images/ddr_0062_mis_fit.jpg';
array_name[29]='images/ddr_0063_discord.jpg';
array_name[30]='images/ddr_0064_phreak_ov_nature.jpg';



On Nov 25, 3:45 am, Tobias Beer  wrote:
> One more thing... this is a neat little script ;-)  Tobias.

--

You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To post to this group, send email to tiddlyw...@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] NoteStormProject

2009-11-25 Thread Måns
Hi TwWizards

I've taken the liberty to merge Dave Gifford NoteStorm with Morris
Grays Project Manager made for his TWT-TreeView..
They are both very simple tools and I think they match very well..

I've added a few other goodies as well..

You can judge for yourself (click edit in the sidebar to get all
options ):

http://notestormproject.tiddlyspot.com

Regards 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 tiddlyw...@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: Wikifying your FF bookmarks, kind of.

2009-11-25 Thread Amzg
After a lot of digging[1], I found this snippet;

story.findContainingTiddler(this).getAttribute('tiddler')

and figured I'd just replace Marks input prompt, i.e like this;

var src=story.findContainingTiddler(this).getAttribute('tiddler');

The idea is to paste an URL-list into a tiddler, and save, and then
press marks "macro button" that is in the sidebar(!)

Unfortunately it doesn't work. It doesn't get what "this" is.
Is there a default word other than "this", such as "latest"... or do I
just mistunderstand it all?

thanks!

:-|

[1] ...in a Mr.Shulman post, of course;
http://groups.google.com/group/tiddlywiki/browse_thread/thread/bbfcc35e63096a8c/cc8f51e5073de447?lnk=gst&q=scroll+to+top+of#cc8f51e5073de447


On Nov 24, 4:05 pm, Amzg  wrote:
> Some furtherifications;
>
> If not possible to somehow do the pasting directly into the prompt or
> equivalent (as suggested above) then, second best, maybe it's possible
> to  make Marks script automatically use the latest created tiddler,
> i.e omitting the need to type in anything manually in the prompt?
> Instead of the [[ check one could check for "http://"; to *be* there.

--

You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To post to this group, send email to tiddlyw...@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] how to add tiddler size to ViewTemplate?

2009-11-25 Thread RA
I'd like to show tiddler size in it's subtitle. Possible?

--R

--

You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To post to this group, send email to tiddlyw...@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: errors in exporttiddlers plugin

2009-11-25 Thread Eric Shulman
> i was trying to use the exporttiddlers plugin.  i copied the code
> directly from the site but tiddlywiki says i am getting errors in the
> two lines containing <>.
> the plugin manager says there is an invalid character.

If you use the copy/paste method to install a plugin, you should
always copy *everything* from the plugin's source definition,
including all 'non-code' portions.  In many cases, this content is
required... both for proper functioning of the plugin, and by the
Terms of Use specified in the plugin's license (see
http://www.TiddlyTools.com/#LegalStatements)

However, copy/paste is inherently error-prone.  Whenever possible, you
should use the backstage>import function to import the entire plugin
tiddler.  This ensures that the content is properly transferred into
your document, without any 'hand-editing' process to mess things up.

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 tiddlyw...@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: [tw] Re: Spellcheck

2009-11-25 Thread Anthony Muscio
Hi,

I support adoption of Firefox as well however you can add the google toolbar
to most browsers and it to provides a spell check which is a little more
accurate and detailed than the firefox one. If adopting firefox is ok, but
you have IE fussy sites you must use IE Tabs Plugin for FireFox.

The Plugin options for firefox are substantial.

TonyM

If you have not found an easy way to do it with TiddlyWiki, you have missed
something.
www.tiddlywiki.com



On Thu, Nov 26, 2009 at 05:53, AlanBCohen  wrote:

> If you use Firefox, the normal Firefox spell check works fine while in
> the Edit mode.  Firefox displays a light red line under words it
> doesn't know and if you right click on a suspect word, it displays
> suggestions and the option to add the word to your dictionary.  One of
> the major reasons I moved to Firefox on all my OS's several years ago.
> Alan
>
> On Nov 25, 1:49 pm, sonomakid2002  wrote:
> > Does anyone know if there is a spellcheck plugin for TiddlyWiki?
>
> --
>
> You received this message because you are subscribed to the Google Groups
> "TiddlyWiki" group.
> To post to this group, send email to tiddlyw...@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.
>
>
>

--

You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To post to this group, send email to tiddlyw...@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: List of todo's

2009-11-25 Thread Måns
Please forget everything I wrote about writing a new template
"TreeView" in NoteStorm in earlier post ... I just remembered that I
*did* make it work in the MainMenu (supporting Dave Gifford) -
Therefore it's already there!

Just write <>
and you'll get a nice tree anywhere in NoteStorm...

Sorry about all the fuzz - However Morris' ProjectManager works very
well in NoteStorm and is a very simple way to manage all kinds of
projects..

Please check it out: http://tinyurl.com/yhtdqlh

I will try to put the monkeytagging of status in a custom template for
projects and clean up the newproject tiddler template...

Regards måns Mårtensson

On 25 Nov., 23:20, Måns  wrote:
> I've added Morris' ProjectManager to a strippeddown version of Daves
> NoteStorm here:http://dl.dropbox.com/u/1064531/screendmp/empty/
> NoteStormProject.html
> And added Search, Verify and Insert to status options..
>
> regards Måns Mårtensson
>
> On 25 Nov., 22:51, Måns  wrote:
>
>
>
> > If you want a simple projectmanager and treeview "out of the box" -
> > and beautifully designed I will recommend Morris 
> > Grayshttp://twt-treeview.tiddlyspot.com/
>
> > Regards Måns Mårtensson
>
> > On 25 Nov., 22:14, Måns  wrote:
>
> > > Here's an example of  the ToDoList in the MainMenu 
> > > :http://dl.dropbox.com/u/1064531/screendmp/empty/NoteStorm.html
>
> > > Regards Måns
>
> > > Ps
> > > In a moment there's also a ToDoList#2 with the former (more advanced
> > > TreeView setup)
>
> > > On 25 Nov., 21:46, Måns  wrote:
>
> > > > > Tiddler1
> > > > > blah blah blah TODO:Search...
>
> > > > Tag with Search
>
> > > > > Tiddler2
> > > > > blahdieblah TODO:Insert... blah blah
> > > > Tag with Insert
> > > > > Tiddler3
> > > > > Yak yak yak TODO:Verify... yaketieyay
>
> > > > Tag with Verify
>
> > > > > ToDoList
> > > > > Search... Tiddler1
>
> > > > Write: <>> Insert... Tiddler2
>
> > > > Write: <>> Verify... Tiddler3
>
> > > > Write: <>
>
> > > > > Sort of like entering reminders into your tiddlers as you go along and
> > > > > then having all the reminders showing up in a list with reference to
> > > > > the tiddler they are put in...
>
> > > > When you tag your tiddlers with Search, Insert or Verify - they will
> > > > show up in the ToDoList (you must refresh the tiddler though)
>
> > > > You don't have to do any of the things I've suggested as NoteStorm is
> > > > "born" with the TreeView in the MainMenu (Open it to see)
>
> > > > You can have it all directly in the MainMenu if you wish:
>
> > > > If you make a MasterTopic called ToDoList and a subTopic for each of
> > > > these actions: Search, Insert or Verify - then any tiddler tagged with
> > > > one of these will show beneath the TodoList [+] in the MainMenu.
> > > > The mainmenu is automatically refreshed, when you add subtopics to
> > > > either a MasterTopic or a MasterTopics subTopic
>
> > > > Hope this explains it better...
> > > > I will make an example - one moment please..
>
> > > > Regards 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 tiddlyw...@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: eliminate dulplicates from array

2009-11-25 Thread Mark S.
'hash compact method' was just my terminology, referring to a
technique (like you're using) that appears in multiple books/
languages. In any language that supports a hash (and/or map) object,
you can eliminate multiples by mapping each tentative item to a
variable (typically a number). In some cases you might increment the
value each time you insert the item, thus automatically tracking the
number of occurrences of each item you are tracking. The hash
automatically "compacts" out all unique items, which you can then list
by iterating over the map or hash.

Mark

On Nov 25, 1:32 pm, Alex Hough  wrote:
> Thanks Mark,
>
> I'll try this. I'm going a few steps back to get a few steps forward here.
>
> Could you provide a link the the 'hash compact method' ?
>
> ALex
>
> 2009/11/25 Mark S. 
>
>
>
> > Thought about using the hash compact method the other day ... can't
> > remember why I didn't pursue it.
>
> > Anyways, you're not using the object generated by the funtion. Try
> > changing this:
>
> >  eliminateDuplicates(arrToClean);
> >  out.push(clean);
>
> > to this:
>
> >  out = eliminateDuplicates(arrToClean);
>
> > Mark
>
> > On Nov 25, 3:51 am, Alex Hough  wrote:
> > > I've found a way to eliminate duplicates from an array [1] and applied it
> > to
> > > my code. I am not familiar enough with functions to know why it does not
> > > work, but think that it is a simple solution.
>
> > > the script is below
>
> > > Alex
>
> > > [1]
> >http://stackoverflow.com/questions/840781/easiest-way-to-find-duplica...
>
> > > 
>
> > > function eliminateDuplicates(arr) {
> > >   var i,
> > >       len=arr.length,
> > >       clean=[],
> > >       obj={};
>
> > >   for (i=0;i > >     obj[arr[i]]=0;
> > >   }
> > >   for (i in obj) {
> > >     clean.push(i);
> > >   }
> > >   return clean;
>
> > > }
>
> > > var arrToClean=[];
> > > var out=[];
> > > tids=['Q1','Q2','Q3','Q4','Q5','Q6'];
> > > for (var i=0; i > >         var t=tids[i].title;
> > >     var score=DataTiddler.getData(tids[i],"score");
> > >     var val=store.getValue(tids[i],"primary");
> > >     var val1=store.getValue(tids[i],"secondary");
> > >     var filter="[tag["+val.readBracketedList().join("]][tag[")+"]]";
> > >     var filter1="[tag["+val1.readBracketedList().join("]][tag[")+"]]";
> > >     var
>
> > list=store.filterTiddlers(filter).map(function(t){return"[["+t.title+"]]"});
> > >     var
>
> > list1=store.filterTiddlers(filter1).map(function(t){return"[["+t.title+"]]"});
>
> > > arrToClean.push(list.concat(list1));
>
> > > }
>
> > > eliminateDuplicates (arrToClean);
> > > out.push(clean);
> > > return out.join("\n");
> > > 
>
> > --
>
> > You received this message because you are subscribed to the Google Groups
> > "TiddlyWiki" group.
> > To post to this group, send email to tiddlyw...@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.
>
> --http://www.multiurl.com/g/64

--

You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To post to this group, send email to tiddlyw...@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: InlineExpenseTrackingPlugin

2009-11-25 Thread Ken Girard
Nice. And it even works in IE6.
Someone has a plugin that gets tweets off twitter.
Just wondering the possiblity of getting that to hook up with what you
have so one could tweet expense as they happen.

Ken Girard

On Nov 25, 4:08 pm, Alex Marin  wrote:
> Hello,
>
> I've implemented a plugin for expense tracking. You can find a demo
> and the plugin documentation here:http://seneka.ro/alex/tiddlyDev/
>
> Here is a short "overview" excerpt:
>
> >This plugin allows you to keep track of your expenses (or, more generally, 
> >financial transactions).
> >The key feature is that you can specify expenses within regular tiddlers.
> >You can also perform 'freezes', so that the expense report refers only to 
> >recent transactions.
> >The plugin also provides 'linkback' functionality to the tidddlers from 
> >which each expense was collected from
>
> I am open to any comments or suggestions [alex at seneka dot ro].
>
> Regards,
>     Alex Marin

--

You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To post to this group, send email to tiddlyw...@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: List of todo's

2009-11-25 Thread Måns
I've added Morris' ProjectManager to a strippeddown version of Daves
NoteStorm here:http://dl.dropbox.com/u/1064531/screendmp/empty/
NoteStormProject.html
And added Search, Verify and Insert to status options..

regards Måns Mårtensson

On 25 Nov., 22:51, Måns  wrote:
> If you want a simple projectmanager and treeview "out of the box" -
> and beautifully designed I will recommend Morris 
> Grayshttp://twt-treeview.tiddlyspot.com/
>
> Regards Måns Mårtensson
>
> On 25 Nov., 22:14, Måns  wrote:
>
>
>
> > Here's an example of  the ToDoList in the MainMenu 
> > :http://dl.dropbox.com/u/1064531/screendmp/empty/NoteStorm.html
>
> > Regards Måns
>
> > Ps
> > In a moment there's also a ToDoList#2 with the former (more advanced
> > TreeView setup)
>
> > On 25 Nov., 21:46, Måns  wrote:
>
> > > > Tiddler1
> > > > blah blah blah TODO:Search...
>
> > > Tag with Search
>
> > > > Tiddler2
> > > > blahdieblah TODO:Insert... blah blah
> > > Tag with Insert
> > > > Tiddler3
> > > > Yak yak yak TODO:Verify... yaketieyay
>
> > > Tag with Verify
>
> > > > ToDoList
> > > > Search... Tiddler1
>
> > > Write: <>> Insert... Tiddler2
>
> > > Write: <>> Verify... Tiddler3
>
> > > Write: <>
>
> > > > Sort of like entering reminders into your tiddlers as you go along and
> > > > then having all the reminders showing up in a list with reference to
> > > > the tiddler they are put in...
>
> > > When you tag your tiddlers with Search, Insert or Verify - they will
> > > show up in the ToDoList (you must refresh the tiddler though)
>
> > > You don't have to do any of the things I've suggested as NoteStorm is
> > > "born" with the TreeView in the MainMenu (Open it to see)
>
> > > You can have it all directly in the MainMenu if you wish:
>
> > > If you make a MasterTopic called ToDoList and a subTopic for each of
> > > these actions: Search, Insert or Verify - then any tiddler tagged with
> > > one of these will show beneath the TodoList [+] in the MainMenu.
> > > The mainmenu is automatically refreshed, when you add subtopics to
> > > either a MasterTopic or a MasterTopics subTopic
>
> > > Hope this explains it better...
> > > I will make an example - one moment please..
>
> > > Regards 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 tiddlyw...@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] InlineExpenseTrackingPlugin

2009-11-25 Thread Alex Marin
Hello,

I've implemented a plugin for expense tracking. You can find a demo
and the plugin documentation here: http://seneka.ro/alex/tiddlyDev/

Here is a short "overview" excerpt:

>This plugin allows you to keep track of your expenses (or, more generally, 
>financial transactions).
>The key feature is that you can specify expenses within regular tiddlers.
>You can also perform 'freezes', so that the expense report refers only to 
>recent transactions.
>The plugin also provides 'linkback' functionality to the tidddlers from which 
>each expense was collected from

I am open to any comments or suggestions [alex at seneka dot ro].

Regards,
Alex Marin

--

You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To post to this group, send email to tiddlyw...@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] errors in exporttiddlers plugin

2009-11-25 Thread agrissom
i was trying to use the exporttiddlers plugin.  i copied the code
directly from the site but tiddlywiki says i am getting errors in the
two lines containing <>.
the plugin manager says there is an invalid character.
has anyone else had problems like this?
how can i make it work?

--

You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To post to this group, send email to tiddlyw...@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: List of todo's

2009-11-25 Thread Måns
If you want a simple projectmanager and treeview "out of the box" -
and beautifully designed I will recommend Morris Grays
http://twt-treeview.tiddlyspot.com/

Regards Måns Mårtensson

On 25 Nov., 22:14, Måns  wrote:
> Here's an example of  the ToDoList in the MainMenu 
> :http://dl.dropbox.com/u/1064531/screendmp/empty/NoteStorm.html
>
> Regards Måns
>
> Ps
> In a moment there's also a ToDoList#2 with the former (more advanced
> TreeView setup)
>
> On 25 Nov., 21:46, Måns  wrote:
>
>
>
> > > Tiddler1
> > > blah blah blah TODO:Search...
>
> > Tag with Search
>
> > > Tiddler2
> > > blahdieblah TODO:Insert... blah blah
> > Tag with Insert
> > > Tiddler3
> > > Yak yak yak TODO:Verify... yaketieyay
>
> > Tag with Verify
>
> > > ToDoList
> > > Search... Tiddler1
>
> > Write: <>> Insert... Tiddler2
>
> > Write: <>> Verify... Tiddler3
>
> > Write: <>
>
> > > Sort of like entering reminders into your tiddlers as you go along and
> > > then having all the reminders showing up in a list with reference to
> > > the tiddler they are put in...
>
> > When you tag your tiddlers with Search, Insert or Verify - they will
> > show up in the ToDoList (you must refresh the tiddler though)
>
> > You don't have to do any of the things I've suggested as NoteStorm is
> > "born" with the TreeView in the MainMenu (Open it to see)
>
> > You can have it all directly in the MainMenu if you wish:
>
> > If you make a MasterTopic called ToDoList and a subTopic for each of
> > these actions: Search, Insert or Verify - then any tiddler tagged with
> > one of these will show beneath the TodoList [+] in the MainMenu.
> > The mainmenu is automatically refreshed, when you add subtopics to
> > either a MasterTopic or a MasterTopics subTopic
>
> > Hope this explains it better...
> > I will make an example - one moment please..
>
> > Regards 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 tiddlyw...@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: [tw] Re: eliminate dulplicates from array

2009-11-25 Thread Alex Hough
Thanks Mark,

I'll try this. I'm going a few steps back to get a few steps forward here.

Could you provide a link the the 'hash compact method' ?

ALex

2009/11/25 Mark S. 

> Thought about using the hash compact method the other day ... can't
> remember why I didn't pursue it.
>
> Anyways, you're not using the object generated by the funtion. Try
> changing this:
>
>  eliminateDuplicates(arrToClean);
>  out.push(clean);
>
> to this:
>
>  out = eliminateDuplicates(arrToClean);
>
> Mark
>
> On Nov 25, 3:51 am, Alex Hough  wrote:
> > I've found a way to eliminate duplicates from an array [1] and applied it
> to
> > my code. I am not familiar enough with functions to know why it does not
> > work, but think that it is a simple solution.
> >
> > the script is below
> >
> > Alex
> >
> > [1]
> http://stackoverflow.com/questions/840781/easiest-way-to-find-duplica...
> >
> > 
> >
> > function eliminateDuplicates(arr) {
> >   var i,
> >   len=arr.length,
> >   clean=[],
> >   obj={};
> >
> >   for (i=0;i > obj[arr[i]]=0;
> >   }
> >   for (i in obj) {
> > clean.push(i);
> >   }
> >   return clean;
> >
> > }
> >
> > var arrToClean=[];
> > var out=[];
> > tids=['Q1','Q2','Q3','Q4','Q5','Q6'];
> > for (var i=0; i > var t=tids[i].title;
> > var score=DataTiddler.getData(tids[i],"score");
> > var val=store.getValue(tids[i],"primary");
> > var val1=store.getValue(tids[i],"secondary");
> > var filter="[tag["+val.readBracketedList().join("]][tag[")+"]]";
> > var filter1="[tag["+val1.readBracketedList().join("]][tag[")+"]]";
> > var
> >
> list=store.filterTiddlers(filter).map(function(t){return"[["+t.title+"]]"});
> > var
> >
> list1=store.filterTiddlers(filter1).map(function(t){return"[["+t.title+"]]"});
> >
> > arrToClean.push(list.concat(list1));
> >
> > }
> >
> > eliminateDuplicates (arrToClean);
> > out.push(clean);
> > return out.join("\n");
> > 
>
> --
>
> You received this message because you are subscribed to the Google Groups
> "TiddlyWiki" group.
> To post to this group, send email to tiddlyw...@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.
>
>
>


-- 
http://www.multiurl.com/g/64

--

You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To post to this group, send email to tiddlyw...@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: List of todo's

2009-11-25 Thread Måns
Here's an example of  the ToDoList in the MainMenu :
http://dl.dropbox.com/u/1064531/screendmp/empty/NoteStorm.html

Regards Måns

Ps
In a moment there's also a ToDoList#2 with the former (more advanced
TreeView setup)

On 25 Nov., 21:46, Måns  wrote:
> > Tiddler1
> > blah blah blah TODO:Search...
>
> Tag with Search
>
> > Tiddler2
> > blahdieblah TODO:Insert... blah blah
> Tag with Insert
> > Tiddler3
> > Yak yak yak TODO:Verify... yaketieyay
>
> Tag with Verify
>
> > ToDoList
> > Search... Tiddler1
>
> Write: <>> Insert... Tiddler2
>
> Write: <>> Verify... Tiddler3
>
> Write: <>
>
> > Sort of like entering reminders into your tiddlers as you go along and
> > then having all the reminders showing up in a list with reference to
> > the tiddler they are put in...
>
> When you tag your tiddlers with Search, Insert or Verify - they will
> show up in the ToDoList (you must refresh the tiddler though)
>
> You don't have to do any of the things I've suggested as NoteStorm is
> "born" with the TreeView in the MainMenu (Open it to see)
>
> You can have it all directly in the MainMenu if you wish:
>
> If you make a MasterTopic called ToDoList and a subTopic for each of
> these actions: Search, Insert or Verify - then any tiddler tagged with
> one of these will show beneath the TodoList [+] in the MainMenu.
> The mainmenu is automatically refreshed, when you add subtopics to
> either a MasterTopic or a MasterTopics subTopic
>
> Hope this explains it better...
> I will make an example - one moment please..
>
> Regards 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 tiddlyw...@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: List of todo's

2009-11-25 Thread Måns
> Tiddler1
> blah blah blah TODO:Search...
Tag with Search

> Tiddler2
> blahdieblah TODO:Insert... blah blah
Tag with Insert
> Tiddler3
> Yak yak yak TODO:Verify... yaketieyay
Tag with Verify

> ToDoList
> Search... Tiddler1
Write: <>
> Insert... Tiddler2
Write: <>
> Verify... Tiddler3
Write: <>

> Sort of like entering reminders into your tiddlers as you go along and
> then having all the reminders showing up in a list with reference to
> the tiddler they are put in...

When you tag your tiddlers with Search, Insert or Verify - they will
show up in the ToDoList (you must refresh the tiddler though)

You don't have to do any of the things I've suggested as NoteStorm is
"born" with the TreeView in the MainMenu (Open it to see)

You can have it all directly in the MainMenu if you wish:

If you make a MasterTopic called ToDoList and a subTopic for each of
these actions: Search, Insert or Verify - then any tiddler tagged with
one of these will show beneath the TodoList [+] in the MainMenu.
The mainmenu is automatically refreshed, when you add subtopics to
either a MasterTopic or a MasterTopics subTopic

Hope this explains it better...
I will make an example - one moment please..

Regards 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 tiddlyw...@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: eliminate dulplicates from array

2009-11-25 Thread Mark S.
Thought about using the hash compact method the other day ... can't
remember why I didn't pursue it.

Anyways, you're not using the object generated by the funtion. Try
changing this:

  eliminateDuplicates(arrToClean);
  out.push(clean);

to this:

  out = eliminateDuplicates(arrToClean);

Mark

On Nov 25, 3:51 am, Alex Hough  wrote:
> I've found a way to eliminate duplicates from an array [1] and applied it to
> my code. I am not familiar enough with functions to know why it does not
> work, but think that it is a simple solution.
>
> the script is below
>
> Alex
>
> [1]http://stackoverflow.com/questions/840781/easiest-way-to-find-duplica...
>
> 
>
> function eliminateDuplicates(arr) {
>   var i,
>       len=arr.length,
>       clean=[],
>       obj={};
>
>   for (i=0;i     obj[arr[i]]=0;
>   }
>   for (i in obj) {
>     clean.push(i);
>   }
>   return clean;
>
> }
>
> var arrToClean=[];
> var out=[];
> tids=['Q1','Q2','Q3','Q4','Q5','Q6'];
> for (var i=0; i         var t=tids[i].title;
>     var score=DataTiddler.getData(tids[i],"score");
>     var val=store.getValue(tids[i],"primary");
>     var val1=store.getValue(tids[i],"secondary");
>     var filter="[tag["+val.readBracketedList().join("]][tag[")+"]]";
>     var filter1="[tag["+val1.readBracketedList().join("]][tag[")+"]]";
>     var
> list=store.filterTiddlers(filter).map(function(t){return"[["+t.title+"]]"});
>     var
> list1=store.filterTiddlers(filter1).map(function(t){return"[["+t.title+"]]"});
>
> arrToClean.push(list.concat(list1));
>
> }
>
> eliminateDuplicates (arrToClean);
> out.push(clean);
> return out.join("\n");
> 

--

You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To post to this group, send email to tiddlyw...@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.




Marking recurring tickles as 'done' in MonkeyGTD

2009-11-25 Thread bgbg.bg
Hello,
MonkeyGTD has that cool feature of recurring ticklers. I want to be
able to mark such ticklers as 'done' until the next occurrence. For
example, if I have a weekly reminder "send a report to the big boss"
that is scheduled for each Monday. After sending that report I want to
deactivate this tickler until the next Monday.


Thanks a lot,
Boris

--

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] Re: List of todo's

2009-11-25 Thread Heller
Mans,

I don't quite get it...

Here is what I mean...

Tiddler1
blah blah blah TODO:Search...

Tiddler2
blahdieblah TODO:Insert... blah blah

Tiddler3
Yak yak yak TODO:Verify... yaketieyay

ToDoList
Search... Tiddler1
Insert... Tiddler2
Verify... Tiddler3

Sort of like entering reminders into your tiddlers as you go along and
then having all the reminders showing up in a list with reference to
the tiddler they are put in...

--

You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To post to this group, send email to tiddlyw...@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: SinglePageModePlugin not working

2009-11-25 Thread Eric Shulman
> I installed Eric's SinglePageModePlugin in this page:
> http://cumulus.ei.hv.se/~srk/research/beacon/index.html
> and added the suggested lines in zzConfigTweaks:
> but it seems not to be working (e.g. click a link in the left-hand
> menu and it appears at the top of the page, but does not close the
> previous tiddler.

There's a plugin in your doc called "CustomTracker" that is
incorrectly hijacking the wrong function... SinglePageModePlugin
hijacks Story.prototype.displayTiddler() so it's added features are
applied to every 'Story'-classed object present in the TW runtime.

However, CustomTracker plugin is replacing story.displayTiddler() in
the specific instance of the global 'story' runtime object creating
during startup.  Because the changed function is being assigned
directly to an object, rather than an object *prototype*, the
overridden function is being invoked instead of the one assigned by
SinglePageModePlugin.

If you disable or delete the CustomTracker plugin, things may just
start working

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 tiddlyw...@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: [tw] SinglePageModePlugin not working

2009-11-25 Thread Alex Hough
Hi Steve,

The problem seems to be the 'CustomTracker'

I upgraded the TW core, recopied the SinglePageModePlugin mode in case there
was an update.
Then I disabled all other plugins.

It then worked



ALex
2009/11/25 srk 

> Hello,
>
> I installed Eric's SinglePageModePlugin in this page:
>
> http://cumulus.ei.hv.se/~srk/research/beacon/index.html
>
> and added the suggested lines in zzConfigTweaks:
>
> http://cumulus.ei.hv.se/~srk/research/beacon/index.html#zzConfigTweaks
>
> but it seems not to be working (e.g. click a link in the left-hand
> menu and it appears at the top of the page, but does not close the
> previous tiddler.
>
> Can anyone diagnose the problem?
>
> Many thanks,
> Steve Kirk
>
> --
>
> You received this message because you are subscribed to the Google Groups
> "TiddlyWiki" group.
> To post to this group, send email to tiddlyw...@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.
>
>
>


-- 
http://www.multiurl.com/g/64

--

You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To post to this group, send email to tiddlyw...@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] SinglePageModePlugin not working

2009-11-25 Thread srk
Hello,

I installed Eric's SinglePageModePlugin in this page:

http://cumulus.ei.hv.se/~srk/research/beacon/index.html

and added the suggested lines in zzConfigTweaks:

http://cumulus.ei.hv.se/~srk/research/beacon/index.html#zzConfigTweaks

but it seems not to be working (e.g. click a link in the left-hand
menu and it appears at the top of the page, but does not close the
previous tiddler.

Can anyone diagnose the problem?

Many thanks,
Steve Kirk

--

You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To post to this group, send email to tiddlyw...@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: Spellcheck

2009-11-25 Thread AlanBCohen
If you use Firefox, the normal Firefox spell check works fine while in
the Edit mode.  Firefox displays a light red line under words it
doesn't know and if you right click on a suspect word, it displays
suggestions and the option to add the word to your dictionary.  One of
the major reasons I moved to Firefox on all my OS's several years ago.
Alan

On Nov 25, 1:49 pm, sonomakid2002  wrote:
> Does anyone know if there is a spellcheck plugin for TiddlyWiki?

--

You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To post to this group, send email to tiddlyw...@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] Spellcheck

2009-11-25 Thread sonomakid2002
Does anyone know if there is a spellcheck plugin for TiddlyWiki?

--

You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To post to this group, send email to tiddlyw...@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: List of todo's

2009-11-25 Thread Måns
Hi Heller

You can write this in a tiddler
<>
then you'll get all subtopics in a Tree for this tiddler.

Or for more elaborate use:

First create a new tiddler (call it TreeView)
Write this:
<>

Put this in your toDo-tiddler:
<> You'll get almost the
same result as first option: (<>)

Defining more trees referring to other toDo-lists:
Using the first template (TreeView)
You can make a list of todo tiddlers and their children in one main
tiddler like this:
<>
<>
etc etc

Regards Måns Mårtensson

On 25 Nov., 14:09, Heller  wrote:
> I am busy writing an article using tiddlywiki and I need to place a
> todo in a tiddler, for instance "do a google search..."
> Then when I have done a number of tiddlers this way, marking them here
> and there with things still to apply/lookup etc. I need a list of all
> the todo's(markings) in the various tiddlers with a link to the
> tiddler from where the todo originates.
>
> Is there a handy plugin for this or a combination of plugins with
> which to achieve this?
>
> Thanks in advance for any help. BTW I am using the NoteStorm tiddly
> adaption

--

You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To post to this group, send email to tiddlyw...@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: TaskMacroPlugin

2009-11-25 Thread EduardWagner
Hi,
had problems with refreshing tiddlers after renaming them.

Then looking into the pluginCode I noticed a comment

store.saveTiddler( title, title, text, config.options.txtUserName,
new Date(), undefined )
//story.refreshTiddler( title, null, true )
if ( config.options.chkAutoSave )
saveChanges()

so I removed the comment and now it work fine again.

nevertheless thanks for asking ;)

It's interesting to realize that there is so much interest in
tiddlywiki.
We are working since 2007 with tiddlywiki and since 2008 with
tiddlyweb an i won't miss it any more!
Thanks a lot
Bye Edi

--

You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To post to this group, send email to tiddlyw...@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: Tiddlyspot is (tentatively) back

2009-11-25 Thread Måns
Thanks Simon

Great to have TiddlySpot back again :-)

Regards Måns Mårtensson

On 25 Nov., 12:58, Simon Baird  wrote:
> Some details on the blog...
>
> http://tiddlyspot.blogspot.com/

--

You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To post to this group, send email to tiddlyw...@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: TW Inline Script to execute a batch file?

2009-11-25 Thread Mike
Quick Question. . .
Using LaunchApplicationPlugin. . .

When I execute the following .bat
@echo off
GOTO EndComment
11.25.09 Mike Praeuner (www.strm.us)
Purpose: Execute this file, to create an array of images for a folder,
to use inside TW
Source: http://www.dynamicdrive.com/forums/archive/index.php/t-13488.html
:EndComment
if '%1'=='w' (
echo array_home[%i%]='%2'; >> array_home.js
rem echo array_home[%i%]='images/%2'; >> array_home.js
set /a i=i+1
) else (
echo array_home=[]; > array_home.js
set /a i=0
for %%p in (*.jpg, *.gif, *.png) do (
call array_home.bat w %%p
)
set i
set i=
)

On my thumb drive @ ?:\Private\Documents\tw\images\home

It places the output (array_home.js) in the same folder, when I
execute via LaunchApplicationPlugin it place the file on the root of ?:
\ and then does not properly fill in the array.  Is this a problem
with the .bat? (I am not a batch file expert)

Thank You,

Mike

On Nov 24, 4:56 pm, Mike  wrote:
> Works perfect !
>
> Thank You :)
>
> Mike
>
> On Nov 24, 3:57 pm, Mike  wrote:
>
> > I tried LAP earlier this morning and had no luck - but I may have had
> > an antiquated version. . .
> > Let me try again and see what happens . . .
>
> > Thanks,
>
> > Mike
>
> > On Nov 24, 3:41 pm, Amzg  wrote:
>
> > >http://www.Remotely-Helpful.com/TiddlyWiki/LaunchApplication.html
>
> > > On Nov 24, 4:50 pm, Mike  wrote:
>
> > > > I have a batch file that creates a JS array which I later use in
> > > > another script
> > > > (See script 
> > > > here:http://groups.google.com/group/tiddlywiki/browse_thread/thread/1d228e...)
>
> > > > Idea 
> > > > from:http://www.dynamicdrive.com/forums/archive/index.php/t-13488.html
>
> > > > I would like to execute the batch file from inside my TW to refresh
> > > > the JS array.
> > > > Is this possible? (Using FF3.5 / TW 2.5.3)
>
> > > > Thanks,
>
> > > > Mike

--

You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To post to this group, send email to tiddlyw...@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: InlineJavascriptPlugin loading external .js into document (ReferenceError)

2009-11-25 Thread Mike
Found it !

http://groups.google.com/group/tiddlywiki/browse_thread/thread/e35931b91692c020/3f6ac750cc7e24f9?lnk=gst&q=load+.js#3f6ac750cc7e24f9

MarkupPreBody



(Removed LoadScripts)

:) Mike

On Nov 25, 6:48 am, Mike  wrote:
> Could I fix this via transcluding LoadScripts in a plugin, or via
> loading the library via a plugin?
>
> Thank You,
>
> Mike
>
> On Nov 24, 4:51 pm, Mike  wrote:
>
> > Using TW 2.5.3 and ILJS 1.9.5
>
> > Followed directions in InlineJavascriptPluginInfo
> > (www.tiddlytools.com)
> > Excerpt:
> > Note: To ensure that your javascript functions are always available
> > when needed, you should load the libraries from a tiddler that is
> > rendered as soon as yourTiddlyWiki document is opened, such as
> > MainMenu. For example: put your  syntax
> > into a separate 'library' tiddler (e.g., LoadScripts), and then add
> > <> to MainMenu so that the library is loaded
> > before any other tiddlers that rely upon the functions it defines.
>
> > I have followed the directions, and I have LoadScripts transcluded in
> > my MainMenu
>
> > I get the following errors:
> > ReferenceError: array_work is not defined
> > ReferenceError: array_home is not defined
>
> > This only occurs if the containing tiddler is in DefaultTiddlers and
> > can be fixed by a refresh of the tiddler.
>
> > Any known reason why this is happening, or a workaround?
>
> > Thank You,
>
> > Mike

--

You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To post to this group, send email to tiddlyw...@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] List of todo's

2009-11-25 Thread Heller
I am busy writing an article using tiddlywiki and I need to place a
todo in a tiddler, for instance "do a google search..."
Then when I have done a number of tiddlers this way, marking them here
and there with things still to apply/lookup etc. I need a list of all
the todo's(markings) in the various tiddlers with a link to the
tiddler from where the todo originates.

Is there a handy plugin for this or a combination of plugins with
which to achieve this?

Thanks in advance for any help. BTW I am using the NoteStorm tiddly
adaption

--

You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To post to this group, send email to tiddlyw...@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: InlineJavascriptPlugin loading external .js into document (ReferenceError)

2009-11-25 Thread Mike
Could I fix this via transcluding LoadScripts in a plugin, or via
loading the library via a plugin?

Thank You,

Mike

On Nov 24, 4:51 pm, Mike  wrote:
> Using TW 2.5.3 and ILJS 1.9.5
>
> Followed directions in InlineJavascriptPluginInfo
> (www.tiddlytools.com)
> Excerpt:
> Note: To ensure that your javascript functions are always available
> when needed, you should load the libraries from a tiddler that is
> rendered as soon as yourTiddlyWiki document is opened, such as
> MainMenu. For example: put your  syntax
> into a separate 'library' tiddler (e.g., LoadScripts), and then add
> <> to MainMenu so that the library is loaded
> before any other tiddlers that rely upon the functions it defines.
>
> I have followed the directions, and I have LoadScripts transcluded in
> my MainMenu
>
> I get the following errors:
> ReferenceError: array_work is not defined
> ReferenceError: array_home is not defined
>
> This only occurs if the containing tiddler is in DefaultTiddlers and
> can be fixed by a refresh of the tiddler.
>
> Any known reason why this is happening, or a workaround?
>
> Thank You,
>
> Mike

--

You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To post to this group, send email to tiddlyw...@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 is (tentatively) back

2009-11-25 Thread Simon Baird
Some details on the blog...

http://tiddlyspot.blogspot.com/

--

You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To post to this group, send email to tiddlyw...@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] eliminate dulplicates from array

2009-11-25 Thread Alex Hough
I've found a way to eliminate duplicates from an array [1] and applied it to
my code. I am not familiar enough with functions to know why it does not
work, but think that it is a simple solution.

the script is below

Alex

[1]
http://stackoverflow.com/questions/840781/easiest-way-to-find-duplicate-values-in-a-javascript-array



function eliminateDuplicates(arr) {
  var i,
  len=arr.length,
  clean=[],
  obj={};

  for (i=0;i

[tw] Aggregate tables from sections/fields in multiple tiddlers

2009-11-25 Thread Amzg
I wish to aggregate information from individual tiddlers,
automatically generating tables like e.g PluginManager does.

1) How is this done?
(I understand that the PluginManager "exctracts fields" from the
individual "plugin tables" but the method is hidden in a macro;
{{small groupbox{<>}}} )
The amount of source tiddlers will grow with a few dayily, i.e
eventually it will get rather lenghty.

2) Some data in the resulting table is to be calculated values, for
instance "current age" (ie. todays date minus a fixed date). Is this
better calculated in the aggregate table or in the individual
tiddlers?


I'm sorry if this has been discussed before, but I don't know what
search terms to use.

Thank you!

--

You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To post to this group, send email to tiddlyw...@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: How to display a tiddler in multi-columns style ?

2009-11-25 Thread PMario
Hi, Måns
Nice :)

On 25 Nov., 00:11, Måns  wrote:
> A little extra to make the image background behave reasonably well:
> div[tags~="paper"].tiddler .viewer {
div[tags~="paper"].tiddler {

> background-image:url('[[crumpled.jpg]]');
background-image:url('http://i281.photobucket.com/albums/kk208/
ivanlorenzana/rough-1.jpg');

Try this :)
Mario

--

You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To post to this group, send email to tiddlyw...@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: [tw] Bug in Preformatted Text???

2009-11-25 Thread FND
> Is there a known limitation? Or a known bug?

After quite a bit of fiddling, it turns out RFC 768[1] has a trailing 
form feed character (^L). If you remove this (invisible) character after 
"Postel [page 3]" at the end, it should work.

TiddlyWiki's formatter should probably not get confused by this. I'll 
raise a ticket.

By the way, it would be helpful if you could include relevant 
information like the RFC link or even a test case[2] next time.


-- F.


[1] http://www.ietf.org/rfc/rfc768.txt
[2] http://tiddlywiki.org/wiki/Troubleshooting

--

You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To post to this group, send email to tiddlyw...@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: Inline script (Wikify Output??)

2009-11-25 Thread Tobias Beer
One more thing... this is a neat little script ;-)  Tobias.

--

You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To post to this group, send email to tiddlyw...@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: Inline script (Wikify Output??)

2009-11-25 Thread Tobias Beer
Use semicolons. Why? Google for it.

--

You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To post to this group, send email to tiddlyw...@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] Restore tiddlers from section file

2009-11-25 Thread Morris Gray
A little while ago MarkS helped me with a script that took some tagged
tiddlers and consolidated their contents into another tiddler.  The
script worked well and did as expected.  But for my application it had
some drawbacks.

What I've found is I have to recreate the original named tiddlers for
it to work for me.  I have modified the script to create a section
file from those tiddlers; like so:
--

var out=".";var append="";var tidstitle="";
var title="BackupSectionFile";
var tidstitle=store.getTaggedTiddlers(title);
var append=store.getTiddlerText(title);
var tids=store.getTaggedTiddlers("backup").reverse();
for (var t=0; t0 && i/3==Math.floor(i/3)) out += "\n"; // start a new row
out += ""+items[i]; // add item to row
 }

Missing:*
out +='Find !TiddlerTitle; get contents up to !!end, discard !!end;
create a tiddler named !TiddlerTitle with contents; do next; then go
back and get the rest,'

store.saveTiddler(title,title,out);
return out;

--

Any ideas?

*Remember GWBasic we need GWJavascript ;-)

Morris

--

You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To post to this group, send email to tiddlyw...@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.