[tw] Something in TWT-Notes interferes with CheckboxToggleTag

2011-07-19 Thread Mark S.
I'm trying to use the CheckboxToggleTag inside of TWT-Notes. The
checkbox doesn't seem to work to change tag values, even inside the
plugin example itself. The CTT works OK inside of the basic TW file.
I've tried turning off the various advanced tagging features of TWTN,
but it doesn't seem to make a difference.

Has anyone else encountered this problem? Is there a workaround?

Thanks,
Mark

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To post to this group, send email to tiddlywiki@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.



[tw] Re: Request for a fieldseditor (FE2) macro (Tobias?)

2011-07-19 Thread Måns
Hi Tobias
> http://fe2.tiddlyspace.com/#FE2
> See if that works for you...

This is exactly what I was dreaming about :-P
Thanks a lot for your work on FE2 - Now it's very easy to implement it
in customized lists for quick access to custom fields!!

GREAT JOB!!

Thanks a lot!!

Cheers Måns Mårtensson

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To post to this group, send email to tiddlywiki@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.



[tw] Re: MPTW features in TiddlySpace?

2011-07-19 Thread PMario
On Jul 19, 1:34 pm, Crys Foab  wrote:
> >> MPTW:
> > I included some stuff that works with tagging and theming:
> > TagglyTagging, QuickOpenTagPlugin, HideWhenPlugin, RenameTagsPlugin,
> > SelectThemePluginMP (modified),
>
> Is there also an equivalent of the "New Tiddler Here/NewHere" killer
> feature?
NewHere is done inside the theme with html templates.
I created 2 ToolbarCommands lately. NewTaggedCommand [1] That should
do what you want.

At the moment they have no icons associated with them. So I'll need to
make 2 and create a space to include it.
Since I wanted to have them also at my space, you can expect something
soon.

In the meantime, you can copy paste the plugins. But you'll have no
icons.

-m
[1] http://hoster.peermore.com/recipes/TeamWork/tiddlers.wiki#NewTaggedCommand
[2] http://hoster.peermore.com/recipes/TeamWork/tiddlers.wiki#AddNowCommand

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To post to this group, send email to tiddlywiki@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.



[tw] Re: Request for a fieldseditor (FE2) macro (Tobias?)

2011-07-19 Thread PMario
I think, that's what automated tests are for.
https://github.com/TiddlyWiki/tiddlywiki/tree/master/test
-m :)

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To post to this group, send email to tiddlywiki@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.



[tw] Re: Created space, can't create user

2011-07-19 Thread cd...@peermore.com
On Jul 19, 12:22 pm, Crys Foab  wrote:
> Hi,
>
> I first created a main account, for the sake of this thread let's call
> it MAIN.
> I got automatically the space MAIN.tiddlyspace.com.
>
> Then, as MAIN, I created a few other spaces:
> — SUB1.tiddlyspace.com
> — SUB2.tiddlyspace.com
> — SUB3.tiddlyspace.com
> I can access all of them with my MAIN user.

The base issue you're encountering here is that _every_ user gets a
space, with a name that is the same as their username. Therefore if
you create a space with name X then user X cannot be created because
space X already exists. It doesn't mean, though, that user X exists.

> As these spaces evolves, I'd like to create a different admin user for
> each of the SUB[1-3].tiddlyspace.com, mainly for security reasons. As
> a logical and easy choice, I'd like to use SUB[1-3] usernames (I don't
> want to create other accounts with autogenerated corresponding spaces,
> it'd be a waste).

>From the standpoint of the server's resources, additional spaces and
users is not expensive in any way, so you don't need to concern
yourself with waste, unless its just in your disposition.

> I guessed the SUB1 user was autogenerated when I created the
> SUB1.tiddlyspace.com space. But what password do I have to use? I
> tried with the same password as MAIN but got "An error occurred."

The user doesn't exist, thus has no password.

> It seemed I should have created the SUB[1-3] users at first instead of
> creating the corresponding spaces as a logged user. But, how could I
> have known this subtlety?

The security model you're pursuing was not expected when we designed
the sign up system, so unfortunately it doesn't clearly suggest these
things. I think, although I can't be sure, that the following sort of
model was expected:

* someone signs up, uses their space, learns about TiddlySpace
* decides they want more, makes some
* decides they want other people involved, shows them how to create
their owns spaces
* adds those other users to shared spaces

> What can I do to solve this situation?

The easiest thing to do would be to register new users with whatever
usernames and then add those users as members to your sub spaces. If
that just won't do we can do some things server-side to set things up
as you want.

HOWEVER

I would caution you that the notion of an admin user does not apply in
TiddySpace. By default, without under the hood tweaking, any user that
you add as a member of a space has all the same privileges and powers
as any other user in the space, including the user that created the
space.

So depending on what you are trying to achieve, you may not be able to
with the defaults.

Adjusting the defaults means changing the policies on the recipes and
bags that make up a space. You can learn about such things here:
http://tiddlyweb.peermore.com/


>
> Could you help me please? … please ??

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To post to this group, send email to tiddlywiki@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.



[tw] Re: MPTW features in TiddlySpace?

2011-07-19 Thread Crys Foab
>> MPTW:
> I included some stuff that works with tagging and theming:
> TagglyTagging, QuickOpenTagPlugin, HideWhenPlugin, RenameTagsPlugin,
> SelectThemePluginMP (modified),

Is there also an equivalent of the "New Tiddler Here/NewHere" killer
feature?

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To post to this group, send email to tiddlywiki@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.



