[tw] Re: [TW5] Struggling with import automation and certain tiddler names

2014-06-22 Thread Stephan Hradek
Thanks for providing a real-life example of the fact that we need a better 
escaping than using [[ ]] ;)

@Jeremy: Didn't I tell you? ;)

-- 
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: TW in Education

2014-06-22 Thread Stephan Hradek


Am Sonntag, 22. Juni 2014 07:01:15 UTC+2 schrieb Richard Smith:

 My prototype is currently built with each tiddler pointing to a google doc 
 on my drive. I can download all of those docs as local html and I am hoping 
 there is a way to turn them all into tiddlers on the local machine and then 
 wrap them back up into an all-in-one tiddlywiki.


Indeed there is. You can use the node.js edition of TiddlyWiki to achieve 
that. I can't tell you the exact way - because I never did it - but since 
it is possible (just tested) to

a) Download one of your HTML files
b) Drag the file from a filesystem browser window to an open Wiki file

It should also work from commandline.

If I remember correctly, PMario also wrote something about this here in the 
last few weeks in a reply to a similar request. Look for .tid and text 
files.

-- 
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: TW in Education

2014-06-22 Thread Stephan Hradek
This is what I had in mind: 
https://groups.google.com/forum/#!topic/tiddlywiki/HEqq8JZFCEI

-- 
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] Struggling with import automation and certain tiddler names

2014-06-22 Thread Charlie Hitselberger
The tiddlywiki in question is at 
https://github.com/chitselb/pettil/blob/master/docs/tiddlypettil.html and 
the project blog is http://pettil.tumblr.com if anyone's interested.



On Sunday, June 22, 2014 2:23:13 AM UTC-4, Stephan Hradek wrote:

 Thanks for providing a real-life example of the fact that we need a better 
 escaping than using [[ ]] ;)

 @Jeremy: Didn't I tell you? ;)


-- 
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] Struggling with import automation and certain tiddler names

2014-06-22 Thread Jeremy Ruston
Hi Charlie

1) I got all the json to import just fine, as long as I pull it in via the
 Tools | Import | Browse... and select my json file from the filepicker.
 Is there a way to automate this from the command line?  I installed the
 node-js and tiddlywiki server stuff, but it tends to make huge
 piles of .tid files in a local directory, which is not what I'm after.  I
 want something like:

 tiddlywiki ./docs/tiddlypettil --verbose --load ./pettil.json --

 but to output to a single html file, not to ./docs/tiddlypettil/tiddlers/
 lots of tids


Try something like this:

tiddlywiki ./docs/tiddlypettil --verbose --load ./pettil.json
--rendertiddler $:/core/save/all mywiki.html text/plain

More details:

http://tiddlywiki.com/#:%5B%5BUsing%20TiddlyWiki%20on%20Node.js%5D%5D%20%5B%5BHow%20to%20build%20a%20TiddlyWiki5%20from%20individual%20tiddlers%5D%5D

2) Tiddlywiki gets really annoyed with these Forth words being the tiddler
 titie:

 ]  ['] [COMPILE]

 Pretty much anything with a right-bracket.  How do I name a Tiddler ']'
 (sans quotes)?


There are a few areas of TW that struggle with right square brackets in
tiddler titles, but with care you may be able to work around the issues.

Creating a tiddler with the title `]  ['] [COMPILE]` doesn't immediately
cause any problems. The problematic operations that I am aware of include:

* Inability to link with [[pretty link]] syntax; instead use $link to=]
['] [COMPILE]My link text/$link
* Inability to include such tiddler titles as a literal title within a
filter expression. Sometimes you can workaround this by using a text
reference like this: [parent{!!title}] - this example matches tiddler
fields called parent having the value of the title of the current tiddler
* Breaking permalink parsing - you can turn off permalinks using control
panel

Best wishes

Jeremy




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



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

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


[TWC] Re: [tw] Non-proportional text while editing?

2014-06-22 Thread Mark Booth
On Sunday, 10 January 2010 21:00:29 UTC, Alex Hough wrote:

 MPTW uses a fixed width font for editing:

 /* prefer monospace for editing */
 .editor textarea, .editor input {
   font-family: 'Consolas' monospace;
   background-color:[[ColorPalette::TertiaryPale]];
 }


I know this is a very old post, but while I can get the above to work if I 
put it in StyleSheetLayout, I can't get it to work if I put it in 
StyleSheet. When editing StyleSheetLayout there is the DO NOT EDIT THIS 
TIDDLER warning, so I'm trying not to do that.

What am I missing here?

Thanks,

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: Preview of 5.0.13

2014-06-22 Thread Jeremy Ruston
Thanks for the feedback everyone, much appreciated.

 What would be great would be the possibility to open all the tiddlers
below a topic - at least that's what I expected when I clicked on Guide.

That needs the multilink feature described in
https://github.com/Jermolene/TiddlyWiki5/issues/192

 -- There's an error in the Hackability Improvements -- there are two
entries beginning: Extended FilterOperator ...

Fixed, thank you.

 -- If the TableOfContents tiddler is opened in the main story river, the
sliders are sluggish (works fine in the sidebar tab)

Does anyone else see this problem?

 In the Roadmap, you might have a look at this entry :-)

