Re: [tw] Re: TW5 - fixing an internal Javascript error

2014-03-18 Thread Stephan Hradek
So my reply did not help? -- 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

[tw] TinyTiddyWikki

2014-03-18 Thread James Perrett
Anyone maintaining TinyTiddlyWiki. Jon Robson is no longer doimg it. Bram is using it in PrinceTiddlyWiki but both users only have 2.6.1. have google searched for 2.7.1 and 2.8.1. But have not found any hits regarding TinyTiddyWikki. ( html / css / javascript separared into 3 files . With

[tw] [TW5] image resize and wrap text around

2014-03-18 Thread vpl
Hi, I'm looking for a way to resize image in my tiddlers and allow wrapping text around I've tested the following script img src=solar.png style=width: 50%;high: 50%; float: right; / ! This is title * item-1 ** item1.1 * item-2 In the preview mode during tiddler editing, the layout is applied

[tw] Re: [TW5] image resize and wrap text around

2014-03-18 Thread Stephan Hradek
Can you put your example online somewhere? Tiddlyspot maybe? -- 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

Re: [tw] Re: Upgraded TW files totally ignoring any markup.

2014-03-18 Thread Jeremy Ruston
Hi Mark Another thing about importing tiddlers -- they all get date-stamped with the date of the import In my tests tiddlers that have a modified field are imported with that date - it's only tiddlers that don't have a modified field that get timestamped with the moment of import. Are you

Re: [tw] (TW5) Launching Excel files in Wiki5

2014-03-18 Thread Jeremy Ruston
Hi Caren Sorry for the late reply. I think the problem here is that only IE is capable of displaying Excel spreadsheets within the browser (it has plugins and ActiveX components to enable it to do that). Firefox and Chrome can't view Excel files directly and so instead prompt you to download the

[tw] [TW5] Copy Picture out of TW

2014-03-18 Thread francois godard
Hi everyone, I use TW as a repository for text and images that I want to copy and paste in Word document. Provide answers/documentation on specific subject. So the idea is that I store pre-formated answer in TW ready to be copy paste into MS word. Before I was using TWC and this was fine :

[tw] Re: [TW5] Copy Picture out of TW

2014-03-18 Thread Stephan Hradek
The problem is that the pictures dropped into TW are incoded as data URIs which I fear word et.al. can't interpret. What you can do is stick to your TWc style of working, putting the image files into local folders. This also works for TW5. You just need an additional template if you do not

[tw] Re: [TW5] Copy Picture out of TW

2014-03-18 Thread Stephan Hradek
Looked it up already Here is an example template if you want your pictures to reside in a local folder images residing in the same folder as your local wiki: \define image(src) img src=images/$src$/ \end $macrocall $name=image src={{!!title}}/ Used like this: {{NameOfTheImage.png||img}} --

Re: [tw] Re: [TW5] Copy Picture out of TW

2014-03-18 Thread Jeremy Ruston
Hi Francois I'm on a Mac, but with my setup I find that the precise behaviour of copying and pasting TW5 content depends a lot on the browser. For example, if I visit tiddlywiki.com and then copy a chunk of text including the image of TiddlyWiki Classic, then pasting it into Apple Pages (the

[tw] Re: TinyTiddyWikki

2014-03-18 Thread BramChen
Hi James Interestingly, I dont know anything about TinyTiddlyWiki, and all of the pages on ptw are generated by my own scripts since tiddlywiki 1.2.x. The pages on http://ptw.sf.net were already based on the TiddlyWiki 2.8.1 a few months ago, and you can download the files on

[tw] Re: [TW5] image resize and wrap text around

2014-03-18 Thread vpl
Hi Thanks for your answer, The below result is referring to the following tiddler img src=solar.png style=width: 50%;high: 50%; float: right; / ! This is title * item-1 ** item1.1 * item-2

[tw] Re: [TW5] image resize and wrap text around

2014-03-18 Thread Stephan Hradek
Ah! That's not a TiddlyWiki but a CSS issue and it's normal and expected with floating elemenst. Search around in this group we already had this before. In general you need to have something with a clear:both in its style. If I remember correctly I even posted an example which solves this

Re: [tw] Re: Chrome, white and access control

2014-03-18 Thread Anton Aylward
On 17/03/14 09:49 PM, PMario wrote: How can I use Eric's tool if I cant *READ* the file? Atm. You can't. Is there any other way I can embed the small graphics/icons such as Eric and Tobias and others use and the ONE graphic I need as a map? -- If it's a good idea, go ahead and do it.

[tw] Re: [TW5] Copy Picture out of TW

2014-03-18 Thread francois godard
Hi Stephan, Thanks for your help it is much appreciated. Could not make your macro to work. I am not that familiar with TW5 yet. Maybe there is a tutorial somewhere ? (I found the TemplateTiddlers, and MacroCallWidget on TW.com, but that what not enough. I'll have to play around a bit more)

[tw] Re: [TW5] Copy Picture out of TW

2014-03-18 Thread Stephan Hradek
AHHH! Sorry! The code that I posted needs to be put into a tiddler called img (or anything you like) That's it. When you want to use an image, out {{nameOfImage.png||img}} where it should appear. replace img with the name of the tiddler you used when it was not img. Does that help? -- You

[tw] Re: [TW5] Copy Picture out of TW

2014-03-18 Thread Stephan Hradek
AHHH! Sorry! The code that I posted needs to be put into a tiddler called img (or anything you like) That's it. When you want to use an image, put {{nameOfImage.png||img}} where it should appear. replace img with the name of the tiddler you used when it was not img. Does that help? -- You

Re: [tw] Re: What is your TW5 plugin wishlist?

2014-03-18 Thread David Gifford
Hey cmari, I was able to play briefly this morning with your example. It was very clearly written, very helpful. The only thing wrong is that because the SourceTemplateSkeleton is tagged tags/viewtoolbar, every new here tiddler created also will have that tag... I will experiment with having

[tw] Re: [TW5] Copy Picture out of TW

2014-03-18 Thread francois godard
A lot, working nice and easy ! On Tuesday, March 18, 2014 1:47:41 PM UTC+1, Stephan Hradek wrote: Does that help? -- 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

Re: [tw] Re: What is your TW5 plugin wishlist?

2014-03-18 Thread Stephan Hradek
Am Dienstag, 18. März 2014 13:53:13 UTC+1 schrieb David Gifford: Hey cmari, I was able to play briefly this morning with your example. It was very clearly written, very helpful. The only thing wrong is that because the SourceTemplateSkeleton is tagged tags/viewtoolbar, H... No, He

Re: [tw] Re: What is your TW5 plugin wishlist?

2014-03-18 Thread David Gifford
Yeah, Stephan, I just saw that that didn't work. I am going back and looking at your stuff again and trying to do it the way you said. Dave On Tue, Mar 18, 2014 at 9:02 AM, Stephan Hradek stephan.hra...@gmail.comwrote: Am Dienstag, 18. März 2014 13:53:13 UTC+1 schrieb David Gifford: Hey

[tw] Re: [TW5] image resize and wrap text around

2014-03-18 Thread vpl
Hi, I'm concerned by the fact that the image is exceeding the tiddler size as I showed on my example. Isn't it a tiddywiki issue here ? For example when the size defined in my css is below the size of the tiddler text (on the left in my example) all is fine. But If I increase upper this limit

[tw] Tips for speeding up TW

2014-03-18 Thread Denis Caron
I have a TW file thats currently 3.2MB and growing. Ive been noticing that its starting to lag at certain points. Im starting to grow concerned that if I start adding more, its going to significantly affect performace. Does anyone have any tips on how to increase the speed and reduce lag?

[tw] Re: TinyTiddyWikki

2014-03-18 Thread James Perrett
http://sourceforge.net/projects/ptw/ has ptw-2.6.1-101004.zip Bram this is why I thought ptw wss only 2.6.1. If you follow download this file you arrive at 2.6.1 on sourceforge. hence the confusion on my part. cheers james -- You received this message because you are subscribed to the Google

[tw] Re: TinyTiddyWikki

2014-03-18 Thread James Perrett
Files - ptw shows latest update 2010-10-04. Files -ptw -2,6 is the highest directory version name. thanks Bram . Will check sourceforge over the next couple of days to see if I can see 2.8... cheers james -- You received this message because you are subscribed to the Google Groups TiddlyWiki

[tw] Re: [TW5] image resize and wrap text around

2014-03-18 Thread cmari
Yes, I was too quick - what I suggested won't affect float. It should, however, keep the image inside the tiddler. cmar On Tuesday, March 18, 2014 6:56:37 AM UTC-7, Stephan Hradek wrote: No, this is not an TW issue. It's normal HTML/CSS. -- You received this message because you are

[tw] Re: [TW5] image resize and wrap text around

2014-03-18 Thread cmari
Hi Vpl, Can't remember where I found this, but try using this format (in particular, don't use the word style): img src=solar.png width=50% height=50% float=right cmari On Tuesday, March 18, 2014 6:25:01 AM UTC-7, vpl wrote: Hi, I'm concerned by the fact that the image is exceeding the

[tw] Re: [TW5] image resize and wrap text around

2014-03-18 Thread Stephan Hradek
No, this is not an TW issue. It's normal HTML/CSS. -- 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,

[tw] Re: TinyTiddyWikki

2014-03-18 Thread Birthe C
I think it is this you are after http://ptw.sourceforge.net/index.en.html Den tirsdag den 18. marts 2014 14.52.14 UTC+1 skrev James Perrett: Files - ptw shows latest update 2010-10-04. Files -ptw -2,6 is the highest directory version name. thanks Bram . Will check sourceforge over the next

Re: [tw] Re: TW5 - fixing an internal Javascript error

2014-03-18 Thread Joshua
No, but you did give me some other useful information. I wasn't concerned with the code and how to fix it since I knew that getting rid of the exclamation points would fix it. I just wanted to know if opening the file in a text editor was the only way to get a usable TiddlyWiki again. Jeremy

[tw] Re: TinyTiddyWikki

2014-03-18 Thread James Perrett
Cheers but if you follow downlosd buttons on this url you get to 2.6.1 files and older versions. To get core.js and css files I had to go to my cache directory of my browser. the html file is only parft of the dowwnload. Looking for separated tiddly. yes oficial tiddlywiki is one monolithic

[tw] Re: [TW5] image resize and wrap text around

2014-03-18 Thread Stephan Hradek
Am Dienstag, 18. März 2014 16:09:30 UTC+1 schrieb vpl: We are not on the same page. You tell me it's not a TiddlyWiki issue even when the image exceed the size of a Tiddler and overlap an other tiddler ...? Yes. I do and will continue to do so. I don't follow you then. Why? The

[tw] TW5 - noobie question

2014-03-18 Thread Mytrade simulatoracct
I have node.js running and it is loading the website on the local machine. I go to the URL and the only thing I see is: This TiddlyWiki contains the following tiddlers: •$:/core •$:/isEncrypted •$:/plugins/tiddlywiki/codemirror •$:/plugins/tiddlywiki/filesystem

[tw] Re: TiddlyWiki Hangout #39 on Tuesday 18th March at 4pm GMT

2014-03-18 Thread Jeremy Ruston
The hangout is about to start over at: https://plus.google.com/hangouts/_/hoaevent/AP36tYeNA0IfwNM2Z23LYhFdq8hBtlEk8h4QryCT-PCcRrSBcrLr-w Remember to use the newly-enabled QA feature to submit questions. Best wishes Jeremy. On Thu, Mar 13, 2014 at 5:53 PM, Jeremy Ruston

[tw] accordion effect in TWclassic sliders

2014-03-18 Thread DrCory
I'm trying to get an accordion effect in TWclassic sliders. I've actually found a few listings for such, but the links are all dead. any suggestions? DrCory -- You received this message because you are subscribed to the Google Groups TiddlyWiki group. To unsubscribe from this group and stop

[tw] Re: [TW5] image resize and wrap text around

2014-03-18 Thread vpl
OK. Thanks for your answer. I really appreciate. But What I don't understand is why when I insert any image size, without any CSS, tiddlywiki automatically adapts the tiddler size to match the picture, and when I use the above css, this automatic tiddler sizing is not applied based on the

[tw] Re: [TW5] image resize and wrap text around

2014-03-18 Thread Eric Shulman
On Tuesday, March 18, 2014 4:29:07 AM UTC-7, vpl wrote: img src=solar.png style=width: 50%;high: 50%; float: right; / ! This is title * item-1 ** item1.1 * item-2 The problem you are having (where the image is taller than the tiddler content and overflows the tiddler) is due to the

[tw] Re: [TW5] image resize and wrap text around

2014-03-18 Thread Stephan Hradek
I suggest you read something about CSS. -- 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

[tw] Re: TW5 - noobie question

2014-03-18 Thread Mytrade simulatoracct
That is - what I see on the website is the following information and nothing else. This TiddlyWiki contains the following tiddlers: •$:/core •$:/isEncrypted •$:/plugins/tiddlywiki/codemirror •$:/plugins/tiddlywiki/filesystem •$:/plugins/tiddlywiki/fullscreen •$:/plugins/tiddlywiki/highlight

[tw] Re: [TW5] image resize and wrap text around

2014-03-18 Thread vpl
Hi Eric, Thanks very much for taking time explaining and providing this detailed answer. That works perfectly. Posting back to a CSS training is certainly a way of answering but not the most efficient for users willing to discover, with a limited amount of time, your really nice application

[tw] Re: [TW5] image resize and wrap text around

2014-03-18 Thread Stephan Hradek
Am Dienstag, 18. März 2014 18:35:33 UTC+1 schrieb vpl: Posting back to a CSS training is certainly a way of answering but not the most efficient for users willing to discover, with a limited amount of time, your really nice application But this group is for answering TiddlyWiki

[tw] Re: [TW5] image resize and wrap text around

2014-03-18 Thread Stephan Hradek
https://groups.google.com/d/msg/tiddlywikidev/a23v2KQufTk/roqLKZnpTCoJ -- 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

Re: [tw] Re: TW5 - noobie question

2014-03-18 Thread Jeremy Ruston
I go to the URL and the only thing I see is: This TiddlyWiki contains the following tiddlers: It sounds like the browser is not executing the JavaScript from the site. Maybe you've got some restrictive policies on running local JS? Can you list the commands you're using? Best wishes Jeremy.

RE: [tw] (TW5) Launching Excel files in Wiki5

2014-03-18 Thread Caren Shiozaki
Hi Jeremy, I was afraid you were going to say that! Given my lack of programming expertise, would you humor me with responses to these questions: ISSUE 1: I've opened my Wiki using IE-11. Now, I cannot get any of my document links to work (pdf or xls). I did a little test using the same

[tw] Re: Introducing TiddlyDesktop

2014-03-18 Thread Jeremy Ruston
Hi Matthew the top bar is actually above the screen and so I am unable to access the minimize, maximize, and close buttons Thanks, I've created a ticket here: https://github.com/Jermolene/TiddlyDesktop/issues/19 Best wishes Jeremy. On Mon, Mar 17, 2014 at 4:15 AM, Matthew DeAbreu

Re: [tw] (TW5) Launching Excel files in Wiki5

2014-03-18 Thread Jeremy Ruston
Hi Caren *ISSUE 1:* I've opened my Wiki using IE-11. Now, I cannot get any of my document links to work (pdf or xls). I did a little test using the same syntax that had previously worked in Wiki Classic: [[John's status report for June|.\Para 62\John Status.pdf]] Aha. TW5 won't

