Re: How to get only a distinct Area to be used for my mgtdList?

2011-03-25 Thread Georg Lohrer
Hi,

thank you for your response. I was a little bit imprecise: I do not want to
have a list of all actions grouped by the area, but I do want to see only
one area in this list.
If I understand this construct:

2011/3/24 stuckagain webmas...@thrale.com

 Try this ...

 mgtdList title:'Active issues by area'
tags:'Active  !Complete'
view:Project
mode:global
group:Area
gView:bold
 


correctly, it will show all active and not completed actions. But I want to
see only the actions within area FSMr3.
Do you see a possible way for that?




 On Mar 24, 8:58 am, Georg Lohrer georgloh...@googlemail.com wrote:
  Hi,
 
  I have sorted some issues using the area-feature. Usually I grab the open
  issues using the search-field with an expression like:FSMr3  Active
  
  not Complete where the FSMr3 is the name of the area.
  Now I wanted to create my own mgtdList, but I cannot succeed with the
 area.
  Do you know which mgtdList-parameter could be used to select dedicated
  areas?

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



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



Re: How to get only a distinct Area to be used for my mgtdList?

2011-03-25 Thread stuckagain
Try

mgtdList title:'Active issues by area'
tags:'Active  !Complete'
view:Project
mode:global
group:Area
gView:bold
gTag:FSMr3
   

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



Test - ignore

2011-03-25 Thread marijane
I seem to have lost the ability to post to this group.  Testing...

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



Re: Test - ignore

2011-03-25 Thread Stephanie Butler
We read you loud and clear...
On Mar 25, 2011 6:53 PM, marijane marijane.wh...@gmail.com wrote:
 I seem to have lost the ability to post to this group. Testing...

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


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



[tw] Re: Default Date Formats - Reference Info?

2011-03-25 Thread rakugo
config.views.wikified.dateFormat is used by the view macro and
displays any date strings in the string you give it. I highly doubt
changing it will have any adverse effects. If it does it would
highlights a bug in a plugin which would only be a good thing.

To make the change create a tiddler called zConfig tagged systemConfig
with the text
//{{{
config.views.wikified.dateFormat = DD MMM ;
config.macros.timeline.dateFormat = DD MMM ;
//}}}
replacing DD MMM  with the string you want to use as described in
http://docs.tiddlyspace.com/#%5B%5BDate%20format%20reference%5D%5D

Good luck!
Jon

On Mar 24, 10:26 pm, B. S. bs27...@gmail.com wrote:
 On Mar 24, 8:31 am, rakugo jdlrob...@gmail.com wrote:

  Thus I wouldn't worry about any consequences of changing how the dates
  are displayed in the timeline or elsewhere in the TiddlyWiki. As long
  as you are only displaying dates rather than manipulating them you
  won't have a problem.

 But that's the rub - I have no way of knowing whether something uses
 the format change in date manipulation within some code somewhere.

 But I appreciate your reassurance.

 I have combed through my tw code, and can see only two spots of
 concern:

 merge(config.views.wikified,{
         defaultText: The tiddler '%0' doesn't yet exist. Double-click to
 create it,
         defaultModifier: (missing),
         shadowModifier: (built-in shadow tiddler),
         dateFormat: DD MMM ,
         createdPrompt: created});

 merge(config.macros.timeline,{
         dateFormat: DD MMM });

 Sadly, despite combing up and down my tw, I cannot find where to
 modify these data settings (within tw) - yet I know I've come across
 them before. They're what prompting me to ask the question that
 started this thread. No doubt I'm missing something stupidly obvious.

 Assuming you're correct that changing these settings should cause no
 ill effects - could someone remind me where to go to make the change?

-- 
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] thanks a lot, M. Mario

2011-03-25 Thread La raison Marc
You save my time.
I try a lot to show JSXGraph in tiddlywiki.
Your explication is very clear.
Thanks again


-- 
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] Footnotes Plugin doesn't seems to work with TW 2.6.2

2011-03-25 Thread Tobbe
Hi,

I found this Footnotes Plugin but it doesn't seems to work. I put
three ```backticks``` but noting happens. It possible that the plugin
isn't compatible with TW 2.6.2. Any help would be nice.

The plugin is made by Saq Imtiaz (Lewcid) but his site doesn't seems
to be available. I installed the plugin via 
http://sidebarpluginvault.tiddlyspot.com/

