Re: [tw] Re: Displaying inline pdfs using pdf.js

2014-04-02 Thread Ulrik Stervbo
In case anyone else wanders in here. The solution seems to be:

object data=test.pdf type=application/pdf width=100% height=100%
  
   pIt appears you don't have a PDF plugin for this browser.
   No biggie... you can a href=myfile.pdfclick here to
   download the PDF file./a/p
   
 /object


Cheers,
Ulrik

On Wednesday, 11 July 2012 13:23:17 UTC+2, Meta wrote:

 I would also be interested to see this

 On Tuesday, July 10, 2012 11:47:40 PM UTC+8, Craig in Calgary wrote:

 I finally ended up with both iframes and objects and to display my menus 
 in front of them, I put an iframe shim in a tiddler and transclude that 
 tiddler into my menu. It was a little trick with the search plugin im using 
 but i used the div examples in pagetemplate for displaying tiddlers and it 
 works there also.

 Would you consider sharing your TW magic with the community? I learn much 
 from taking apart the successful work of others. Besides, I haven't been 
 able to get local PDFs to render in an iframe yet. Thanks.

 Craig



-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.


[tw] [TW5] Pb with sliders

2014-04-02 Thread FrD


Hello,

Sorry if this post appears twice ; my first attempt didn't seem to succeed.

