[tw] Re: OpenTaggedTiddlers with MatchTags' boolean select

2011-06-14 Thread Tobias Beer
http://www.w3schools.com/jsref/jsref_concat_array.asp ;-)

Cheers, Tobias.

-- 
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: help with permalinks

2011-06-14 Thread Tobias Beer
On 13 Jun., 17:59, PMario pmari...@gmail.com wrote:
 If you open the browser history ctrlh you can drag and drop the
 right link into a textarea.

That's a neat little piece of advice and renders that little script I
was using completely obsolete. Nice.

Cheers, Tobias.

-- 
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: Sections and Slices from a Custom Template

2011-06-14 Thread Måns
Hi Keith


 I've seen the TiddlyTools FAQ item named Creating tiddlers from HTML
 forms. The javascript there is a stretch for me and I'm wondering if
 creating a custom EditTemplate could be accomplished more simply.

I've been trying to accomplish sth similar with Creating tiddlers
from HTML forms.

I've set it up to append a row at the end of a TaskTimerPlugin
generated table...

Now it's asking for a tiddlertitle and I have to confirm that I want
to overwrite an already existing tiddler, even if it actually just
appends a new row to the already existing table...

I wan't it to work on {{tiddler.title}} - and it should still ask if I
want to append a new row...

Check it out here: http://kimaitw.tiddlyspot.com/#tabelFormular (it's
in Danish I'm afraid...)
You'll need to specify a title for a tiddler which already contains a
table - and it will append the row after the table, not before the
TaskTimerPlugin generated table's endrow. (which would be the desired
action)..

Cheers 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: OpenTaggedTiddlers with MatchTags' boolean select

2011-06-14 Thread PMario
On Jun 14, 5:37 am, HansBKK hans...@gmail.com wrote:
 Very cool, we're getting there. Now to be able to create multiple sets and
 control the ordering. . .

 Neither of the below work, because (obviously) me have no JS.
but the spirit :)

try this.
http://pastebin.com/ihKjWYgY

If you are interested, what's going on, read the following.
Otherwise just have fun! :)


some info, what's going on.

store.getMatchingTiddlers() returns an array of objects
eg:
[ {title: New Tiddler, modified: 2011061412, created ...},
{title: New Tiddler1, modified: 2011061412, created ...} ]


.reverse(); .. reverses the sort order

store.getMatchingTiddlers(default,-modified) .. does the same :)
see the minus in front of -modified.


so tids1 and tids2 are arrays of objects
we can combine two arrays with concat().

var tids = []
tids = tids.concat(tids1,tids2);



map() function can manipulate arrays. In our case it returns the title
of the tids objects.

The following line is very hacky, because it converts the object
tids into an array tids. Sorry for this, but it saves a variable.

tids = tids.map(function(elem){return elem.title})


join() can take arrays and create a string