Fixed, thank you!

 The content tab should be the default.

I'm open to the idea but want to see what a few more people think.

 When you save your wiki with a hidden sidebar it will open anyway again
when you reload the page...

That's a side-effect of not saving $:/state tiddlers (which was done to
avoid problems with state tiddlers that had been inadvertantly persisted).

I've refined the fix today so that all popup state tiddlers have the prefix
$:/state/popup/, and then refined the save filter so that we only exclude
popup state tiddlers:

https://github.com/Jermolene/TiddlyWiki5/commit/0fae9ee99200e7eca30b9db0584c479d58841349

 One printing issue: in Firefox when I hit print preview, the gray story
river creates a gray frame around the tiddler.

I'm not seeing that problem in Firefox or any of my browsers on the Mac.
Can anyone else confirm and perhaps help me identify the elements causing
the problem?

 Will you be able to include the earlier, earlierday, later and
laterday filters? I didn't see them yet.

I'm getting pushed for time I'm afraid, but will include them if I get a
chance.

 I  noticed that if you import (drag/drop) some html from another browser
window you'll have to set the tiddler format to text/html manually.

I'll investigate and fix.

 Another thing is that if you delete the tiddlerformat and save the
tiddler - the deletion won't get saved - unless you've made other changes
to the tiddler content..

I'll investigate and fix.

I've just uploaded an updated prerelease to http://tw5test.tiddlyspot.com

Do keep the comments coming,

Best wishes

Jeremy




On Sat, Jun 21, 2014 at 6:15 PM, Stephan Hradek stephan.hra...@gmail.com
wrote:

 Will you be able to include the earlier, earlierday, later and
 laterday filters? I didn't see them yet.




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

-- 
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: Preview of 5.0.13

2014-06-22 Thread Jon
Hi Jeremy,

I'm looking forward to all the new features. One thing I would like at some 
point (perhaps not possible for this release) is the ability to select the 
tags using the keyboard. For instance, typing the first few letters 
currently brings the tag from the list, but then being able to select and 
insert the tag from the keyboard would be fabulous.

Thanks again
Jon.