I'm doing a french translation of a chapter of a book (written in english) 
for some people at the local zen center. They cannot read english texts and 
this one is of particular interest. For now the chapter fills an entire 
tiddler (maybe I'll reconsider this choice later ...). So far I've 
translated the first two parts of the chapter. Each part fits in a tiddler. 
I gather the parts in the main chapter tiddler with the list widget. 
Since the parts are long, I also use a slider for each part : namely the 
slider template from TW5 Magick (http://tw5magick.tiddlyspot.com/). Thanks 
to Stephan Hradek !

The problem : For now I've got two sliders in the main tiddler. At first 
they are closed. Then let's say I open the first one : it works fine. Then 
if I open the second one, it displays the second part BUT also closes the 
first tiddler.

Is it possible to have an independent behaviour for each tiddler ? and how ?

Thanks !

PS : My TW is here : 
https://dl.dropboxusercontent.com/u/9385804/ShohakuOkumura.RealizingGenjokoan.html

-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.


[tw] [TW5] Duplicate Journal Tiddlers

2014-04-02 Thread Mal
I am setting up a tw5 file to use as a personal journal using some of 
Stephan Hradek's work from http://tw5magick.tiddlyspot.com/.  (I actually 
imported the relevant tiddlers from Ton Gerner's site: 
http://tw5toolbar.tiddlyspot.com/.)

The problem is that when I create a new journal entry, I end up with two 
copies of the resulting tiddler.

To demonstrate the issue, I've created a barebones tw5 site at 
http://malgam.tiddlyspot.com by adding to an empty tw5 (5.0.8) file just 
the tiddlers needed for the new journal button.  When the 
top-journal-button is pressed, a timestamped journal tiddler is created 
along with a Draft of... tiddler.  When the draft is saved, two copies of 
the tiddler remain, one of which includes any editing changes made to the 
draft tiddler.  (The Recent sidebar tab should be selected to see the 
duplicate tiddlers.)

This behaviour only appears when I include some text (eg Meeting:) at the 
end of the date format string in the dateTime macro entry in 
$:/_top-journal-button. If I include just the date format string, or 
include some text at the start of the string, it works fine with no 
duplication.

Any help to figure out why I'm getting this duplication would be 
appreciated.

Regards,

Mal

-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [TW5] Duplicate Journal Tiddlers

2014-04-02 Thread Stephan Hradek
I tried and can not reproduce.

Which Browser? Which Version?

-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [TW5] Pb with sliders

2014-04-02 Thread Stephan Hradek
You used popup for the button. Use set

\define slider(label)
$reveal type=match text= default= state=$:/state/$label$$button 
set=$:/state/$label$ setTo=open class=btn-invisible tw-slider 
myslider-btn{{$:/_images/down-arrow}}/$button/$reveal$reveal type=
nomatch text= default= state=$:/state/$label$$button set=
$:/state/$label$ setTo= class=btn-invisible tw-slider myslider-btn{{$
:/_images/up-arrow}}/$button/$reveal
$reveal type=nomatch text= default= state=$:/state/$label$ animate=
yes

$transclude/

/$reveal
\end

$macrocall $name=slider label={{!!title}}/


-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.


[tw] [TW5] Changing background color for table cells

2014-04-02 Thread Carlos
Anybody knows how can this be achieve in TW5?  The old bgcolor(#00): 
doesn't seem to work anymore

Thanks!
Carlos

-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [TW5] Changing background color for table cells

2014-04-02 Thread Stephan Hradek
Did you check David's TW5 Mall http://www.giffmex.org/tw5mall.htm? He has 
plenty of information about styling tables.

-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [TW5] Pb with sliders

2014-04-02 Thread FrD
Works fine !

Thanks a lot

FrD

Le mercredi 2 avril 2014 13:55:59 UTC+2, Stephan Hradek a écrit :

 You used popup for the button. Use set

 \define slider(label)
 $reveal type=match text= default= state=$:/state/$label$$button 
 set=$:/state/$label$ setTo=open class=btn-invisible tw-slider 
 myslider-btn{{$:/_images/down-arrow}}/$button/$reveal$reveal type=
 nomatch text= default= state=$:/state/$label$$button set=
 $:/state/$label$ setTo= class=btn-invisible tw-slider myslider-btn
 {{$:/_images/up-arrow}}/$button/$reveal
 $reveal type=nomatch text= default= state=$:/state/$label$animate
 =yes

 $transclude/

 /$reveal
 \end

 $macrocall $name=slider label={{!!title}}/




-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] Re: Trouble reading a TW5 (not editing) using IE8/IE9. Help!

2014-04-02 Thread nathan . mcelroy
OK ... was able to create this
http://lambic.nsm.iup.edu/static/Beaver%2520Run%2520Project.html

Any suggestions on how to get it to look like the TW5 pages though??  
Something to do with the style sheets?

Cheers,
nate

On Tuesday, April 1, 2014 4:46:42 PM UTC-4, Jeremy Ruston wrote:

 Hi Nate

  I'm still not seeing how to do this, either through the tools menu or 
 with commands on node.js

 There's a description of how tiddlywiki.com/static.html is generated 
 under Node.js here:


 http://tiddlywiki.com/static/Generating%2520Static%2520Sites%2520with%2520TiddlyWiki.html

 Best wishes

 Jeremy



 On Tue, Apr 1, 2014 at 8:47 PM, nathan@gmail.com javascript:wrote:

 Thank you all for the feedback.  I've looked around at several posts, 
 including links above.  And while I'm able to create a static page by 
 exporting in the tools menu, what I'd really like to create (instead of a 
 list of all tiddlers in alphabetical order) is a set of HTML pages that 
 work like ... http://tiddlywiki.com/static.html

 I'm still not seeing how to do this, either through the tools menu or 
 with commands on node.js

 Help?

 Thanks,
 Nate

 -- 
 You received this message because you are subscribed to the Google Groups 
 TiddlyWiki group.
 To unsubscribe from this group and stop receiving emails from it, send an 
 email to tiddlywiki+...@googlegroups.com javascript:.
 To post to this group, send email to tiddl...@googlegroups.comjavascript:
 .
 Visit this group at http://groups.google.com/group/tiddlywiki.
 For more options, visit https://groups.google.com/d/optout.




 -- 
 Jeremy Ruston
 mailto:jeremy...@gmail.com javascript:
  

-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [TWC] [NEW Plugin] AutoSuggestPlugin

2014-04-02 Thread Yakov
Wow, Albert,

great stuff! Do you plan to implement suggestions for the [[some text|syntax 
(to complete it to [[some 
text|target tiddler]])? Also, it would be nice if adding the space symbol 
after ]] is optional.

This approach surely have potential for different applications, thanks for 
that.

Best regards,
Yakov.

среда, 26 марта 2014 г., 20:52:02 UTC+4 пользователь Albert Riedinger 
написал:

 Hi all,

 a few days ago Ramnath requested[1] a tiddler link suggestion feature in 
 edit mode, so I wrote a quick-and-dirty commands plugin[2] for the good old 
 TWC. It is just an implementation of At.js[3], which allows word 
 suggestions in textareas. After activating this feature with the toolbar 
 command, typing double square brackets [[ in edit text field will suggest 
 tiddler names, while left-angle brackets(?)  will suggest you installed 
 macros.
 I'm not a programmer and it is my first public plugin, but I think that 
 your TW won't explode using this little hack :P

 Have fun and let me know if you find it useful!

 Cheers,
 Albert


 [1] https://groups.google.com/d/topic/tiddlywiki/b5xYteF6U9c/discussion
 [2] http://autosuggest.tiddlyspace.com/#AutoSuggestPlugin
 [3] https://github.com/ichord/At.js/ (see also: 
 https://github.com/ichord/Caret.js/)


-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: changing drive letters

2014-04-02 Thread skye riquelme
HI WIllem

Not sure what you are trying to do, or why. The drive letters are referring 
to local drives on your (windows) machine...and for some time most browsers 
have restricted your direct access to local files and directories.what 
you want to do was possible, but now it seems useless as you cant get to 
the local drives anyway. Can you explain your idea more.

Skye 

Em terça-feira, 1 de abril de 2014 07h15min59s UTC-3, Willem Evert Hoekstra 
escreveu:

 Is there a possibility within TiddlyWiki tot change the drive letters? 
 i.e. Change ///D: to ///F: or the like?




-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] Re: Trouble reading a TW5 (not editing) using IE8/IE9. Help!

2014-04-02 Thread PMario
On Wednesday, April 2, 2014 5:01:12 PM UTC+2, nathan@gmail.com wrote:

 OK ... was able to create this
 http://lambic.nsm.iup.edu/static/Beaver%2520Run%2520Project.html

 Any suggestions on how to get it to look like the TW5 pages though??  
 Something to do with the style sheets?


try to use this as your css.

http://tiddlywiki.com/static/static.css

-m

-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.


[tw] TW5 $edit field=title/ results in new tiddlers

2014-04-02 Thread Danielo Rodríguez
Hello everyone,

I don't sure about this, but I think this has been working before.
Currently using this $edit field=title/ results in a new tiddler every 
key stroke.
I'm not doing this for the tiddler where it is but for a different one.
I have this tiddler: 

edit
td$edit field=title//tdtd$edit field=user/ /tdtd$edit 
field=grupo//tdtd $edit field=rol/ /td

Which I use in this way

{{tiddlerToEdit||edit}}

How can I avoid this horrible behavior?
Thanks in advance.

-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.


[tw] [TW5] Inconsistent rendering of list macro

2014-04-02 Thread Alex Hough
The following results in different outputs in different tiddlers

$list filter=[tag[index]sort[title]] /

First the list is rendered with each item on a new line. Second, the items
are listed one after another.

I am using Chome and Node.js

very strange...

Alex

-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] [TW5] Inconsistent rendering of list macro

2014-04-02 Thread Jeremy Ruston
I think it may be because the two tiddlers have differing numbers of line 
breaks after the list widget. Try ensuring that both are followed by two line 
breaks. 


There's a bug here: the end of the tiddler should be treated as a line break.




Best wishes




Jeremy
—
jeremy.rus...@gmail.com

On Wed, Apr 2, 2014 at 9:44 PM, Alex Hough r.a.ho...@gmail.com wrote:

 The following results in different outputs in different tiddlers
 $list filter=[tag[index]sort[title]] /
 First the list is rendered with each item on a new line. Second, the items
 are listed one after another.
 I am using Chome and Node.js
 very strange...
 Alex
 -- 
 You received this message because you are subscribed to the Google Groups 
 TiddlyWiki group.
 To unsubscribe from this group and stop receiving emails from it, send an 
 email to tiddlywiki+unsubscr...@googlegroups.com.
 To post to this group, send email to tiddlywiki@googlegroups.com.
 Visit this group at http://groups.google.com/group/tiddlywiki.
 For more options, visit https://groups.google.com/d/optout.

-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] [TW5] Inconsistent rendering of list macro

