[tw] Re: Default Tiddler question

2011-12-29 Thread colmjude
Hi Axelm,

As far as I am aware when the defaultTiddlers are opened when the TW
is loaded, TW just looks are the text in the defaultTiddlers tiddler.
This means that a macro that would list all tiddlers tagged with
Default would not have executed.

You could write a plugin using the getTaggedTiddlers method and the
displayTiddlers method that could achieve a similar thing, or if you
are lucky someone else might have written one but I do think a plugin
is required.

Hope that helps,

Colm

On Dec 29, 5:58 pm, axelm miedbr...@gmail.com wrote:
 Hello All,

 I have a tiddler called DefaultTiddlers.
 The tiddlers listed in there open when the wiki is first opened.

 Instead of manually listing the tiddlers in the DefaultTiddlers tiddler,
 how can I attach a tag like Default to any tiddler and then have it open
 when the wiki is first opened?

 axelm

-- 
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: Default Tiddler question

2011-12-29 Thread colmjude


On Dec 29, 6:43 pm, ocal TW oca...@gmail.com wrote:
 Hello axelm

 If your default tag is MyDefaultTag, you just have to write the following
 line in your DefaultTiddlers

 [tag[MyDefaultTag]]


Awesome, I never knew that!
I have added it to the faq space on tiddlyspace so that it is recorded
somewhere [1].

- C

[1] - 
http://faq.tiddlyspace.com/recipes/faq_private/tiddlers/Using%20DefaultTiddlers%20to%20Open%20Tagged%20Tiddlers


 Regards







 On Thu, Dec 29, 2011 at 6:58 PM, axelm miedbr...@gmail.com wrote:
  Hello All,

  I have a tiddler called DefaultTiddlers.
  The tiddlers listed in there open when the wiki is first opened.

  Instead of manually listing the tiddlers in the DefaultTiddlers tiddler,
  how can I attach a tag like Default to any tiddler and then have it open
  when the wiki is first opened?

  axelm

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



Re: [tw] Default Tiddler question

2011-12-29 Thread ocal TW
Hello axelm

If your default tag is MyDefaultTag, you just have to write the following
line in your DefaultTiddlers

[tag[MyDefaultTag]]

Regards

On Thu, Dec 29, 2011 at 6:58 PM, axelm miedbr...@gmail.com wrote:

 Hello All,

 I have a tiddler called DefaultTiddlers.
 The tiddlers listed in there open when the wiki is first opened.

 Instead of manually listing the tiddlers in the DefaultTiddlers tiddler,
 how can I attach a tag like Default to any tiddler and then have it open
 when the wiki is first opened?

 axelm

  --
 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/-/FLIldAn9cbEJ.
 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: @Mario Installation of CodeMirror plugin into a single TW?

2011-12-29 Thread PMario
Hi Yakov,
Uups, I haven't been very clear in my last post.
I didn't deploy the new version.

Since CM V2.2 changed the internal keyhandling mechanism, tab-key
handling is affected too. The library default values, don't work for
me. But I am sure, my settings won't work for others, so it is needed
to make things configurable, without making the whole thing more
complicated, as it is allready :/

And ... It turned out, that the core tab-key handling interferes with
CM tab key handling now.

I don't have a working fix at the moment but I'm close.

sry ;)
-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: Where to login on Tiddlyspace ?

2011-12-29 Thread Cyrill
SOLVED,, TX

On 28 Dez., 17:46, cdent chris.d...@gmail.com wrote:
 On Dec 28, 12:00 am, Cyrill 2rig...@googlemail.com wrote:

  Yes, i'm using firefox, i will meanwhile login by the root 
  sitewww.tiddlyspace.com

 This ought to be fixed now, but you must make sure that you do a full
 refresh of the page so that no cached CSS or javascript is being used.

-- 
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: Adding Programming Comments/Remarks

2011-12-29 Thread pinkp8ther
This methoid works for what I'm looking for.

 line 1/%
 some comment
 as many lines you want
 %/
 line 2

Sorry I should have thought of that myself, but I'm still learning TW
and I guess I just didn't see the forest for the trees.