[tw] Re: TWC: Hosting migration - online usage - passwording - saving= Any better way ??

2014-03-18 Thread smallhagrid
Wow. Looks like this must be voodoo for real and nobody knows nuttin, not no way, not no how. BTW, on a related note - showing clearly that even after 20+ years as a tech I am NOT any sort of coder= Given that there are maybe 8 totally different ways to save the data from a local browser to

[tw] Re: Tips for speeding up TW

2014-03-18 Thread Mark S.
TWC or TW5? AFAIK, TW doesn't have a real database. So it's bound to flatline. At 1megs, I notice a delay when saving, though searches are still fast. Maybe ... * Get rid of embedded image data replace with links to files. * Turn off search-while-you-type * Turn off save-when-closing-tiddler

Re: [tw] Re: TWC: Hosting migration - online usage - passwording - saving= Any better way ??

2014-03-18 Thread Daniel Baird
I agree, setting up hosting is a pain. Simon and I (we're the tiddlyspot people) decided to make a distributable version of the tiddlyspot hosting rig, but neither of us have time to do it. And it's not as useful for TW5, so demand for it will go down to nothing soon. Is there a reason you

Re: [tw] Tips for speeding up TW

2014-03-18 Thread Daniel Baird
Usually lag comes from the javascript looping through all the tiddlers (for example when it's making the tags list and the missing tiddlers list). Try removing your sidebar tabs and see if that helps. Cheers ;Daniel On 18 March 2014 23:31, Denis Caron deniscaro...@gmail.com wrote: I have a

Re: [tw] Re: TWC: Hosting migration - online usage - passwording - saving= Any better way ??

2014-03-18 Thread mark
Hello Daniel and thanks for replying. You wrote: Is there a reason you don't want to just edit locally and use dropbox or something to sync the file around? Many small reasons actually... Sometimes I am on the road for a few days and need info that I keep in TW - and need to change or add to

Re: [tw] Re: TWC: Hosting migration - online usage - passwording - saving= Any better way ??

2014-03-18 Thread mark
PS: Daniel, I must respectfully disagree with you on this part of your message= so demand for it will go down to nothing soon. If you do a general web search for Tiddlywiki with or without any other term, you'll find that there's practically an endless number of folks (and even

Re: [tw] Re: TWC: Hosting migration - online usage - passwording - saving= Any better way ??

2014-03-18 Thread Daniel Baird
It's possible to get UploadPlugin working (that's what tiddlyspot uses, I think it was the precursor to TiddlyHome), it's just quite frustrating to get everything set up exactly right. To some degree you'll be continually fighting better browser security, especially if you're travelling and are

[tw] Re: A means of forcing TiddlyWiki to ignore enter whitespace? [[Classic TiddlyWiki]]

2014-03-18 Thread Eric Shulman
On Tuesday, March 18, 2014 6:08:01 PM UTC-7, amagic...@gmail.com wrote: Some of the entries I have, for example, rather long sections all in the 2nd level of an ordered list (i.e. - **text). The issue I'm facing is that, if I press enter (to neaten this text), the text moves from the

Re: [tw] Re: TWC: Hosting migration - online usage - passwording - saving= Any better way ??

2014-03-18 Thread mark
Thanks Daniel. I wish it wouldjust work - as it did before for me: It's possible to get UploadPlugin working (that's what tiddlyspot uses, I think it was the precursor to TiddlyHome), it's just quite frustrating to get everything set up exactly right. It is indeed difficult to get working