Re: where is the new journal button ?

2010-08-17 Thread TJK
Just so that I don't mislead anyone who reads this later... I did find an already installed new Journal button. It's in the right hand sidebar, under the more tab, then in the TW tab, and then a few lines down under the search field before the save changes. On 16 Aug, 21:09, TJK

[tw] Re: Spread out FeT generated thumbnails to a selection of tiddlers

2010-08-17 Thread Måns
You might want to change your fET to: forEachTiddler where 'tiddler.tags.contains(attachment) tiddler.tags.contains($1) tiddler.text.contains(image) ' sortBy tiddler.created descending write '[img(,12em+)[+tiddler.title+]] ' and write in your ViewTemplate:

[tw] [HowTo] Write down a title and hit create to create a new tiddler

2010-08-17 Thread octw
Hi there, I'm wondering if it is possible to put an input box in front of the 'new tiddler' button, so one can write down some words in the box then hit the 'new tiddler' button to open the tiddler with the title 'some words'? Thank for help. -- You received this message because you are

[tw] Re: SyntaxHighlighter outdated

2010-08-17 Thread PMario
Have a look at: syntaxhighlighter space [1] The status is erxperimental, because, if you use expert mode (disabled by default) a vanilla tw can't render the new code. So, there is no fallback yet. If you use the default configuration everything should be fine. I did test the basics. But any

[tw] Re: Write down a title and hit create to create a new tiddler

2010-08-17 Thread Eric Shulman
I'm wondering if it is possible to put an input box in front of the 'new tiddler' button, so one can write down some words in the box then hit the 'new tiddler' button to open the tiddler with the title 'some words'? This *can* be done. 1) create an input field using: option

[tw] Re: Spread out FeT generated thumbnails to a selection of tiddlers

2010-08-17 Thread julien23
Thanks a lot it works fine ( except for tidler title with the character ' ) I just need to do a few adjustments to match my initial layout... Thus I added class='thumbnails' in div class='thumbnails' macro='tiddler fetThumbnails with: {{tiddler.title}}'/div but it would not let me

[tw] LoadTiddlersPlugin trouble

2010-08-17 Thread Dave Gifford - http://www.giffmex.org/
The following is what I did: 1. I uploaded my original file from the desktop to http://www.giffmex.org/NotasGiffmex.html 2. I downloaded a copy from that URL to folder x. 3. I then made one change to the original file and uploaded it again to the URL 4. I then opened the copy in folder x and hit

Re: [tw] Re: Write down a title and hit create to create a new tiddler

2010-08-17 Thread Anthony Muscio
Of course you could use Erics great GotoPlugin. http://www.TiddlyTools.com/#GotoPluginhttp://www.tiddlytools.com/#GotoPlugin If there is no matching tiddler is found you just hit enter and it creates the tiddler. This will not use any parameters otherwise possible in a custom new tiddler but, if

[tw] SaveAs without Filename confirm??

2010-08-17 Thread skye riquelme
Hi Again I have asked something simillar before.here's hoping this time...is it possible to modify SaveAsPlugin (tiddlyTools) so that the user does not have to confirm the filename and directory...ie in the macro call specifies the filename, type, tags, replaceall the parameters

[tw] Re: Write down a title and hit create to create a new tiddler

2010-08-17 Thread octw
Great thanks Eric, you are the man. Cheers, octw On 8月17日, 下午10時48分, Eric Shulman elsdes...@gmail.com wrote: I'm wondering if it is possible to put an input box in front of the 'new tiddler' button, so one can write down some words in the box then hit the 'new tiddler' button to open the

[tw] Re: SyntaxHighlighter outdated

2010-08-17 Thread Glantucan
Wow! That was fast :) Thanks man! I will check it out tomorrow. About brushes I would really apreciate actionscript 3 I understand that at the moment the old way is not available. I mean: code as3 // some as3 code /code -- You received this message because you are subscribed to the

[tw] Re: LoadTiddlersPlugin trouble

2010-08-17 Thread Dave Gifford - http://www.giffmex.org/
Would the Spanish characters affect LoadTiddlersPlugin? Dave -- 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

[tw] Re: Write down a title and hit create to create a new tiddler

2010-08-17 Thread octw
Further one. I followed all the steps Eric said. It worked. But the input box displayed a word 'undefined' in it. I'd like to change it to the date of today as the default value. So I add one line in 'SystemTweak': config.options.txtNewTiddlerName = today; This cause an error when reload my TW: