[tw] Re: Automatically open today's journal with tags

2011-09-14 Thread Nicolas Paris
I finally have my solution, following this thread :
http://groups.google.com/group/tiddlywiki/browse_thread/thread/e619a7c7fbd131b9/377912dfbf9c053e?show_docid=377912dfbf9c053e#

And with this adapted code to obtain what I wanted in MainMenu:


   var title=new Date().formatString("-0MM-0DD");
   var tid=store.getTiddler(title);
   if(!tid)
store.saveTiddler(title,title,"",config.options.txtUserName,new
Date(),["journal", new Date().formatString("-0MM")],{});
   story.displayTiddler(null,title);


Problem solved, thanks.

On Sep 9, 2:24 pm, Nicolas Paris  wrote:
> Thanks Mike,
>
> This trick is very close to what I have done on the first post, and it
> works as expected, but I'm still stuck to add automatically any tag on
> it, as it's what I'm trying to do.
>
> On the mail of your link Mike, it finished with a thought:
>
> > Now all we need to do (!) is figure out how to add additional
> > DefaultTiddler pages.
>
> I would be interest by the answer, as I couldn't figure it out either.
>
> I know it doesn't sounds important, and it isn't, but I usually like
> to obtain what I want with highly customizable application like
> TiddlyWiky.
>
> Thanks for your time.
>
> On Sep 9, 1:08 pm, Mike  wrote:
>
>
>
>
>
>
>
> > try 
> > this:http://groups.google.com/group/tiddlywiki/browse_thread/thread/4f5ab7...
>
> > On Sep 8, 3:51 pm, Nicolas Paris  wrote:
>
> > > On Sep 8, 10:22 pm, Tobbe  wrote:
>
> > > > Take a look athttp://twhelp.tiddlyspot.com/andontheleft menu
> > > > click on "Macros built in" and then the tab "new journal".
>
> > > > //Tobbe
>
> > > Hi,
>
> > > Thanks for the hint, unfortunately I still stuck, here what I've
> > > done :
>
> > > In DefaultTiddlers If I put < > > 0ss">>
> > > I will obtain on the restart 4 tiddlers with those title:
> > > - < > > - ".0MM.0DD
> > > - at
> > > - 0hh:0mm:0ss">>
>
> > > If I put only <> I will have a tiddler with <> as title,
> > > and "The tiddler 'jeu. 08 sept. 2011 22:42:15 CEST' doesn't yet exist.
> > > Double-click to create it" as body message.
> > > I tried to double/simple quote the macro, but without results.
>
> > > With DefaultTiddlersTweak as it's explain in the link of my first
> > > post, I can't put macros in the middle of some javascript code.
>
> > > I certainly missing something obvious, but I can't figure out what.
>
> > > Thanks

-- 
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] previous versions

2011-09-14 Thread Marc Stober
is there a repository of old versions of TiddlyWiki out there
anywhere?

(found this thread
http://groups.google.com/group/tiddlywiki/browse_thread/thread/9d7b38ad7ebd3cef/d36c913844f3ccb0?lnk=gst&q=old+versions#d36c913844f3ccb0
but it's from 2006 and the answer seems to be out of date)

-- 
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] Displaying the contents of a tiddler, when hovering over (tooltip)

2011-09-14 Thread Labamba
Hi all,

in my tiddlywiki there is always showing the authorname, date, etc
when i hover over a tiddler. But i want that the tooltip shows the
content of the tiddler (or perhaps just some of the content, not the
whole tiddler)

Searching in the google group i found this article, but i didnt manage
to get this to work: 
http://groups.google.com/group/tiddlywiki/browse_thread/thread/22dcdb4b8a935fd1

I downloaded the recommended basics.html tiddlywiki in the thread from
tiddlytools ( basics.html: A solid, all-purpose starter toolkit). This
wiki has the coretweaks in it, but all i can do with it is changing
the date format, nothing else.

So my questition is. how do i change the tooltip (when hovering over a
tiddler) from showing date and author to showing the contents of the
tiddler?

-- 
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: Upgrading TiddlyWiki in FF 6.x ?

2011-09-14 Thread Craig in Calgary
David,

The issue is within TW v2.6.2 and v2.6.3. The fix is within v2.6.4.
The solution: download an empty v2.6.4. Load it and import all your
TWs' tiddler into it. This is the backwards way of upgrading a TW but
it will work. Once in v2.6.4 you shouldn't have import issues again
(at least not these kinds). BTW, there are several threads here about
this problem and more details instructions in them.

Craig

-- 
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: Text under image [

2011-09-14 Thread Yakov
Ok, just for this not to seem overlooked. As far as I know, there's no
standart syntax for this; one could imagine a plugin for this, but I
don't know such a thing. You can search through the TiddlyTools [1]
repository, but at first glance there's no such thing.

On the other hand, table is quite good since you can use caption for
the text (which can be either before or after the table) and CSS for
borders, floating etc.

[1] http://tiddlytools.com/

On 12 сен, 14:44, Tobbe  wrote:
> Hi,
>
> [
> I wonder if it is possible to add a short text under a image
> regardless if it is on the right side or left. Do I need to use a
> table to do this or is there another trick?
>
> //Tobbe

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