2014-04-02 Thread Alex Hough
Yes!  that's it!

Thought i was going crazy for a minute

thanks!

Alex


On 2 April 2014 21:47, Jeremy Ruston jeremy.rus...@gmail.com wrote:

 I think it may be because the two tiddlers have differing numbers of line
 breaks after the list widget. Try ensuring that both are followed by two
 line breaks.

 There's a bug here: the end of the tiddler should be treated as a line
 break.

 Best wishes

 Jeremy
 --
 jeremy.rus...@gmail.com


 On Wed, Apr 2, 2014 at 9:44 PM, Alex Hough r.a.ho...@gmail.com wrote:

 The following results in different outputs in different tiddlers

 $list filter=[tag[index]sort[title]] /

 First the list is rendered with each item on a new line. Second, the
 items are listed one after another.

 I am using Chome and Node.js

 very strange...

 Alex

   --
 You received this message because you are subscribed to the Google Groups
 TiddlyWiki group.
 To unsubscribe from this group and stop receiving emails from it, send an
 email to tiddlywiki+unsubscr...@googlegroups.com.
 To post to this group, send email to tiddlywiki@googlegroups.com.
 Visit this group at http://groups.google.com/group/tiddlywiki.
 For more options, visit https://groups.google.com/d/optout.


  --
 You received this message because you are subscribed to the Google Groups
 TiddlyWiki group.
 To unsubscribe from this group and stop receiving emails from it, send an
 email to tiddlywiki+unsubscr...@googlegroups.com.
 To post to this group, send email to tiddlywiki@googlegroups.com.
 Visit this group at http://groups.google.com/group/tiddlywiki.
 For more options, visit https://groups.google.com/d/optout.