On Saturday, 21 June 2014 11:30:30 UTC+1, Jeremy Ruston wrote:

 I was planning to release 5.0.13 this morning but I've ended up adding 
 quite a visible feature to 5.0.13 at rather the last minute. It's a 
 hierarchical table of contents tab that organises the material on 
 tiddlywiki.com (I've attached a screenshot below).

 I've decided to delay the release for another 24 hours to give the 
 translators a chance to translate the new tab caption, but also to get some 
 feedback from the group. Have a look here:

 http://tw5test.tiddlyspot.com/

 *** Note that this is a pre-release of 5.0.13 - it's for experimentation 
 and review. Please don't upgrade to 5.0.13 until the final version is out.

 Please let me know what you think, and any suggestions for improvement 
 gratefully received.

 Best wishes

 Jeremy



 [image: Inline image 1]

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


Re: [tw] [TW5] Struggling with import automation and certain tiddler names

2014-06-22 Thread Charlie Hitselberger


On Sunday, June 22, 2014 4:18:50 AM UTC-4, Jeremy Ruston wrote:


 I want something like:

 tiddlywiki ./docs/tiddlypettil --verbose --load ./pettil.json -- 

 but to output to a single html file, not to ./docs/tiddlypettil/tiddlers/ 
 lots of tids


 Try something like this:

 tiddlywiki ./docs/tiddlypettil --verbose --load ./pettil.json 
 --rendertiddler $:/core/save/all mywiki.html text/plain

 More details:


 http://tiddlywiki.com/#:%5B%5BUsing%20TiddlyWiki%20on%20Node.js%5D%5D%20%5B%5BHow%20to%20build%20a%20TiddlyWiki5%20from%20individual%20tiddlers%5D%5D

  
Yes, that did the trick!  The entire document is now automatically 
generated from scratch on each build.  I even figured out how to set up 
some defaults like username for tiddlers and SiteName, etc..  Thank you!

2) Tiddlywiki gets really annoyed with these Forth words being the tiddler 
 titie:

 ]  ['] [COMPILE]

 Pretty much anything with a right-bracket.  How do I name a Tiddler ']' 
 (sans quotes)?


 There are a few areas of TW that struggle with right square brackets in 
 tiddler titles, but with care you may be able to work around the issues.

 Creating a tiddler with the title `]  ['] [COMPILE]` doesn't immediately 
 cause any problems. The problematic operations that I am aware of include:

 * Inability to link with [[pretty link]] syntax; instead use $link to=]  
 ['] [COMPILE]My link text/$link
 * Inability to include such tiddler titles as a literal title within a 
 filter expression. Sometimes you can workaround this by using a text 
 reference like this: [parent{!!title}] - this example matches tiddler 
 fields called parent having the value of the title of the current tiddler
 * Breaking permalink parsing - you can turn off permalinks using control 
 panel


Actually it's three separate tiddlers, one for each (blank-delmited) 
token.  I suppose it might work to use #93; or some such?  Or I could put 
two fields in my source code, one for the symbol table in Forth and the 
other for the tiddlywiki title.

Thank you for your help.  If I haven't said so, Tiddlywiki is an amazing 
tool.



-- 
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] Struggling with import automation and certain tiddler names

2014-06-22 Thread Jeremy Ruston
Hi Charlie


 Yes, that did the trick!  The entire document is now automatically
 generated from scratch on each build.  I even figured out how to set up
 some defaults like username for tiddlers and SiteName, etc..  Thank you!


Great, glad it's making sense!


 Actually it's three separate tiddlers, one for each (blank-delmited)
 token.  I suppose it might work to use #93; or some such?  Or I could put
 two fields in my source code, one for the symbol table in Forth and the
 other for the tiddlywiki title.


Tiddler titles are not normally wikified so HTML entities like #93; in a
tiddler title will get rendered plain.

The approach of a separate display field might well be the simplest
approach if practical,


 Thank you for your help.  If I haven't said so, Tiddlywiki is an amazing
 tool.


Thanks, much appreciated

Best wishes

Jeremy



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

-- 
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: Preview of 5.0.13

2014-06-22 Thread Ton Gerner
Hi Jeremy,

 That needs the multilink feature described in 
https://github.com/Jermolene/TiddlyWiki5/issues/192

TW v5.0.14? I really hope so ;-) It was one of my first feature requests 
starting with TW5.



 -- If the TableOfContents tiddler is opened in the main story river, the 
sliders are sluggish (works fine in the sidebar tab)

 Does anyone else see this problem?

I do not see any difference on Win7, Firefox and Chrome



 The content tab should be the default.

 I'm open to the idea but want to see what a few more people think.

+1.



 When you save your wiki with a hidden sidebar it will open anyway again 
when you reload the page...

 That's a side-effect of not saving $:/state tiddlers (which was done to 
avoid problems with state tiddlers that had been inadvertantly persisted).
 I've refined the fix today so that all popup state tiddlers have the 
prefix $:/state/popup/, and then refined the save filter so that we only 
exclude popup state tiddlers.

I had my reservations about the original implementation. This sounds better.



 One printing issue: in Firefox when I hit print preview, the gray story 
river creates a gray frame around the tiddler. 

 I'm not seeing that problem in Firefox or any of my browsers on the Mac. 
Can anyone else confirm and perhaps help me identify the elements causing 
the problem?

I don't see it either on Win7, Firefox and Chrome.

Cheers,

Ton