Thanks

//Tobbe

-- 
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: Footnotes Plugin doesn't seems to work with TW 2.6.2

2011-03-25 Thread whatever
Saq moved the site to http://tiddlywiki.squize.org/ because his domain
went up in soke or something.
As for your specific issue, can you provide a live example so we can
take a look?
w

On 25 mar., 13:12, Tobbe torbjorn.tornqv...@gmail.com wrote:
 Hi,

 I found this Footnotes Plugin but it doesn't seems to work. I put
 three ```backticks``` but noting happens. It possible that the plugin
 isn't compatible with TW 2.6.2. Any help would be nice.

 The plugin is made by Saq Imtiaz (Lewcid) but his site doesn't seems
 to be available. I installed the plugin 
 viahttp://sidebarpluginvault.tiddlyspot.com/

 Thanks

 //Tobbe

-- 
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: Footnotes Plugin doesn't seems to work with TW 2.6.2

2011-03-25 Thread Tobbe
Hi,

Hope this works

http://db.tt/fiVfXFv
http://db.tt/DO9Hm0D

otherwise...I'll try again

//Tobbe

-- 
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: Footnotes Plugin doesn't seems to work with TW 2.6.2

2011-03-25 Thread whatever
The problem was that you imported the tiddler from the sidebar vault,
which wasn't actually the plugin, just info about the plugin. You need
to import it from Saq's site (http://tiddlywiki.squize.org/
#FootnotesPlugin) and make sure it's tagged systemConfig.

w

On 25 mar., 15:04, Tobbe torbjorn.tornqv...@gmail.com wrote:
 Hi,

 Hope this works

 http://db.tt/fiVfXFvhttp://db.tt/DO9Hm0D

 otherwise...I'll try again

 //Tobbe

-- 
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: Footnotes Plugin doesn't seems to work with TW 2.6.2

2011-03-25 Thread Tobbe
Hehehe,

Thanks for the help :) it works now.

//Tobbe

-- 
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] tw-treeview-executive new user: What use for UNIQUEID in creating new MainMenu?

2011-03-25 Thread rafaeld
Apologies if this is dumb, but I've searched and not found an answer
at my level.  Feel free to refer me to appropriate links for me to
read.

I've used MGSD for a week for tasks (this post has nothing to do with
MGSD), and now want to use tw-treeview-executive to start extensive
notes. Am running FF3.6.8 on Ubuntu Linux. I have downloaded tw-
treeview-executive and upgraded to latest, 2.6.2. It seems properly
saved.

To set up the new MainMenu, I renamed it TipTop. The instructions
then say I should associate the uniqueid with the new mainmenu name.
Does that mean I need to create a unique cookie? If so, how to do it?
Following is the code I'm supposed to paste into MainMenu. What do I
substitute for UNIQUEID?

treeview2 TipTop filetree 'collapsed: false, antisesame:
closed, animated: fast, persist: cookie, cookieId: UNIQUEID'

I'm also aware that using the file on multiple computers will create
cookie problems, and there are workarounds, but I haven't even reached
that point yet.

My research decided me on tw-treeview-executive as best distribution
(I tend to like extra bells and whistles). I'm willing to use tw-
treeview-executive at a low level and grow into it. But if my tech
knowledge is so weak that I'll be unable to use it, I'm willing to
hear that. Thank you.

-- 
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: tw-treeview-executive new user: What use for UNIQUEID in creating new MainMenu?

2011-03-25 Thread PMario
Hi rafaeld,
Welcome at the Tiddly* verse.

On Mar 25, 3:34 pm, rafaeld rafaeldegenn...@gmail.com wrote:
 treeview2 TipTop filetree 'collapsed: false, antisesame:
 closed, animated: fast, persist: cookie, cookieId: UNIQUEID'

treeview2 TipTop ... cookieId: yourCookieID'

As whatever mentioned allready. It can be any name. It just should be
unique. It won't hurt your data, if it isn't unique. But the system
stores some info at the cookie. If you use the same cookie for 2
menues, they don't work propperly.

If you prefix your cookies with chk.. or txt.. they will be saved/
loaded automatically by the core.

