[tw] Re: FCKEditor has made me crazy tonight...seems broken ???

2013-03-10 Thread Jonas Susara
Thank you, Gunnar. A wonderful solution. -- 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: Extra br's

2013-03-10 Thread Arc Acorn
^^; I've been using that plugin so long I totally forgot about it... Thank you and sorry for the question that was clearly answer in already written good documentation... On Sunday, March 10, 2013 8:17:53 AM UTC-7, Eric Shulman wrote: > > On Mar 10, 2:19 am, Arc Acorn wrote: > > Is there a wa

[tw] Re: Difficulty getting started

2013-03-10 Thread Måns
Hi Brian > When I click 'Save to Web' I am prompted with "Username and Password > missing"...I get this even though I entered it in the Welcome screen on the > Dashboard. Find the shadow tiddler TspotControls - enter name (systechguy40) and password - click upload > I then goto Backstage and fo

[tw] Re: Difficulty getting started

2013-03-10 Thread Eric Shulman
> href='function.include'>function.include]: failed to open stream: No > such file or directory in > /home/simonb/websites/static/tiddlyspot.com/sites/s/sy/sys/systechguy40/ > store.php > on line 3 I notice that there is a leading space before " store.php" in the path. That seems like it would b

[tw] Re: Difficulty getting started

2013-03-10 Thread Tobias Beer
Hi Brian, I experienced the same thing elsewhere that (password) options were not saved, not even over a page refresh. Possibly it's a browser issue not accepting or deleting cookies? I never bothered too much and just entered the password again. Cheers, Tobias -- You received this message b

[tw] Re: Difficulty getting started

2013-03-10 Thread Brian Clanton
I just sent an email to simon.ba...@gmail.com with that error. On Sunday, March 10, 2013 12:38:56 PM UTC-5, Brian Clanton wrote: > > I created a new account with mGSD...like the interface better... > http://systechguy40.tiddlyspot.com/. > > You comment suggests either or locally OR from directly

[tw] Re: Difficulty getting started

2013-03-10 Thread Brian Clanton
I created a new account with mGSD...like the interface better...http://systechguy40.tiddlyspot.com/. You comment suggests either or locally OR from directly on tspot. When I create a Project...click SAVE Changes, I am prompted with "You need to save TiddliWiki to a file before changes are sav

[tw] Re: several versions of a tiddler?

2013-03-10 Thread Frederic ALBOU
Wonderful, it works :-) Thanks you very much, Måns... I am also going to try what propose Tobias.. Thanks ! Cheers, Frederic. Hi Frederic, You could also just create a number of tiddlers that tag to the one you want different versions of and add the Author at the end, e.g.: SomeTiddler SomeTi

[tw] Difficulty getting started

2013-03-10 Thread Tobias Beer
If you create tbGTD directly on TiddlySpot, then it should contain all the required plugins required to upload changes ...either directly working on tspot or by uploading from a local file. Cheers, Tobias. -- You received this message because you are subscribed to the Google Groups "TiddlyWik

[tw] several versions of a tiddler?

2013-03-10 Thread Tobias Beer
Hi Frederic, You could also just create a number of tiddlers that tag to the one you want different versions of and add the Author at the end, e.g.: SomeTiddler SomeTiddler (Fred) ...tagged SomeTiddler SomeTiddler (Eric) ...tagged SomeTiddler But then, merging anything back into the main tiddle

[tw] Re: Extra br's

2013-03-10 Thread Eric Shulman
On Mar 10, 2:19 am, Arc Acorn wrote: > Is there a way to prevent Tw from adding spanned br's in HTML blocks, with > out having to write a single line of hard to read code? If you are using http://www.TiddlyTools.com/#HTMLFormattingPlugin to enable mixing of HTML and wiki-syntax formatting, the

[tw] Difficulty getting started

2013-03-10 Thread Brian Clanton
Finished reading David Allen's book and found this which is perfect for mobility, However I am having difficult getting started.ing t I am using tbGTD and I would ideally like to make edits and changes online, but it seems to require that to make a change, I need to first make the change to a l

[tw] Decoding html entities saved in TiddlyWiki's source

2013-03-10 Thread Chlorine Tan
I have made a TiddlyWiki page including a lot of Chinese tiddlers. Now I want to convert all these simplified Chinese characters to traditional ones. I checked the source and found that all Chinese characters in tiddlers are saved in html entities. I tried to decode the whole html, but unfortuna

[tw] Re: several versions of a tiddler?

2013-03-10 Thread Måns
Hi Frederic > Thanks for your answer... :-) I'm going to install Eric's UndoPlugin but I > don't see "undo button" when I edit a tiddler modified... Could you explain > this please? Edit ToolbarCommands: Insert undoChanges as a tool. Insert command anywhere with <> Example: http://xn--mns-ula.d

[tw] Re: @Osmosoft ethical brigades

2013-03-10 Thread PMario
On 10 Mrz., 10:59, Mat wrote: > > Nowadays I even minify plugins using jscompress.com because in this > > context (from my perspective), it does not need to be readable or have any > > further documentation other than the plugin header (which points to the > > documentation). > > Hm, not sure I ag

[tw] Re: several versions of a tiddler?

2013-03-10 Thread Frederic ALBOU
Hi Måns, Thanks for your answer... :-) I'm going to install Eric's UndoPlugin but I don't see "undo button" when I edit a tiddler modified... Could you explain this please? And I don't see "TBD documentation"... :-/ Where is it please? Thanks a lot, Cheers, Frédéric. -- You received this messa

[tw] Re: several versions of a tiddler?

2013-03-10 Thread Måns
Hi Frederic > I would like to know if it is possible to have several version of a > tiddler, with different author? (like alfresco..) Then, perhaps, the way to > return to the best previous version...? On tiddlyspace you have an option to revert to previous versions from a revisions list: http://

[tw] Re: @Osmosoft ethical brigades

2013-03-10 Thread Mat
Hi Tobias. Thanks for your always valuable points. I've adjusted a few things according now but I'm not confident with all of them so I've added you as a member to improve as you see fit. >From my perspective, all that a *plugin space* should hold is a brief >*SiteInfo > *that explains what th

[tw] Extra br's

2013-03-10 Thread Arc Acorn
Is there a way to prevent Tw from adding spanned br's in HTML blocks, with out having to write a single line of hard to read code? Tiddly content example: a div! a span! div { color: red; } span { color: green; } a div! a span! a div! a span! HTML that is actually generated: a div!