On Dec 29, 7:16 am, PMario pmari...@gmail.com wrote:
 Try this

 line 1/%
 some comment
 as many lines you want
 %/
 line 2

 === technical stuff follows =
 @colm
 I don't think, it is a bug, If you write:

 line 1
 /% comment %/
 line 2

 for the parser it looks like

 line 1\n
 /% comment %/\n
 line 2\n

 where \n is a new line command. If you remove the comment /% .. %/ it
 is

 line 1\n
 \n
 line 2\n

 Changing this behaviour, IMO is a compatibility issue.
 eg:

 some visible/% comment comes here
 comment text ends here %/ text

 rendered

 some visibel text

 is perfectly fine

 -m

 -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] Default Tiddler question

2011-12-29 Thread axelm
Hello All,

I have a tiddler called DefaultTiddlers.
The tiddlers listed in there open when the wiki is first opened.

Instead of manually listing the tiddlers in the DefaultTiddlers tiddler,
how can I attach a tag like Default to any tiddler and then have it open 
when the wiki is first opened?

axelm

-- 
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/-/FLIldAn9cbEJ.
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: Adding Programming Comments/Remarks

2011-12-29 Thread PMario
Try this

line 1/%
some comment
as many lines you want
%/
line 2

=== technical stuff follows =
@colm
I don't think, it is a bug, If you write:

line 1
/% comment %/
line 2


for the parser it looks like

line 1\n
/% comment %/\n
line 2\n

where \n is a new line command. If you remove the comment /% .. %/ it
is

line 1\n
\n
line 2\n

Changing this behaviour, IMO is a compatibility issue.
eg:

some visible/% comment comes here
comment text ends here %/ text

rendered

some visibel text

is perfectly fine

-m


-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: Adding Programming Comments/Remarks

2011-12-29 Thread colmjude


On Dec 29, 12:58 am, pinkp8ther pinkp8t...@gmail.com wrote:
 Thanks for the reply.

 The problem with /% comments of content %/ is, that if it is the only
 thing on the line it seems to leave a blank line in the text in view
 mode.  This is not a desirable effect.  I was hoping for something
 more.

You are right that doesn't sound like the correct behaviour of
invisible comments. You wouldn't expect it to alter the visual display
in anyway. I would have thought that this is not the intended
behaviour and could be a bug, in which case it might be worth adding
it to the issues list on github[1].

- C

[1] - https://github.com/TiddlyWiki/tiddlywiki/issues


 Larry

 On Dec 28, 5:58 pm, Yakov yakov.litvin.publi...@gmail.com wrote:







  Hello Larry,

  there are some ways, but it depends on a tiddler..

  * if a tiddler contains JavaScript code, usual /* multiline comments
  */ and // singleline comments can be used
  * CSS tiddlers can contain usual (for CSS) /* multiline comments */
  * html tiddlers (like PageTemplate) can contains !-- html comments --

  * tiddlers with content can have /% comments of content %/ which are
  not displayed in the view mode of tiddler

  also,

  * there are special invisible comment markup for JavaScript
  tiddlers: one can write

  /***
  some comments with markup, like
  * tables
  * lists
  * etc
  ***/
  //{{{
  here goes some code
  //}}}

  and in such a tiddler there will be represented wikified part

  some comments with markup, like
  * tables
  * lists
  * etc

  and then -- the code in the pre element (by default - with monospace
  font and kept indents and spaces).

  Regards, Yakov.

  On 29 дек, 00:50, pinkp8ther pinkp8t...@gmail.com wrote:

   Is there an easy way to add Remarks or Comments inside the Tiddlers to
   document what is going on, how stuff works, and what not to change?

   TIA,
   Larry

-- 
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: @Mario Installation of CodeMirror plugin into a single TW?

2011-12-29 Thread PMario
On Dec 28, 7:48 pm, Yakov yakov.litvin.publi...@gmail.com wrote:

Just to be sure. All .js files need to be tagged systemConfig

 tiddlers. By the way, it seems that tiddlywiki.js is not formatted as
 planned (extra //{{{ in the beginning of the tiddler, spaces before
 the first | in the table lines and before ! in the Info header
 line and also the

 ***///{{{
It seems this is some uglify.js AI effect, which tries to beautify the
comments, but destroys it for TW rendering :(
There shouldn't be any side effect. It's just rendering.

-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: @Mario Installation of CodeMirror plugin into a single TW?

2011-12-29 Thread Yakov
 Just to be sure. All .js files need to be tagged systemConfig

Yes, sure.

 I didn't deploy the new version.

Ok, just let me know when there is some working version available (I
subscibed for this thread).

-- 
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] Experience with localStore

2011-12-29 Thread skye riquelme
Hi All

Anyone have experience using the localStore function that is now part
of HTML5.

I am using FF portable 4 (ala Mans - thanks!!!) which in principle is
compatable with this part of HTML5. Some sites even say my browser is
HTML5 compatable...BUT I cant get it to work from inside TW.

A simple java commando like  'var name= localStore.setItem
(name,data)' does return the value of the dataand 'var
test=localStore.getItem(name)' in another tiddler does retrieve the
data value (when the tiddler is refreshed)... BUT these values arent
held when the TW is refreshed...and arent available from inside
another TW.. which I understand localStoreshould hold between
refreshing the browser and should be available between browser
tabs...

So, is localStore supported by TW or am I just going about it the
wrong way???

Thanks
Skye

-- 
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: Default Tiddler question

2011-12-29 Thread Eric Shulman
  If your default tag is MyDefaultTag, you just have to write the following
  line in your DefaultTiddlers
  [tag[MyDefaultTag]]
 Awesome, I never knew that!
 I have added it to the faq space on tiddlyspace so that it is recorded
 somewhere [1].

Note that DefaultTiddlers processing handles all TWCore filter syntax,
including
   tiddlername
   [tag[tagvalue]]
   [fieldname[fieldvalue]]
   [sort[fieldname]]
   [limit[10]]

enjoy,
-e
Eric Shulman
TiddlyTools / ELS Design Studios


TiddlyTools needs YOUR financial support...
Help ME to continue to help YOU...
make a generous donation today:
   http://www.TiddlyTools.com/#Donations

Professional TiddlyWiki Consulting Services...
Analysis, Design, and Custom Solutions:
   http://www.TiddlyTools.com/#Contact

-- 
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: Default Tiddler question

2011-12-29 Thread Eric Shulman
 Note that DefaultTiddlers processing handles all TWCore filter syntax,
 including
    tiddlername
    [tag[tagvalue]]
    [fieldname[fieldvalue]]
    [sort[fieldname]]
    [limit[10]]

Also, if you install
   http://www.TiddlyTools.com/#MatchTagsPlugin

then you can use full boolean logic expressions (and/or/not) for tag
matching.  Instead of specifying just a single tag value in the
filter, e.g., [tag[tagvalue]], you can filter for complex combinations
of tag values, like this:
   [tag[tag1 AND tag2 OR (tag3 and NOT tag4) OR tag5]
and you can use - as a special value to select *untagged* tiddlers,
e.g.:
   [tag[tag1 OR -]]
you can also use regular expression (text pattern) syntax to specify
tag values:
   [tag[(foo|bar).*]]
will match any tags that start with foo or bar.

enjoy,
-e
Eric Shulman
TiddlyTools / ELS Design Studios

-- 
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: Adding Programming Comments/Remarks

2011-12-29 Thread PMario
On Dec 29, 7:22 pm, pinkp8ther pinkp8t...@gmail.com wrote:
 This methoid works for what I'm looking for.

  line 1/%
  some comment
  as many lines you want
  %/
  line 2

 Sorry I should have thought of that myself, but I'm still learning TW
 and I guess I just didn't see the forest for the trees.
That's TiddlyWiki :)

There may be some interesting possibilities, to unlock the hidden
comments, without editing.

eg: tiddler named TestCommentSlider

!!!Click the button to see the comment section
slider chkTstSliderViewComment
 TestCommentSlider##Comment
 View comment »
 Display the comment

/%
!Comment

Your comment text comes here!
/% %/

-- 
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: Custom field question

2011-12-29 Thread PMario
On Dec 30, 12:53 am, axelm miedbr...@gmail.com wrote:
 Is there a way to do this:

 If a field contains a certain value, that a tag is added to the tiddler
 automatically?
Isn't it possible, to create the tags and the field together?

When should the tag be created?
 eg: you have 3 tiddlers with a field and no tags
  - Should there be a button, which iterates all tiddlers and add tags
  - ...

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