chk .. check .. is used for boolean information true/false
txt .. text .. is used for plain text

 I'm also aware that using the file on multiple computers will create
 cookie problems, and there are workarounds, but I haven't even reached
 that point yet.
I wouldn't say its problems. For me it was inconveniences. But since
the core version 2.6.2 there is a SystemConfig tiddler wich may help.
But as you wrote. Don't worry about this at the beginning.

 My research decided me on tw-treeview-executive as best distribution
 (I tend to like extra bells and whistles). ..
IMO it's a good choice.

 .. I'm willing to use tw-
 treeview-executive at a low level and grow into it.
I am sure, the group will help you :) So just post your question.

have fun!
mario

-- 
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 Date Formats - Reference Info?

2011-03-25 Thread B. S.
Perfect.

Thank you.

I particularly take your salient point:
 I highly doubt
 changing it will have any adverse effects. If it does it would
 highlights a bug in a plugin which would only be a good thing.

rakugo wrote:
 config.views.wikified.dateFormat is used by the view macro and
 displays any date strings in the string you give it. I highly doubt
 changing it will have any adverse effects. If it does it would
 highlights a bug in a plugin which would only be a good thing.

 To make the change create a tiddler called zConfig tagged systemConfig
 with the text
 //{{{
 config.views.wikified.dateFormat = DD MMM ;
 config.macros.timeline.dateFormat = DD MMM ;
 //}}}
 replacing DD MMM  with the string you want to use as described in
 http://docs.tiddlyspace.com/#%5B%5BDate%20format%20reference%5D%5D

-- 
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: How to change SidebarOptions for SearchOptionsPlugin from tiddlytools.com?