[tw] Re: MPTW features in TiddlySpace?

2011-07-19 Thread Crys Foab
>> sorting, columns ?
> I am not sure about this. Could you describe it a little bit closer?

I found it's already there. Great!
I meant the "Tagged as" zone sorting options.
Thanks!

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To post to this group, send email to tiddlywiki@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.



[tw] Re: MPTW features in TiddlySpace?

2011-07-19 Thread Crys Foab
>> sorting, columns ?
> I am not sure about this. Could you describe it a little bit closer?

I found it's already there. Great!
I meant the "Tagged as" zone sorting options.
Thanks!

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To post to this group, send email to tiddlywiki@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.



[tw] [tiddlyspace] Created space, can't create user

2011-07-19 Thread Crys Foab
Hi,

I first created a main account, for the sake of this thread let's call
it MAIN.
I got automatically the space MAIN.tiddlyspace.com.

Then, as MAIN, I created a few other spaces:
— SUB1.tiddlyspace.com
— SUB2.tiddlyspace.com
— SUB3.tiddlyspace.com
I can access all of them with my MAIN user.

As these spaces evolves, I'd like to create a different admin user for
each of the SUB[1-3].tiddlyspace.com, mainly for security reasons. As
a logical and easy choice, I'd like to use SUB[1-3] usernames (I don't
want to create other accounts with autogenerated corresponding spaces,
it'd be a waste).

So, I tried to create the SUB1 user (through the Register form of the
www.tiddlyspace.com site). But I got this error message: "Username is
already taken, please choose another."

I guessed the SUB1 user was autogenerated when I created the
SUB1.tiddlyspace.com space. But what password do I have to use? I
tried with the same password as MAIN but got "An error occurred."

Then I logged as MAIN, switched to the SUB1.tiddlyspace.com and tried
to add a new member (SUB1) to it. But I got "user SUB1 does not
exist." D^mned, I'm doomed!

It seemed I should have created the SUB[1-3] users at first instead of
creating the corresponding spaces as a logged user. But, how could I
have known this subtlety?

What can I do to solve this situation?

Could you help me please? … please ??

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To post to this group, send email to tiddlywiki@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.



[tw] Re: CopyToClipboard

2011-07-19 Thread Kriss
if you format [[value]] correctly it should be working fine.   (the
full url, including the http:// ... )

as for a pretty-link   (where you mask the url by displaying some
other text, right? [[text|url]] )  you would copy the entire "text|
url" combination.

as far as I know, you can only copy one string to the clipboard.  so
if you want to copy "text" as well as "url" (as two separate values)
this is not going to work.   Or you will need to combine both in a
single string.

On 18 jul, 21:34, "andrew.j.harrison84"
 wrote:
> Right click copy only copies the path and not the pretty link. I still can't
> get the monarch to assign in the clipboard without first coping to word.
> When you select and copy from tiddlywiki it brings with it some unwanted
> characters, line feeds and formatting.
>  On Jul 15, 2011 8:59 AM, "HansBKK"  wrote:
>
>
>
>
>
>
>
> > On Friday, July 15, 2011 7:58:05 PM UTC+7, infernoape wrote:
>
> >> I know ctrl c ctrl v. I have need of being able to click on a link and
> have
> >> a hyperlink copy to the clipboard so it can be pasted. The action of
> >> selecting it in tiddlywiki is just not clean. Right now I have to select
> it
> >> and copy it and then paste it into Word and then reselect it and copy it
> >> again or I end up with a bunch of garbage. I use IE7.
>
> > right-click-->copy shortcut
>
> > --
> > You received this message because you are subscribed to the Google Groups
> "TiddlyWiki" group.
> > To view this discussion on the web visit
>
> https://groups.google.com/d/msg/tiddlywiki/-/HTE0FscjqRMJ.> To post to this 
> group, send email to tiddlywiki@googlegroups.com.
> > To unsubscribe from this group, send email to
>
> tiddlywiki+unsubscr...@googlegroups.com.> For more options, visit this group 
> at
>
> http://groups.google.com/group/tiddlywiki?hl=en.
>
>
>
>
>
>
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To post to this group, send email to tiddlywiki@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.



[tw] Re: Request for a fieldseditor (FE2) macro (Tobias?)

2011-07-19 Thread Tobias Beer
Thanks PMario...

I should've remembered from your last post with respect to
TagSearchPlugin ...which I haven't touched yet. I guess, it would be
nice to do that in an automated fashion, e.g. a "check compatibility"
script or plugin of sorts that would skimm through all tiddlers tagged
systemConfig and list all those with conflicting code. Perhaps that
would be a good thing to realease with each new tw... a
CompatibilityTestPlugin the sole puprose of which is to display to an
end user who wants to upgrade whether or not there are any conflicting
plugins and due to which changes exactly. It would be even better to
be able to load this kind of test-suite via some InstantBookmarklet.

I would think that Eric is the most literate on all kinds of these
deprecated functions and the likes ...perhaps you could write and
provide such a TestEnvironment in it's most basic form?

Perhaps with a Test definition Tiddler that reads somewhat like
this...

!Version a.b.c
TestPattern1:InfoMessage1
TestPattern2:InfoMessage2

!Version a.b.d
TestPattern3:InfoMessage3

etc... of course, in a cumulative fashion

This could even be used to test all kinds of things, not necessarily
js in systemPlugins.

Cheers, Tobias.

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To post to this group, send email to tiddlywiki@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.