On Sunday, June 22, 2014 12:43:16 PM UTC+2, Jeremy Ruston wrote:

 Thanks for the feedback everyone, much appreciated.

  What would be great would be the possibility to open all the tiddlers 
 below a topic - at least that's what I expected when I clicked on Guide.

 That needs the multilink feature described in 
 https://github.com/Jermolene/TiddlyWiki5/issues/192

  -- There's an error in the Hackability Improvements -- there are two 
 entries beginning: Extended FilterOperator ... 

 Fixed, thank you.

  -- If the TableOfContents tiddler is opened in the main story river, the 
 sliders are sluggish (works fine in the sidebar tab)

 Does anyone else see this problem?

  In the Roadmap, you might have a look at this entry :-)

 Fixed, thank you!

  The content tab should be the default.

 I'm open to the idea but want to see what a few more people think.

  When you save your wiki with a hidden sidebar it will open anyway again 
 when you reload the page...

 That's a side-effect of not saving $:/state tiddlers (which was done to 
 avoid problems with state tiddlers that had been inadvertantly persisted).

 I've refined the fix today so that all popup state tiddlers have the 
 prefix $:/state/popup/, and then refined the save filter so that we only 
 exclude popup state tiddlers:


 https://github.com/Jermolene/TiddlyWiki5/commit/0fae9ee99200e7eca30b9db0584c479d58841349
  
  One printing issue: in Firefox when I hit print preview, the gray story 
 river creates a gray frame around the tiddler. 

 I'm not seeing that problem in Firefox or any of my browsers on the Mac. 
 Can anyone else confirm and perhaps help me identify the elements causing 
 the problem?

  Will you be able to include the earlier, earlierday, later and 
 laterday filters? I didn't see them yet.

 I'm getting pushed for time I'm afraid, but will include them if I get a 
 chance.

  I  noticed that if you import (drag/drop) some html from another 
 browser window you'll have to set the tiddler format to text/html manually.

 I'll investigate and fix.

  Another thing is that if you delete the tiddlerformat and save the 
 tiddler - the deletion won't get saved - unless you've made other changes 
 to the tiddler content..

 I'll investigate and fix.

 I've just uploaded an updated prerelease to http://tw5test.tiddlyspot.com

 Do keep the comments coming,

 Best wishes

 Jeremy




 On Sat, Jun 21, 2014 at 6:15 PM, Stephan Hradek stephan...@gmail.com 
 javascript: wrote:

 Will you be able to include the earlier, earlierday, later and 
 laterday filters? I didn't see them yet.




 -- 
 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: Preview of 5.0.13

2014-06-22 Thread Matabele
Hi

The sluggish behaviour of the TableOfContents tiddler is intermittent -- I 
think I now know how to replicate this (at least in my environment):

I neglected to mention -- I am using an offline copy of the pre-release -- 
don't know if this makes any difference.

1. Open the TableOfContents tiddler for editing (I was peeking at the code)
2. Close the tiddler (or try saving it)
3. The sliders now seem to be sluggish (but not always?)
4. Reloading the page fixes this

regards

On Sunday, June 22, 2014 12:43:16 PM UTC+2, Jeremy Ruston wrote:

 Thanks for the feedback everyone, much appreciated.

  -- If the TableOfContents tiddler is opened in the main story river, the 
 sliders are sluggish (works fine in the sidebar tab)

 Does anyone else see this problem?



-- 
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: Preview of 5.0.13

2014-06-22 Thread Alberto Molina
Hi Jeremy,

 -- If the TableOfContents tiddler is opened in the main story river, the 
 sliders are sluggish (works fine in the sidebar tab)

 Does anyone else see this problem?


I don't.
 

  The content tab should be the default.

 I'm open to the idea but want to see what a few more people think.


+1

Regards,
Alberto 

-- 
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: Preview of 5.0.13

2014-06-22 Thread PMario
On Sunday, June 22, 2014 12:43:16 PM UTC+2, Jeremy Ruston wrote:

  -- If the TableOfContents tiddler is opened in the main story river, the 
 sliders are sluggish (works fine in the sidebar tab)

 Does anyone else see this problem?


For me FF 30 win 8.1 works fine

-mario

-- 
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: Preview of 5.0.13

2014-06-22 Thread paolo b
Hi Jeremy

looking forward to the new version!

As Jon suggested, I too would find it useful to be able to select a tag 
from the drop-down list using with the up-and-down keys, after typing in a 
few letters
to reduce the list.
At the moment, selection via the keyboard is possible only by hitting the 
tab key a *few* times, and this is a bit tedious

Cheers

Paolo

-- 
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: [TWC] Re: [tw] Non-proportional text while editing?

2014-06-22 Thread PMario
Hi Mark,

Do you use a vanilla TiddlyWiki or one with a modified theme. 
May be your StyleSheet tiddler isn't activated in the right way. 
Is it possible to point us to your TW, if it is public.
-mario