[text 1, text 2].join(']] [[') creates
text 1]] [[text 2

'[[' + join() + ']]' ... fixes the front and the end of the string


et voila:
config.shadowTiddlers[DefaultTiddlers] = '[[' + tids.join(']] [[') +
']]';

hope this helps
-m

-- 
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: OpenTaggedTiddlers with MatchTags' boolean select

2011-06-14 Thread PMario
https://developer.mozilla.org/en/JavaScript/Guide
https://developer.mozilla.org/en/JavaScript/Reference

https://developer.mozilla.org/en/JavaScript

Are very good info source too !

On Jun 14, 10:58 am, Tobias Beer beertob...@googlemail.com wrote:
 http://www.w3schools.com/jsref/jsref_concat_array.asp;-)

 Cheers, Tobias.

-- 
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: RIP hoverMenu: Long Live hoverMenu

2011-06-14 Thread Trey
Hey, thanks very much!  And thanks to Cory S who emailed me directly.
I was under the impression that the hovermenu included a list of
currently open tiddlers, which is what I was after (though now that
I've got it, I think I can use HM for what it is).  I'll repost the
question with an appropriate heading.

Thanks again
Trey


On Jun 13, 2:07 am, whatever kbrezov...@gmail.com wrote:
 Hi! His provider ate up the domain or something, so he moved his site
 tohttp://tiddlywiki.squize.org/

 w

 On Jun 12, 9:25 pm, Trey ionobr...@gmail.com wrote:

    My template would benefit from a dynamically updating list of
  currently open tiddlers - I understand that hoverMenuPlugin fits this
  description, but Lewcid.org is 404!  Anyone have a copy of it?

  Thanks, Trey



-- 
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] List of Open Tidders

2011-06-14 Thread Trey
Hello All,
I'm looking for a plugin (or method) that will let me display a self-
updating list of all tiddlers that are currently open.

I think I remember there being a plugin by Mr. Shulman to auto-refresh
a certain tiddler every time the display changes...so if there is a
forEachTiddler script to list open tiddlers, the combination might
work.

All suggestions appreciated. Thanks!

Trey

-- 
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: Sections and Slices from a Custom Template

2011-06-14 Thread Måns
For alternatives, dealing with slices and section, however working
from viewmode, check out:
http://www.tiddlytools.com/#GridPluginInfo
and
http://www.tiddlytools.com/#EditSectionPlugin

Cheers Måns Mårtensson

On 14 Jun., 12:49, Måns humam...@gmail.com wrote:
 Hi Keith



  I've seen the TiddlyTools FAQ item named Creating tiddlers from HTML
  forms. The javascript there is a stretch for me and I'm wondering if
  creating a custom EditTemplate could be accomplished more simply.

 I've been trying to accomplish sth similar with Creating tiddlers
 from HTML forms.

 I've set it up to append a row at the end of a TaskTimerPlugin
 generated table...

 Now it's asking for a tiddlertitle and I have to confirm that I want
 to overwrite an already existing tiddler, even if it actually just
 appends a new row to the already existing table...

 I wan't it to work on {{tiddler.title}} - and it should still ask if I
 want to append a new row...

 Check it out here:http://kimaitw.tiddlyspot.com/#tabelFormular(it's
 in Danish I'm afraid...)
 You'll need to specify a title for a tiddler which already contains a
 table - and it will append the row after the table, not before the
 TaskTimerPlugin generated table's endrow. (which would be the desired
 action)..

 Cheers 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: Tiddler Title question

2011-06-14 Thread axs
oops, that's what I meant :) 
glad it's working.

Regards,
axs

-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/tiddlywiki/-/9Oeul7ewdg8J.
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 any way to grab RSS-messages with TW and put them into tiddlers?

2011-06-14 Thread Yakov
I thought that there's such a plugin is in the BidiX's repository, but
it seems that I thought wrong: as I understand, [1] is a service which
allows to read RSS in a page (usage:

http://tiddlylab.bidix.info/news.php?rss=http://.../index.xml
like
http://tiddlylab.bidix.info/news.php?rss=http://www.tiddlywiki.com/index.xml

); [2] is a plugin which allows to generate custom RSS of your TW; and
[3] is a plugin which enables TW to read an RSS Feed without creating
anything in TiddlyWiki.

What I'm looking for is an engine which would grab RSS-messages and
store them as tiddlers so that if an appropriate interface is created
I would be able to look through new messages, delete unimportant ones
and sort the others.

Is this possible without server-side engine?
Is there any such solution?

Any help is appreciated.

[1] http://tiddlywiki.bidix.info/#RSSReaderService
[2] http://tiddlywiki.bidix.info/#GenerateRssByTag
[3] http://tiddlywiki.bidix.info/#RSSReaderPlugin

-- 
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: List of Open Tidders

2011-06-14 Thread PMario
Have a look at TW toolbar more: jump command.
-m

On Jun 14, 8:19 pm, Trey ionobr...@gmail.com wrote:
 Hello All,
 I'm looking for a plugin (or method) that will let me display a self-
 updating list of all tiddlers that are currently open.

 I think I remember there being a plugin by Mr. Shulman to auto-refresh
 a certain tiddler every time the display changes...so if there is a
 forEachTiddler script to list open tiddlers, the combination might
 work.

 All suggestions appreciated. Thanks!

 Trey

-- 
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.