[tw] Show Backstage...WOOF !!!

2013-03-29 Thread smallhagrid
This relates with a prior post I made and a problem that I have no idea how 
to solve, still.
I followed all the suggestions given before quite carefully and still at 
home I have backstage access, and at the office= none.

I searched on the term=: tiddlywiki show backstage and visited a bunch 
of sites with their backstages showing, examples:
http://www.asmor.com/tw/games.html
http://www.nmt.me.uk/tiddlywiki/MPTW.html

Granted the 1st one is not PW protected as my personal one is, nor does it 
have the 'save to web' as mine does; but it DOES have the backstage fully 
accessible to anyone visiting...AND, the 2nd one even has the save to web 
showing...so seeing these I'm totally baffled as to why mine can't show 
it's backstage at all ?!?!

I examined the TWs that my searching had revealed for tiddlers containing 
backstage and then did some more searching, which revealed this:
http://mptw.tiddlyspot.com/#MptwConfigPlugin

I see right at the top of this plugin it contains=


var originalReadOnly = readOnly;
var originalShowBackstage = showBackstage;

config.options.chkHttpReadOnly = false;  // means web visitors can experiment 
with your site by clicking edit
readOnly = false;// needed because the above doesn't 
work any more post 2.1 (??)

showBackstage = true;// show backstage for same reason


It also says this:
instead of editing this you should put overrides in MptwUserConfigPlugin

All this is quite beyond me at this point; is there some help for 
this...anyone, please ?!?

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?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




Re: [tw] tiddler macro fails with startup tiddlers

2013-03-29 Thread Tobias Beer
Hi Jeremy,

Thanks for giving it a try. Unfortunately, your suggestion doesn't solve 
the problem but rather makes it permanent, so that it persists even after a 
tiddler refresh.

~

There must be a problem in some regex that matches the wrong pair of 
closing double square brackets, e.g.:

[[ argument 1 with [[inner square brackets|stops here =]] not here =]]

This certainly explains, why the first line item in ExampleTransclusion 
isn't even a link.

~

It seems to have something to do with the fact that — probably due to some 
{superfluous?!?} global refresh — all tiddlers (or just transclusions) are 
always rendered twice on startup and that the first time. The important 
bit, however is, that the arguments are passed to the tiddler macro handler 
during 
the first round as an array but the second time as string  — which is when 
it fails — with readBracketedList wrongly splitting the string into a 
number of arguments rather than just one (see example above).

~

Ok, so here are the different call stacks, the two from startup and the 
third after I was in edit mode and escaped out of it.

*call-stack* on *startup*, *1st* time...

https://lh6.googleusercontent.com/-HTCTzJYjlf4/UVVuSgeO9CI/BGw/tw0AHoCMAAk/s1600/CallStack_Startup_1st.png
*call-stack* on *startup* — *2nd* time...

https://lh3.googleusercontent.com/-GHvfvpg46tE/UVVui-KuJFI/BG4/2iWPy-PNKhU/s1600/CallStack_Startup_2nd.png
*call-stack after refresh...*

https://lh6.googleusercontent.com/-9Y8NltwNuiI/UVVur0A5WCI/BHA/JbsjWXs8Ats/s1600/CallStackAfterRefresh.png
~

Does TW5 handle (parsing) parameters differently? The output of parseParams 
has a bit of an awkward feel to it, in German we would probably be inclined 
to call it an eierlegende Wollmilchsau... a pig laying eggs, also giving 
milk and wool.

Cheers, Tobias.

-- 
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?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




[tw] Re: Show Backstage...WOOF !!!

2013-03-29 Thread Tobias Beer
Hi smallhagrid,

Just to be sure, where is your wiki stored and how exactly are you trying 
access it in either case?

Cheers, Tobias.

-- 
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?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




Re: [tw] tiddler macro fails with startup tiddlers

2013-03-29 Thread Tobias Beer
I have added another minimalistic example that illustrates how the error is 
provoked with params containing double square brackets...

http://startuptransclusions.tiddlyspot.com/index.html#Brackets

Cheers, Tobias.

-- 
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?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




Re: [tw] Re: Changing display font size

2013-03-29 Thread Eric Weir

On Mar 27, 2013, at 12:39 PM, FrD wrote:

 You could give a try to :
 FontSizePlugin at http://tiddlywiki.squize.org/
 
 It seems quite old but may be working well ...

Thanks, I'll give it a try. 

However, if it's the plugin that's being used in the head of the Lewcid site, 
it changes font size only in the story area. That's less a problem for me than 
font sizes in the header and right and left sidebars---places that need to be 
touched to control the TW on the iPad. 

If I could increase font size some percent across the board that would be cool. 
But any pointers would be welcome.

Sincerely,
--
Eric Weir

With an ounce of willingness, everything can change.

- Kim



-- 
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?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




[tw] Re: Tiddlyspot Woes

2013-03-29 Thread passingby
I tried to save on Google Chrome on Windows 7. Worked fine.