-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [TW5] Duplicate Journal Tiddlers

2014-04-02 Thread Birthe C
I tried using Firefox 28. It happens if anything is added to the tiddler. 
Then I see one tiddler with title, tag and no content, and another tiddler 
with the added content. I have no idea about the reason.

Birthe

Den onsdag den 2. april 2014 13.40.07 UTC+2 skrev Stephan Hradek:

 I tried and can not reproduce.

 Which Browser? Which Version?


-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [TW5] Duplicate Journal Tiddlers

2014-04-02 Thread Birthe C
Remove the space between meeting: and the final in your button. It worked 
here.

Birthe

Den onsdag den 2. april 2014 23.10.28 UTC+2 skrev Birthe C:

 I tried using Firefox 28. It happens if anything is added to the tiddler. 
 Then I see one tiddler with title, tag and no content, and another tiddler 
 with the added content. I have no idea about the reason.

 Birthe

 Den onsdag den 2. april 2014 13.40.07 UTC+2 skrev Stephan Hradek:

 I tried and can not reproduce.

 Which Browser? Which Version?



-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [TW5] Duplicate Journal Tiddlers

2014-04-02 Thread Stephan Hradek
I still can't reproduce using FF28 on a WinDOS 7 Home Premium

-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [TW5] Duplicate Journal Tiddlers

2014-04-02 Thread Mal
I am seeing this problem in Firefox 28.0 on Ubuntu 14.04 and on a Windows 7 
laptop.

Mal


On Thursday, 3 April 2014 07:23:30 UTC+10, Stephan Hradek wrote:

 I still can't reproduce using FF28 on a WinDOS 7 Home Premium


-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [TW5] Duplicate Journal Tiddlers

2014-04-02 Thread Mal
Birthe,

You are right - it seems to be the space on the end of the string that 
triggers the duplication.

I put this space here to make it a little bit easier to enter some 
additional text in the tiddler title without having to space it from the 
Meeting: text.

Mal


On Thursday, 3 April 2014 07:10:28 UTC+10, Birthe C wrote:

 I tried using Firefox 28. It happens if anything is added to the tiddler. 
 Then I see one tiddler with title, tag and no content, and another tiddler 
 with the added content. I have no idea about the reason.

 Birthe

 Den onsdag den 2. april 2014 13.40.07 UTC+2 skrev Stephan Hradek:

 I tried and can not reproduce.

 Which Browser? Which Version?



-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [TW5] Changing background color for table cells

2014-04-02 Thread David Gifford
My mall does offer some tips, Carlos, for example hacking the th in your 
stylesheet and using it to style an individual cell, but no, you can't 
style individual cells freely in TW5 as you can in TWC.