-- 
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] Problems getting TW to work

2014-06-22 Thread Stuart Dunstan
Hi,
I have an older TW I am trying to get working. The save function has 
stopped working. I've tried dragging it onto the site then saving the page, 
and I have tried downloading empty.html, but in both cases the buttons in 
TW don't work, not the gear, the + or what I presume is the backstage 
button. This is after allowing scripts in noscript, then downloading 
tiddlyfox, and I also get the same result in Opera.

I can open the old file, but would like to upgrade ideally. 

I really miss TW!

Any advice gratefully received.

-- 
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: Problems getting TW to work

2014-06-22 Thread Stuart Dunstan


On Sunday, 22 June 2014 15:39:45 UTC+1, Stuart Dunstan wrote:

 Hi,
 I have an older TW I am trying to get working. The save function has 
 stopped working. I've tried dragging it onto the site then saving the page, 
 and I have tried downloading empty.html, but in both cases the buttons in 
 TW don't work, not the gear, the + or what I presume is the backstage 
 button. This is after allowing scripts in noscript, then downloading 
 tiddlyfox, and I also get the same result in Opera.

 I can open the old file, but would like to upgrade ideally. 

 I really miss TW!

 Any advice gratefully received.


edit it's ver 2.3.0 

-- 
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: Problems getting TW to work

2014-06-22 Thread Stuart Dunstan
edit it's version 2.3.0

-- 
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: A View Mode Editor and a simple Calcualtor

2014-06-22 Thread Yakov
Hi Vincent,

 

 * the Edit wrappers and tiddler title optioin started to get changed to 
 false each time on startup (which disables editing, say, plain text 
 blocks). Did you make it become false by default?


 Yes, I did. Please enable it the way you like.


Ok, no problem with that, although I wonder what's the motivation for this: 
for a new user, twve.extra looks like edit everything inline, and  the 
need to change some option to enable plain text blocks would probably be 
surprising.. 

  

 ** because of that, I've noticed that (in FF) working with the options 
 menu (in the top right corner of a tiddler) is not smooth at all: 
 sometimes, when I try to move the cursor from the first level of the menu 
 to a second one (say *twve.core* Options), the whole thing get closed 
 instead of keeping open; sometimes, I make several attempts before I 
 actually change an option. I'd propose that the menu should close on click 
 elsewhere, not on mouse out

  
 I noticed this with FF/Ubuntu, but with FF/Win8 there is no such thing. I 
 am still trying to figure out...
  

By the way, in Opera 12.17, when I open the menu for the first time, it 
gets slightly cut (as well as submenus) and gets ugly scrollbars which take 
out even more space of the menu  
 


 * without autosave, table rows/colomns and list items move quickly indeed

 ** by the way, why so different symbols for buttons moving rows and 
 colomns? you may use ⇐ and ⇒ for uniformity


 Because I did not find consistent symbols in ASCII set, and I don't know 
 how to use images in buttons yet. :-)
  

So, how about this set ⇑, ⇓, ⇐ and ⇒?
Also, see http://unicode-table.com/en/
 


 * another issue concerning the sizes: create a tiddler with this simple 
 content:
 !section
 Type the text for 'New Tiddler'
 then, open the section text for editing, edit it (say, add + to the end 
 of the text), ctrl+enter to save, then open it again: the preview area size 
 gets huge!

  
 I do see huge preview box from time to time, but not quite reproducible, 
 so I don't know what's wrong yet.


So, doesn't my recipe work to reproduce this behaviour? I've tried it in 
Opera, and it works there for me as well.

***

I've got another bug about moving list items. Simplest case: create a list
* one
* two
* three
and open inline editing of the last one. Press ctrl+down: the item gets to 
the top of the list; the expected behaviour is -- nothing happens. While 
this can be of use in some cases (if one needs to rotate a list), further 
details make this behaviour inconsistent even in this context:
* one
* two
separator
* three
now we have two lists, and pressing ctrl+down in the last item will bring:
* three
* one
separator
* two
which is not rotating inside one list.

Furthermore, if one of the lists contains list items of higher level, 
sometimes this rotation causes all list items become first-level; this is 
even animated as an avalanch: the rotated list item goes up on step at 
a time, and when it jumps over the second-level list items, those fall 
one level down. Though, I remember that rearranging of multi-level list is 
not something that is fully supported for now. In fact, the ctrl+left = 
ctrl+down issue is more important, because I get these avalanches mostly 
when I forget about this issue (as I constantly use ctrl+left/right for 
navigation/selection).