http://broken.tiddlyspot.com/#%5B%5BAnother%20Test%5D%5D

On Friday, March 29, 2013 6:53:55 AM UTC-4, Tobias Beer wrote:

 Hi Fred,

 I have no clue what might be happening, but I still don't see anything 
 broken, I tried both Chrome and firefox...
 http://broken.tiddlyspot.com/index.html#Test

 Cheers, Tobias.


-- 
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?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




[tw] Re: new dropbox-like startup

2013-03-29 Thread passingby
It gave me only 5 GB :-(

On Thursday, March 28, 2013 3:05:26 PM UTC-4, RA wrote:

 Wanted to make sure you guys know about this - another place to keep your 
 TW file!
 This link will give you 12 Gb right away: https://copy.com?r=uqZGHp(well, 10 
 if you can't Twit about it)
 Windows, Linux, Android, iOS, Mac clients are all available.

 Cheers!
 -- R.


-- 
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?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




[tw] How to have two separate search windows

2013-03-29 Thread David Gifford
Hi all, here to bug you all again!

I am wondering if it is possible to tweak the search macro in a way so that 
I can have two search windows:

Search tags:

Search everything:

I know Morris' TWHelpSearchPlugin lets you check and uncheck search 
options, but I would rather not have to think about it. I would rather 
choose which search window to type into.

Dave

-- 
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?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




[tw] CSS Question: Backstage Table

2013-03-29 Thread Scott Simmons
TiddlyWiki automatically assigns .oddRow and .evenRow classes to the TRs 
in tables, which allows us to use alternate row shading (or other styling) 
in the tables we create in our tiddlers.

But can we do this in the tiddler import table found in the backstage? 
 Given that I have some TWs with similarly named tiddlers that have LOTS of 
tags, it would be a helpful visual cue.

I gave it a quick pass using this CSS:

#backstagePanel .backstagePanelBody .twtable tr.oddRow {
   background-color:[[ColorPalette::TertiaryDark]];
 }

 

 #backstagePanel .backstagePanelBody .twtable tr.evenRow {

  background-color:[[ColorPalette::TertiaryLessDark]];
 }


... but it doesn't seem to work.


Are .oddRow and .evenRow not assigned in the backstage?  Only in #displayArea, 
perhaps?


At a glance, it looks like the two row-designated classes are assigned when 
markdown tables (|like|this|one|) are wikified.  Maybe that particular bit of 
magic doesn't happen for the import table since it's not built and wikified 
that way.


Did I answer my own question?  Or any brilliant ideas for alternating row 
styling in the backstage area?

-- 
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?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




Re: [tw] Re: TiddlyWiki5 introductory screencast

2013-03-29 Thread Scott Simmons
On Tuesday, March 26, 2013 1:13:22 PM UTC-4, Mat wrote:


 TW is such an amazing and general tool that it is a difficult to see the 
 light right away - so in order to *hook *people I believe it would make 
 sense to *highlight some benefits* with TW already at the start of the 
 clip.


GREAT suggestions — but for precisely that reason (that it's difficult to 
see what TiddlyWiki is and what it can do right away), I believe a slightly 
longer video like Jeremy's is exactly the introduction TW5 needs.  Slicker, 
shorter videos can point to it the download as it gets out of alpha stage, 
but at this point, we're still talking about a piece of software that only 
tinkerers and power users are going to be checking out.

On Tuesday, March 26, 2013 8:57:52 AM UTC-4, Tobias Beer wrote:

 Hi Jeremy,

 Don't know how useful image editing like this really is, but a most simple 
 color palette in edit mode on top of the image would sure be nice.


That was my initial thought, too — but then I considered how handy it would 
be if I had a touchscreen and wanted to quickly mark a chart or circle some 
element on a screenshot.  That could be VERY cool.

-- 
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?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




[tw] Re: Changing display font size

2013-03-29 Thread Tobias Beer
Hi Eric,

For what it's worth I have created a modified version of FontSizePlugin 
that by default applies the font size to the entire document body...

http://fontsize.tiddlyspace.com

Cheers, Tobias.

-- 
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?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




[tw] Re: CSS Question: Backstage Table

2013-03-29 Thread Tobias Beer
You could try something like this...

#backstagePanel .backstagePanelBody .twtable tr:nth-child(odd) td{
  background-color:[[ColorPalette::TertiaryPale]];
}

Cheers, Tobias.

-- 
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?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




Re: [tw] Re: Changing display font size

2013-03-29 Thread Eric Weir

On Mar 29, 2013, at 1:47 PM, Tobias Beer wrote:

 For what it's worth I have created a modified version of FontSizePlugin that 
 by default applies the font size to the entire document body...
 
 http://fontsize.tiddlyspace.com

Wow! Thanks, Tobias. 

When I copy the code to a tiddler and save it, though, I get error in macro 
fontsize.

--
Eric Weir
Decatur, GA
eew...@bellsouth.net

You keep on learning and learning, and pretty soon
 you learn something no one has learned before. 

- Richard Feynman

-- 
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?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.