[tw] ToggleFullScreen and the TiddlySpace layout

2010-09-10 Thread Måns
Hi TwWizards I've made some modifications to my own version of Eric's ToggleFullScreen transclusion ( http://www.tiddlytools.com/#ToggleFullScreen ) to be able to hide all elements but the tiddler(display). When I toggle it - the tiddler doesn't fill out the screen. How do I change this? See

Re: [tw] Re: INTRO: JAMMP Jit Another Mind Map Plugin

2010-09-10 Thread Jeremy Ruston
Indeed, great stuff Mario, thank you Cheers Jeremy On Fri, Sep 10, 2010 at 12:05 AM, Måns humam...@gmail.com wrote: Wauw - Great job Mario. Congratulations. Thank you for sharing it! Cheers Måns Mårtensson On 9 Sep., 18:14, PMario pmari...@gmail.com wrote: Full name JavaScript InfoVis

[tw] SetCss: need help debugging a transclusion...

2010-09-10 Thread Tobias Beer
Here's one for everyone daring to look down the abyss of transclusion debugging ;o) To complement ColoredLinksPlugin [1] I was trying to create a transclusion [2] inspired by SetTiddlerBackground from TiddlyTools [5] which Måns referred to here [6]. When used in the simple mode, all works fine.

[tw] Script to automatically generate tiddlers from images in a folder.

2010-09-10 Thread Zans Mihejevs
I have a folder with Images in my Tiddlywiki directory and I want to have a script that would fetch the paths of the images and create a new Tiddler for each image, displaying it. If possible I would also like each image to be tagged with the tag Image./ -- You received this message because you

[tw] Re: ToggleFullScreen and the TiddlySpace layout

2010-09-10 Thread Bauwe Bijl
Hi Måns, You can include fullscreen in your tiddlyspace. Then the plugin does the job!.nice 1! http://fullscreen.tiddlyspace.com/ Bauwe -- You received this message because you are subscribed to the Google Groups TiddlyWiki group. To post to this group, send email to

[tw] Re: ToggleFullScreen and the TiddlySpace layout

2010-09-10 Thread Bauwe Bijl
aha.. The rule must be changed from relative to absolute when fullscreen is applied: .tiddler { position:absolute; } On Sep 10, 4:07 pm, Måns humam...@gmail.com wrote: Hi Bauwe You can include fullscreen  in your tiddlyspace. Then the plugin does the job!.nice

Re: [tw] Kindle developer's kit + tw app?

2010-09-10 Thread Jeremy Ruston
I am hoping to get a K3 for christmas this year, the one thing that would make it better is TW! I have noticed a android and iphone/touch/pad app, but no word if anyone has considered a Kindle app - I would love to see this, but not sure if it is possible. . . I've had a quick look at the

[tw] Re: Announcing TagSearchPlugin (x-tagger + GotoPlugin)

2010-09-10 Thread okido
Hi Tobias, As Mike reported already I also keep losing focus as soon want add a tag. Only as long as I keep left mouse button pressed to focus remains and the other keys work. Just typing is not working as the focus is on something else? Something to fix maybe? Have a nice day, Okido On 7

[tw] Re: Script to automatically generate tiddlers from images in a folder.

2010-09-10 Thread okido
Hi Zans, Do you have some skills in js programming. I am currently working on a plugin that can track files in a directory, new and removed files versus tiddlers. Fetching the path is not included yet, you have to hardcode the paths. It generates tiddlers with the file name, and creates some

[tw] Re: Using Tiddlywiki for email

2010-09-10 Thread vince
I believe it would be very useful instead. Ok, importing the whole content of your mailbox would generate huge and unmanageable files, but I think it is seldom needed to store all the mails. I think the most useful option would be to have the ability of selecting a number of mails and importing

[tw] Re: Script to automatically generate tiddlers from images in a folder.

2010-09-10 Thread Zans Mihejevs
Yeah, I have some beginner knowledge of .js. If you could drop the code here I'd be grateful :) On Sep 10, 7:01 pm, okido bkn...@gmail.com wrote: Hi Zans, Do you have some skills in js programming. I am currently working on a plugin that can track files in a directory, new and removed files

[tw] Thumbnail as link to popup

2010-09-10 Thread skye riquelme
Hi All Is it possible to have a thumbnail image (maybe from Erics ImageSizePlugin) be used as a link to open a Popup painel that has say a video...I prefer to have things like videos...in popups..and am looking to make my TWs mor visual and less text-oriented.. Ideally I am

[tw] Re: Thumbnail as link to popup

2010-09-10 Thread Måns
Hi Skye Ha ha - :-) You are really pushing the boundaries - as always. I made something which does something like that: Checkout: http://maans.bplaced.net/TiddlyHome/kartotek/#Medier The box (fET producing a list of tiddlers tagged with Media)to the left has small buttons (iframe), when you