2011-03-25 Thread B. S.
Eric Shulman wrote:
 Did you miss this example in my previous response:
 --
 searchslider chkSearchOptions
 [[SearchOptionsPlugin##Configuration]] options... options
 --

Thanks for putting it so kindly. Yes, I did miss it, or rather, I
ignored it. Now, before you walk away ...

In my inexperience, it wasn't clear to me that you were actually
providing a complete solution (thank you, very, very, much), not a
sample bit of code to put in ... somewhere. The real cause of that, I
think, was 'options... options', which looks like a place where I
should substitute in my own code - which (I thought at the time), I
have no idea of the nature of what should be in there, or where it
should go.

Eventually, I looked up 'slider' (http://tiddlywiki.org/wiki/Slider),
at which point it all made perfect sense. [And revealed not a sample
for me to modify 'appropriately' (whatever the heck that might be),
but a snippet of 'put this in and all will be happy'.] Thank you so
much for this.

Not as perfect as your tiddlytools site layout, with options placed
beside search, but it will sure do - especially given the thread
comment of just how much code is behind that nice layout.

So, my final beginning bit of my SideBarOptions tiddler has become:
searchslider chkSearchOptions [[SearchOptions]] Search
Options ... Opens the Search Options PanelcloseAll

Now if I can get 'Options...' in blue background, as Search Options
, changing to Search Options  once opened ... (-: [Much like
tiddlytools changes the background when hovering, making it look like
a button to be clicked.]

DOH! I can use » (as options, not far below it, does.) [I couldn't
figure out how to effectively escape .]

Thank you, again.

-- 
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] JSXGraph in tiddlywiki

2011-03-25 Thread La raison Marc
Thank you again for your help about the JSXGraphPlugin and the subsequent 
explications.
I try few exemples from 
http://jsxgraph.uni-bayreuth.de/wiki/index.php/Category:Examples,
they are generaly working.
But I try to put the button add point to the example Lagrange interpolation 
like the original, but I fail. The button appears but it's not working.
FireBug log show 29 errors the last one is addPoint is not defined

I dont know what append, it's like if the definition of function addpoint() 
it's 
not effective.
Thats the code in my tiddler:

html
forminput type=button value=Add point onClick=addPoint()/form
div id=box class=jxgbox style=height:400px; width:600px;/div
/html

script
var board = JXG.JSXGraph.initBoard('box', {originX: 250, originY: 250, unitX: 
50, unitY: 25, axis:true});
var p = [];
p[0] = board.create('point', [-1,2], {style:6});
p[1] = board.create('point', [3,-1], {style:6});
p[2] = board.create('point', [-3,0], {style:6});
var graph = board.create('functiongraph', [board.lagrangePolynomial(p), -10, 
10]);

function addPoint() {
  
p.push(board.create('point',[(Math.random()-0.5)*10,(Math.random()-0.5)*3],{style:6}));

  board.update();
}
/script

Thank 

Marc La Raison


-- 
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: JSXGraph in tiddlywiki

2011-03-25 Thread Eric Shulman
 FireBug log show 29 errors the last one is addPoint is not defined

 I dont know what append, it's like if the definition of function addpoint() 
 it's
 not effective.

 script
...
 function addPoint() {
...
 /script


Scripts that are invoked 'inline' (using InlineJavascriptPlugin) are
evaluated with a *local* scope.  As a result, functions declared
within a script block do not persist after the script is finished.  To
declare a function that can be used outside the script block, you
should change this:
  function addPoint() {
to:
  window.addPoint=function() {

This ensures that the function declaration is persistent, and can be
referenced using addPoint() in *any* code that is invoked
subsequently.

enjoy,
-e

-- 
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: JSXGraph in tiddlywiki

2011-03-25 Thread La Raison
Thank M. Shulman,

I tried it and it works.
Making global function causes a possibility of interaction inter-
tiddler.
If two tiddler have function with a similar name, the last function
loaded swipe the old.
This may be interesting, but overall, I understand the need to choose
names of different functions in different tiddlers.

Is there a way to make the the function available only in the tiddler?

Marc La Raison

On Mar 25, 4:13 pm, Eric Shulman elsdes...@gmail.com wrote:
  FireBug log show 29 errors the last one is addPoint is not defined

  I dont know what append, it's like if the definition of function addpoint() 
  it's
  not effective.

  script

 ...
  function addPoint() {
 ...

  /script

 Scripts that are invoked 'inline' (using InlineJavascriptPlugin) are
 evaluated with a *local* scope.  As a result, functions declared
 within a script block do not persist after the script is finished.  To
 declare a function that can be used outside the script block, you
 should change this:
   function addPoint() {
 to:
   window.addPoint=function() {

 This ensures that the function declaration is persistent, and can be
 referenced using addPoint() in *any* code that is invoked
 subsequently.

 enjoy,
 -e

-- 
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] Using TiddlyWiki for quizing

2011-03-25 Thread Craig in Calgary
As a sideways follow-up to [[Quiz, Questionaires, interactive forms|
http://groups.google.com/group/tiddlywiki/t/b6b47a53838b0d05/bed65f9c4457ce04]],
Paulo Soares's Quiz-related tiddlers and plugin are now only available
at http://www.math.ist.utl.pt/~psoares/addons_2.4.html. His
http://www.math.ist.utl.pt/~psoares/addons.html TW is current for
http://www.math.ist.utl.pt/~psoares/addons.html#SlideShowPlugin -
related goodies but some other plugins have been deprecated.

My question, however, is whether anyone has developed any other quiz-
focused TiddlyWiki resources, e.g. macro(s), plugin(s). I know that
several rock stars in our community have done TW development for
instructional contexts, e.g. tracking students and courses. Has
anything resembling support for question types like true/false or
multiple choice been developed?

Thank you for any suggestions.

-- 
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] Make it look nice. (note, really long. Kinda got lost in ideas)

2011-03-25 Thread simsoy
Ok, ok. I'm kinda a noob-advanced user here. I need some help finding
plugins and getting the layout to do what i want it to do. I'm gonna
need some help, but hopefully it will give everyone a good idea for
the layout of their Tiddly.
Note - i am intending to use this wiki offline, for books and stories
so i can have a database on backstory that allows me to expand upon
it.
Second Note - this is really long, i kinda went off and described what
a wiki would look like if i knew how to code... and dev interesting? I
can offer ideas ;)

First off:
- I would like a tab bar running along the top with various tags for
All Pages, Tags, Current Page, Edit, Settings, Ect. The title,
subtitle and search bar would be above that of course.

- I would also enjoy having a little side thingy on the right like
Wikipedia has to display a picture with description and some advanced
tagging features that allows me to browse the page's contents and
individual collapsible sections to divide it up. I will talk more of
that the next little... - i guess.

- Section Bars. I like how on mobile Wikipedia for my ipod touch i can
get little collapsible bars that divide the page's sections up, maybe
each of the section bars also creates a new tag/page of that so i can
expand upon the sections latter.

- Section Bars linking between pages. I already have pages, but being
able to divide them up would be nice with those bars. Being able to
select between material in another page, the idea is adding section
bars to other pages if they are about simulator things or mention each
other. Edits on one bar in the first page will appear in the same bar
in the other page, and vice versa. If a new page is created the
information from the bar becomes the summary of that new page. I guess
that if you expand upon that topic and make it more specific you could
edit the bar from the first page to only show part of the summary or a
different bar that's more relevant.

- left-hand categorical bar with sub categories. Not tags, categories.

- Wysiwyg bar when editing.

- Pages. I already have them but i dont want to waste everyone time
having the perfect interface i want with out the main feature,
individual pages, only to find out that using SinglePage to fix it
breaks it.

- Jumping To Page buttons on the end of section bars if they have
their own page (connected pages idea) or a manage button that allows
me create a new page out of section bar (while leaving the one in
current page intact and how it is) so i can expand upon a sub concept
or topic. Maybe for management, all pages default sectional bar is the
summary.

- Not necessary but logo or thumbnail on the top left.

. i did not expect to write so much sorry, i'm probably
summing up a perfect wiki that hasn't even been made yet. If it is and
free, offline (i dont want my data stolen, or have to deal with
servers) Might be perfect for a TiddlyWiki desktop! If anyone out
there can code really well or if anyone is interested in making any of
theses plugins feel free to contact me. If you know of any plugins
that do what i am describing or multiple, posting what they do, how to
do it and where i can find it would be helpful. I also how this will
be helpful to people that are just googing their perfect wiki.

-- 
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] MainMenu

2011-03-25 Thread simsoy
i can add default tiddlers to the left, can i do anything else with
it? Can i add categories, use a tree? Anything that can be done with
it? (im kinda a noob to Tiddly... and coding and that stuff)

-- 
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] tw-treeview-executive new user: What use for UNIQUEID in creating new MainMenu?

2011-03-25 Thread Eric Weir

On Mar 25, 2011, at 10:34 AM, rafaeld wrote:

 To set up the new MainMenu, I renamed it TipTop.

Rename Main Menu is OK. [Actually, it would be better to do what Morris says: 
Create a *new* top level tiddler.] Rename MainMenu is not OK. The name of 
the new top level tiddler gets *pasted into* MainMenu.

As for the question about uniqeid, I can't help you. I use an earlier version 
of tw-treeview in which the value of persist: is false and no cookie is 
declared.

I love tw-treeview -- the version I use, that is. I'd already tweaked it to my 
needs, and was very happy with it, by the time Morris announced tw-executive, 
so I never considered it.

Hang in there. It takes time.  

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




-- 
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: Using TiddlyWiki for quizing

2011-03-25 Thread Måns
Hi Craig

 My question, however, is whether anyone has developed any other quiz-
 focused TiddlyWiki resources, e.g. macro(s), plugin(s).

 Has anything resembling support for question types like true/false or
 multiple choice been developed?

I made/collected this one for you to check out - maybe you already
know memorizablePlugin, however I use it with fET to generate
automatic tables from tiddlers tagged someTag (via transclusion) and
easy editing of (adding) sections with Eric's EditSectionPlugin:
http://memo.tiddlyspace.com/

I use it in a Danish version for my students on this page:
http://linux4u.tiddlyspace.com/

http://memo.tiddlyspace.com/ is in English ;-)

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: Double clicking edits tiddler... any way to have cursor drop that that point in tiddler?

2011-03-25 Thread Mark
I'd be interested in this too. I asked the same question back in 2009
(http://groups.google.com/group/tiddlywiki/browse_thread/thread/
f1deee0c783fdd9f/67ee83d8177dae24).

-- 
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: MainMenu

2011-03-25 Thread Måns
Hi simsoy

Welcome to the TiddlyWiki group!

 i can add default tiddlers to the left, can i do anything else with it?

If you have downloaded a Vanilla TiddlyWiki from tiddlywiki.com, what
you see to the left is the MainMenu.
If you open the MainMenu tiddler, you can add anything you like to it.
Text, numbered lists, links to other tiddlers - or whatever you want.
It will appear in the menu to the left, when you save the mainMenu
tiddler.

DefaultTiddlers is a tiddler containing those tiddlers you'd want to
be opened when you open your TiddlyWiki.
Simply open the tiddler DefaultTiddlers and add tiddler title in
double square brackets. Save your TiddlyWiki.
Reload the page and they will open...

Can i add categories, use a tree?
Oh yes ...
Write list filter [tag[SomeTagName]][sort[-created]] where
SomeTag is a tag you have put on tiddlers you'd want to appear in
the menu to the left (MainMenu)

Anything that can be done with  it? (im kinda a noob to Tiddly... and coding 
and that stuff)

There are TOO many things you can do with it to answer it in this
thread ;-)

You can find some good advice here:
http://www.giffmex.org/twfortherestofus.html
http://twhelp.tiddlyspot.com

Every TiddlyWiki you'll meet is an open book of possibilities - try to
digg some of the TWs you like by clicking View or Edit on the
tiddlers...

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: MainMenu

2011-03-25 Thread simsoy
i dont get the text interface, but this is the best personal wiki i
found. So i just put in some random word, for SomeTag or for
SomeTagName? It would be list filter [[tag[TagsGoHereName]][sort[-
created]] correct? No ? Lol, and not to ask to much, but can you
give some examples? Like how would you add multiple Tags to trees, and
are they collapsiable?

On Mar 25, 9:53 pm, Måns humam...@gmail.com wrote:
 Hi simsoy

 Welcome to the TiddlyWiki group!

  i can add default tiddlers to the left, can i do anything else with it?

 If you have downloaded a Vanilla TiddlyWiki from tiddlywiki.com, what
 you see to the left is the MainMenu.
 If you open the MainMenu tiddler, you can add anything you like to it.
 Text, numbered lists, links to other tiddlers - or whatever you want.
 It will appear in the menu to the left, when you save the mainMenu
 tiddler.

 DefaultTiddlers is a tiddler containing those tiddlers you'd want to
 be opened when you open your TiddlyWiki.
 Simply open the tiddler DefaultTiddlers and add tiddler title in
 double square brackets. Save your TiddlyWiki.
 Reload the page and they will open...

 Can i add categories, use a tree?

 Oh yes ...
 Write list filter [tag[SomeTagName]][sort[-created]] where
 SomeTag is a tag you have put on tiddlers you'd want to appear in
 the menu to the left (MainMenu)

 Anything that can be done with  it? (im kinda a noob to Tiddly... and 
 coding and that stuff)

 There are TOO many things you can do with it to answer it in this
 thread ;-)

 You can find some good advice 
 here:http://www.giffmex.org/twfortherestofus.htmlhttp://twhelp.tiddlyspot.com

 Every TiddlyWiki you'll meet is an open book of possibilities - try to
 digg some of the TWs you like by clicking View or Edit on the
 tiddlers...

 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: Using TiddlyWiki for quizing

2011-03-25 Thread Craig in Calgary
Digging through old notes on TiddlyWikis I came across Mario Pietsch's
http://apm-plugins.tiddlyspot.com/#XListPlugin. This plugin supports
list items' drag-n-drop. Does anyone (Mario?) know if it could be
configured to:
1. Randomize a list of items each time the tiddler (question) was
rendered.
2. Know what the correct order of the list should be.
3. Give feedback when the user has correctly rearranged the list.

If not, does anyone have any ideas for a similar solution?

Between Paulo's plugin providing true/false and multiple choice
support, Måns' generous documenting of MemorizeablePlugin (in Morris
Gray's http://twhelp.tiddlyspot.com/#MemorizablePlugin, authored by
Craig D. Muth), and the possibility of Mario's plugin being used for
sequencing, I'm beginning to gather a nice assortment of question
types. I'm staring intently at the trees. Is there something in the
forest that anyone else sees that I am overlooking?

Ambitious Technical Communicator that I am, I would like to wrap all
this up in a nice neat TW package, possibly with:
* linking question tiddlers back to the content tiddler(s) or
section(s)/slice(s) they are based on
* support for some kind of slideshow presentation paradigm, i.e. read/
digest the source content then take the test
* optional popup hints for incorrect answers
* input templates for each question type (to idiot-proof content
creation as much as possible)
* cumulative and total success/fail tracking and scoring
* and, if I should be so ambitious, a mechanism for report generation,
e.g. publish test results to html or email

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