By the way, have you thought about a possibility to rearrange lists/table 
raws/colomns in a dragdrop manner?

Best regards,
Yakov.

  


 There are also a couple of irreproducible bugs, but I think posting them 
 until I make them reproducible is not a good idea.


 I also have some of these that I don't know what to do..
  
 Have Fun!
 Vincent


 Best regards,
 Yakov.

 понедельник, 2 июня 2014 г., 14:50:48 UTC+4 пользователь Vincent Yeh 
 написал:

 Release of v3.0.3

 Some bug fixes for compatibility issue with NestedSliderPlugin (and 
 hopefully fixed the backstage issue as well), and a few of others. See 
 release note at TiddlySpot 
 http://twve.tiddlyspot.com/#%5B%5BRelease%20Note%20v3.0.3%5D%5D or a 
 href=http://twve.tiddlyspace.com/#%5B%5BRelease%20Note%20v3.0.3%5D%5D; 
 target=_blank onmousedown=this.href='
 http://www.google.com/url?q\75http%3A%2F%2Ftwve.tiddlyspa 
 http://www.google.com/url?q%5C75http%3A%2F%2Ftwve.tiddlyspa

 ...

-- 
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] Table of Contents

2014-06-22 Thread Chemaster
I thought that I posted this question but can not find it within the 5.0.13 
thread ... sorry if a repost.

How do I change the appearance of the Table of Contents title (on 
right-side menu) and change it from 'TableofContents' to 'Contents'?

I've named the tiddler 'TableofContents' as was on the test site and 
reviewed the code but can't seem to find where to change it.

Thanks,


-- 
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: Embed a Tiddlier

2014-06-22 Thread Chemaster
Thanks so much!

Chemaster

On Saturday, June 21, 2014 1:34:54 PM UTC-5, Ton Gerner wrote:

 Hi Chemaster,

 {{TiddlerToEmbed}}

 Cheers,

 Ton

 On Saturday, June 21, 2014 7:47:40 PM UTC+2, Chemaster wrote:

 Maybe I should explain a little more.

 How do I embed a Tiddlier within another Tiddlier?

 On Saturday, June 21, 2014 12:44:51 PM UTC-5, Chemaster wrote:

 I'm a newbie and love Tiddly Wiki.

 How do you embed a Tiddier?

 I've research and found the following but it doesn't seem to work in 
 5.0.12.

 TiddlierName



-- 
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: Table of Contents

2014-06-22 Thread Matabele
Hi

Add a 'caption' field with value 'Contents'

regards

On Sunday, June 22, 2014 7:57:05 PM UTC+2, Chemaster wrote:

 I thought that I posted this question but can not find it within the 
 5.0.13 thread ... sorry if a repost.

 How do I change the appearance of the Table of Contents title (on 
 right-side menu) and change it from 'TableofContents' to 'Contents'?

 I've named the tiddler 'TableofContents' as was on the test site and 
 reviewed the code but can't seem to find where to change it.

 Thanks,




-- 
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: Table of Contents

2014-06-22 Thread wimm
The *caption* field of the tiddler  points to a language translation 
tiddler $:/language/SideBar/Contents/Caption 
the body-text of this language Tiddler contains: *Contents,  *Just replace 
it by *TableofContents.*


-- 
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: Table of Contents

2014-06-22 Thread Chemaster
Thanks so much!!!

I just started using Tiddly Wiki ... so am in learning curve.

On Sunday, June 22, 2014 1:10:26 PM UTC-5, wimm wrote:

 The *caption* field of the tiddler  points to a language translation 
 tiddler $:/language/SideBar/Contents/Caption 
 the body-text of this language Tiddler contains: *Contents,  *Just 
 replace it by *TableofContents.*




-- 
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: Table of Contents

2014-06-22 Thread Chemaster
Strange, the shadow Tiddlier already says 'Contents' which is what I want. 
Why would I change it to 'TableofContents'?

Maybe, I'm having a senior moment.

On Sunday, June 22, 2014 1:10:26 PM UTC-5, wimm wrote:

 The *caption* field of the tiddler  points to a language translation 
 tiddler $:/language/SideBar/Contents/Caption 
 the body-text of this language Tiddler contains: *Contents,  *Just 
 replace it by *TableofContents.*