[tw] Re: Thumbnail as link to popup

2010-09-10 Thread skye riquelme
Hi Mans Like your media library..need to study your script a bit more.some interesting stuff in there Actually I realised I can do almost exactly what I want with Erics PopupPreViewPlugin..as often happens...Eric has already done it!!! The main constraint with this plugin

[tw] Re: Thumbnail as link to popup

2010-09-10 Thread skye riquelme
Hi Again Playing with it a bit more..AND there is a constraint in that you CAN´T use Erics ImageSizePlugin to make the thumbnailsthere is a conflict between ImageSize and PopupPreview...in that they both use shift-Enterto mean different things eg

[tw] Re: Thumbnail as link to popup

2010-09-10 Thread Måns
Hi Skye The main constraint with this plugin is that I can´t use tiddler sections ou slices.image link is in one tiddler and each video code has to be in its own tiddlernot that hardbut it would be so much more efficient if everything was in one tiddler and the PopupPreViewPlugin

[tw] Re: NEW: ColoredLinksPlugin

2010-09-10 Thread Dave Gifford - http://www.giffmex.org/
Hi TobIas I would like to use your plugin on a different TiddlyWiki, but I can't decipher your instructions, nor can I get the links to show up in another color. What besides the plugin and the stylesheet additions do you need to import to make it work? Dave -- You received this message

[tw] Re: NEW: ColoredLinksPlugin

2010-09-10 Thread Dave Gifford - http://www.giffmex.org/
Coming up TypeError: jQuery.parseJSON is not a function whenever I create a tiddler 'empty' and assign it a color in valid CSS Dave On Sep 8, 3:01 pm, Tobias Beer beertob...@googlemail.com wrote: Hi everyone, Reminded of [1] and inspired by siglets [2] I finally set out to get that baby home

[tw] Re: NEW: ColoredLinksPlugin

2010-09-10 Thread Tobias Beer
Hi Dave, I developped it in a (vanilla) 2.6.x ...the one I used for TagSearchPlugin. What version did you try to install it in? Maybe it really does require the latest version of TW(+JQ)? Cheers, Tobias -- You received this message because you are subscribed to the Google Groups TiddlyWiki

[tw] Re: Announcing TagSearchPlugin (x-tagger + GotoPlugin)

2010-09-10 Thread Tobias Beer
Hi okido, Where is he focus then? ...and most importantly... in which browser / os? I'll investigate on browser agnostic methods of setting focus on input fields... anyone have a tip to share before I dig any deeper? Cheers, Tobias. -- You received this message because you are subscribed to

[tw] Re: NEW: ColoredLinksPlugin

2010-09-10 Thread passingby
Wow. Another feather in the cap I say. A software as powerful as tiddlywiki should look gorgeous too (or handsome if that pleases you), I just hope it keeps on getting better and better. And the floating menu? Wow again. I was not aware of its existence in tiddlyverse. Great job. On Sep 9,

[tw] Re: Announcing TagSearchPlugin (x-tagger + GotoPlugin)

2010-09-10 Thread passingby
You Rock! On Sep 3, 4:01 pm, Tobias Beer beertob...@googlemail.com wrote: Hi Everyone, Since I've been reading a few requests lately for ways to tag things differently - and as a birthday present to myself - I wanted to announce a new plugin... TagSearchPlugin [1]. Its largely based on

[tw] Re: Using Tiddlywiki for email

2010-09-10 Thread passingby
Gmail also has another great feature, 'conversation'. When several people reply on the same mail it is bunched together. On Sep 10, 3:07 am, Tobias Beer beertob...@googlemail.com wrote: Try gmail (or any equivalent ...if there realy is one) Ever since I imported all my mail to it, I would not

[tw] Re: NEW: ColoredLinksPlugin

2010-09-10 Thread Dave Gifford - http://www.giffmex.org/
Thanks Tobias, that did the trick. But now the new tiddler macro doesn't create tags for the new tiddler in 2.6? Or did the syntax change? This: newTiddler tag:empty tag:mtThemesBPN tag:BPN is creating a new tiddler without any tags, when it should have three. Dave On Sep 10, 9:06 pm, Tobias