On Wednesday, April 2, 2014 8:45:08 AM UTC-4, Carlos wrote:

 Anybody knows how can this be achieve in TW5?  The old bgcolor(#00): 
 doesn't seem to work anymore

 Thanks!
 Carlos


-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [TW5] Duplicate Journal Tiddlers

2014-04-02 Thread Birthe C
I tried it out and it seems that you are able to have that space for adding 
more to the title. I tried meeting: : and it works if you can accept the 
extra : after the space

Birthe

Den torsdag den 3. april 2014 00.01.47 UTC+2 skrev Mal:

 Birthe,

 You are right - it seems to be the space on the end of the string that 
 triggers the duplication.

 I put this space here to make it a little bit easier to enter some 
 additional text in the tiddler title without having to space it from the 
 Meeting: text.

 Mal


 On Thursday, 3 April 2014 07:10:28 UTC+10, Birthe C wrote:

 I tried using Firefox 28. It happens if anything is added to the tiddler. 
 Then I see one tiddler with title, tag and no content, and another tiddler 
 with the added content. I have no idea about the reason.

 Birthe

 Den onsdag den 2. april 2014 13.40.07 UTC+2 skrev Stephan Hradek:

 I tried and can not reproduce.

 Which Browser? Which Version?



-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [TW5] Duplicate Journal Tiddlers

2014-04-02 Thread Mal
Birthe,

Thanks - that looks like a good alternative.

Really, this is not a big problem.  I'm more interested in the technical 
question of why it is happening.  I find it curious that a space on the end 
of the date format string is causing duplicate tiddlers.

Regards,

Mal


On Thursday, 3 April 2014 09:27:32 UTC+10, Birthe C wrote:

 I tried it out and it seems that you are able to have that space for 
 adding more to the title. I tried meeting: : and it works if you can 
 accept the extra : after the space

 Birthe

 Den torsdag den 3. april 2014 00.01.47 UTC+2 skrev Mal:

 Birthe,

 You are right - it seems to be the space on the end of the string that 
 triggers the duplication.

 I put this space here to make it a little bit easier to enter some 
 additional text in the tiddler title without having to space it from the 
 Meeting: text.

 Mal


 On Thursday, 3 April 2014 07:10:28 UTC+10, Birthe C wrote:

 I tried using Firefox 28. It happens if anything is added to the 
 tiddler. Then I see one tiddler with title, tag and no content, and another 
 tiddler with the added content. I have no idea about the reason.

 Birthe

 Den onsdag den 2. april 2014 13.40.07 UTC+2 skrev Stephan Hradek:

 I tried and can not reproduce.

 Which Browser? Which Version?



-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.


[tw] Anyway to improve the speed of TW5?

2014-04-02 Thread Jimmy Liew
Hi All,
TW5 is slow, some time lagging, when typing and creating new tiddler.  
Comparing with TWC, it is fast and the response is fantastic.

Does any scripts running behind it when we typing or creating a new tiddler?

Is there anyway to improve it?

Kindly advise.

-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Anyway to improve the speed of TW5?

2014-04-02 Thread Mark S.


On Wednesday, April 2, 2014 6:28:07 PM UTC-8, Jimmy Liew wrote:

 Hi All,
 TW5 is slow, some time lagging, when typing and creating new tiddler.  
 Comparing with TWC, it is fast and the response is fantastic.

 Does any scripts running behind it when we typing or creating a new 
 tiddler?

 Is there anyway to improve it?

 Kindly advise.


Just chipping in to say I notice it too. I wonder what is happening in the 
background to slow down a text box? It will be interesting to find out. My 
guess is that the developers have very fast machines and so don't sense the 
lag as much.

You can use a Firefox add-on like It's all text to edit the field in a 
separate editor. 

Mark  

-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Anyway to improve the speed of TW5?

2014-04-02 Thread Mal
You might find this 
discussionhttps://groups.google.com/forum/#!searchin/tiddlywiki/slow$20text$20entry/tiddlywiki/gnpnuGWofCc/TRCoXFuKG1kJuseful.

It might be a good idea to try to make sure you don't have a long list of 
tiddlers displayed in the sidebar.  Certain selections on the More tab 
seem to cause some of the delays during refresh.  Selecting the Open tab 
might be a good option.

Mal




-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.