-- 
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: Problems getting TW to work

2014-06-22 Thread Yakov
Hi Stuart,

what are you trying to achieve? Is your TW on your PC or somewhere in the 
Web? Are you trying to save a local version or push an update of your TW on 
your site?

Best regards,
Yakov.

воскресенье, 22 июня 2014 г., 20:09:13 UTC+4 пользователь Stuart Dunstan 
написал:

 edit it's version 2.3.0


-- 
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: Table of Contents

2014-06-22 Thread wimm
you are right, the TW5013 tab-label at the preview  tw5testspot..com 
(21st-june) already shows: Content. 
That's why I assumed you wanted the text the other way round.  It has 
nothing to do with old age...

-- 
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: Table of Contents

2014-06-22 Thread Chemaster
Yes, and so does my blank version. Everything is the same as the test site 
but mine shows TableofContents on the tab.

Where specifically should I make the change and to what? Within the 
TableofContents Tiddlier? Mine has the same body as the test site 
'Content'. However, TableofContents is still on the Tab title.

Sorry . I'm about to give up ...

On Sunday, June 22, 2014 2:41:17 PM UTC-5, wimm wrote:

 you are right, the TW5013 tab-label at the preview  tw5testspot..com 
 (21st-june) already shows: Content. 
 That's why I assumed you wanted the text the other way round.  It has 
 nothing to do with old age...


-- 
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 : How to crate a link for a wizard instead of wizard button

2014-06-22 Thread Deniz Rende
Sorry, The images did not load properly for some reason, please see the 
attached

On Sunday, June 22, 2014 6:17:08 PM UTC-4, Deniz Rende wrote:

 Hello,

 I am working on creating a book journal that contains descriptions of the 
 books I have read and it contains notes regarding to those books. In some 
 parts of the Journal I have Words and their definitions set up this way:






 From the image above you can see that I have a Definition button and 
 when clicked , it produces the following:



 So the code in the tiddler is like this:


 * foolhardy  $button message=tw-modal param=foolhardy class=btn 
 btn-inverseDefinition/$button


 So in the above example, instead of creating a button that produces the 
 result, I would like to be able to actually create a hyperlink so that when 
 clicked it will give me the same output above. Is this possible?

 Apologies if this question has been asked before but googling and 
 searching here did not help much.

 Please let me know if more information is needed, the above was based on a 
 v5.0.10-beta static, but I also have one running on node.js v5.0.12-beta.

 Thanks again!

 Regards,

 Deniz Rende



-- 
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: Problems getting TW to work

2014-06-22 Thread Stuart Dunstan
Hi, 
Sorry I should have specified. It's local.

I need to 
1. Get a new TW working. 
2. Extract the data from the old one.
   

-- 
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: Problems getting TW to work

2014-06-22 Thread Yakov
So, are you going to create a new TW Classic or TW5? Where did you get the 
empty TW from?

You mentioned that you have downloaded TiddlyFox, so what's the version of 
FireFox? What OS? Sorry for a stupid question, but have you installed 
TiddlyFox? What happens when you open your emtpy TW? I'm asking merely 
because TWc+FF+TF should work nicely and works for me (although I haven't 
updated my TWs to the most recent version); if brand new TW doesn't work 
with FF+TF, then we should reproduce the issue and fix it.

(let's deal with the empty TW first, then go on with the old one)

Best regards,
Yakov.

понедельник, 23 июня 2014 г., 2:40:36 UTC+4 пользователь Stuart Dunstan 
написал:

 Hi, 
 Sorry I should have specified. It's local.

 I need to 
 1. Get a new TW working. 
 2. Extract the data from the old one.



-- 
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: Struggling to get started with TiddlyWeb + TW5

2014-06-22 Thread Felippe
Hello guys,

I just want to get started with TW5 using TiddlyWeb to benift from lazy 
loading. Can't find ANY complete resource describing how to do it.

TiddlyWeb's quick start clearly describe how to install it, but how can I 
use TW5 with it?

-- 
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 : How to crate a link for a wizard instead of wizard button

2014-06-22 Thread Stephan Hradek
Would it be sufficient to use:

$button message=tw-modal param=foolhardy class=btn-invisible 
myLinkClassfoolhardy/$button

And to define in a CSS tiddler (tagged with $:/tags/stylesheet) a class 
myLinkClass which does your wanted styling?




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