[tw] Re: a calendar for 2010 with journal links and tabs 2010 calendar.

2009-07-19 Thread Stuart Morris

or an easier way is to import it from this link.

http://stunix.tiddlyspot.com/

downloading each month and calander2010 and yearcalander2010

--~--~-~--~~~---~--~~
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: Enabling comments on tiddlers

2009-07-19 Thread Danny

On Jul 5, 6:08 am, FND f...@gmx.net wrote:
  Just foundhttp://tiddlywiki.org/wiki/Reader_Comments

 I've just updated that to include Mike's CommentsPlugin (not sure the
 URL points to the latest version though).

Thanks - so far running TiddlyWeb - http://tiddlyweb.peermore.com/wiki/
- and http://tiddlywiki.mahemoff.com/CommentsPlugin.html (I think this
is the one you recently added) looks like the only solution that
wouldn't require a lot of coding.

Also the RSSTags plugin mentioned at http://trac.tiddlywiki.org/ticket/773
seems to be a necessity for running a blog that won't annoy people,
however I can't find it anywhere. It looks like
http://tiddlywiki.bidix.info/#GenerateRssByTagPlugin may do something
similar, so going to try it out.

 http://symbio.sourceforge.net/looks like a possibility

 That URL is making SourceForge act weird. This works for me:
      http://sourceforge.net/projects/symbio/

 I'd never heard of that before - if you give it a try, please let us
 know what you think.

That URL works, and shows an announcement that as of 2008-04-30
00:00, this project is no longer under active development. Also,
latest release is from 2004, and the doc mentioned at being at a URL
in the tarball isn't actually at that URL, and it's all in perl, so
I've given up on that.
--~--~-~--~~~---~--~~
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: Ann: Script to split text esp. for TiddlyPocketBook

2009-07-19 Thread Mark S.

For what its worth, I've added the ability to specify tags, and a
prepend and post-pend string, since I find its often useful to wrap
the resulting text in something to force a smaller font.

-- Mark

On Jul 16, 11:52 am, Ken Girard ken.gir...@gmail.com wrote:
 Interesting. I can see it also being useful for taking long stories/
 articles and quickly making them screen/page sized. (I find that I get
 more out of my reading when I don't have to keep scrolling, plus it
 make searchs a lot more exact)

 Ken Girard

 On Jul 16, 12:09 am, Mark S. throa...@yahoo.com wrote:

  Now that there's a way to make TiddlyPocketBooks (aka PocketMod) with
  TW, I'm looking for ways to easily create portable documents. My
  current technique is to create one central library with various sets
  of 8 pages that make up the PocketBook. I pull the pages into the
  PocketBook using Eric Shulman's ExternalTiddlerPlugin and  a control
  tiddler to specify the base names of the pages I want, where each page
  is numbered like Tiddler1, Tiddler2, etc.

  One problem is that when sourcing new material, it can be tedious to
  split it into 8 chunks of about the right size. So, here's my first
  stab at it:

   http://marksbasement.tiddlyspot.com/#SplitTextIntoTiddlers

  Open it up to read the documentation and view the supporting
  requirements.

  This script will allow you to split up a large chunk of copied text
  into however many tiddlers you want, using a specified base (stem)
  name for the generated tiddlers. It currently uses a character count
  to to determine the break point, along with word boundaries. A
  character count isn't perfect, but unless someone can point me to a
  technique that can readily calculate the space a given bit of text
  with a given font will take inside a specified box, it will have to
  do. Picking the right character count for your particular project
  should get you pretty close, and make the job mostly one of tweaking
  here or there afterward.

  Thanks to everyone, especially Eric, for all the help and examples in
  these forums that makes it possible to create these types of scripts.

  -- 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] StorySaverPlugin enhancement request

2009-07-19 Thread rouilj

Hi all:

I am using TiddlyWiki as a coursebook for a course I will be teaching
in November.

I have arranaged the chapters of the coursebook as stories so that all
the tiddlers that make up a chapter can be opened as a single unit,
however I need advice/ideas on handling some issues.

I am using the list function of the openStory macro to produce a list
of all the chapters (and presentations)
to allow the student to access the chapters. However the pulldown menu
that is shown uses the word story
rather than section or some other term. To change this to use terms
more friendly to the coursebook,
I created a tiddler zzLocalSettings tagged with systemConfig with the
contents:

  config.macros.openStory.label = open: %0;
  config.macros.openStory.popuplabel = section;
  config.macros.openStory.selectprompt = select a section...;
  config.macros.openStory.foldprompt = fold story tiddlers when
opening a section;
  config.macros.openStory.closeprompt = close other tiddlers when
opening a section;

So this seems to have handled that issue, except that the add a
story... menu item is still shown. While I can change the text, I
would like to totally remove that entry. Does anybody have an idea on
how to remove that without doing surgery on the StorySaverPlugin (make
future upgrades difficult)?

Also I was thinking of having multiple Stories. It seems that it
should be possible to support an
optional tag parameter to the openStory and saveStory macros that
allows support for alternate
story tags (in my particular case Presentations and Chapters).
Even though I don't use it, a similar
change to the storyViewer macro in the StoryViewerPlugin would
probably also be useful.

To allow the student to print off multiple chapters, I thought I could
just open chapter 1 clearing
all the other open tiddlers. Then I could open Chapter 2 while keeping
the other tiddlers (i.e. chapter 1)
open and then continue with chapter 3. However Chapter 2 opens at the
top of the story column and
not at the end. Would it be possible to add a new view option(s) that
control where the new story
tiddlers gets opened?

While I think I can use http://www.TiddlyTools.com/#SinglePageModePlugin
to allow the user
to select opening of the tiddlers at the bottom of the story column,
it would be nice to not have
to install it, or at least to be able to configure the settings via
the view options menu in openStory.

Thanks for any ideas.

-- rouilj

--~--~-~--~~~---~--~~
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] Searching for excludeOrphans tag functionality

2009-07-19 Thread rouilj

Hi all:

I have a tiddlywiki with tiddlers that are going to be orphaned
because they are accessed by an openStory
macro, so they never show up as actual links within a tiddler.

What I was hoping to find was an excludeOrphans that I could tag the
story tiddlers with to prevent them
from showing up in the Orphans tab.

I guess I could use the excludeList tag on them, but I would like
changes to the them to show up in the timeline
and the list of all tiddlers.

Anybody have an idea on how to do this? Does anybody have some hints
on overloading the code (list orphans
I guess) that generates the list of orphaned tiddlers to add this
functionality?

Thanks for your help.

-- rouilj



--~--~-~--~~~---~--~~
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] macro within a macro?

2009-07-19 Thread Dave Parker

I have a tiddler with a new tiddler macro:

newTiddler tag:ProblemsList label:add problem title:input short
description of problem here text:{{store.getTiddlerText
(ProblemTemplateWith)}}

and the text at ProblemTemplateWith is
tiddler ProblemTemplate2 with: 'view title', but it doesn't
work

I also tried:
tiddler ProblemTemplate2 with: {{tiddler.title}}, but that
doesn't work either

I need the new tiddler to have reference to its own title, so for
example I'd have a tiddler titled right shoulder pain and the text
would be:
tiddler ProblemTemplate2 with: right shoulder pain, or some way
of getting the tiddler macro to automatically use its own title in the
with portion.


Does anyone have any ideas?
Thanks,
Dave Parker
--~--~-~--~~~---~--~~
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] Firefox 3.5.1 hangs Tiddly

2009-07-19 Thread Paul Truzzi

Is anyone else having problems with v 3.5.1?  Most tiddly's I open will 
hang the program and force it to be shut down.

--~--~-~--~~~---~--~~
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: macro within a macro?

2009-07-19 Thread Eric Shulman

 tiddler ProblemTemplate2 with: {{tiddler.title}}
 but that doesn't work either

You were close... just remove the excess quotes:
   tiddler ProblemTemplate2 with: {{tiddler.title}}

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: macro within a macro?

2009-07-19 Thread cedardoc

thank you Eric.  I think that worked, but not the way I expected...
maybe you can see where I'm going wrong:

Template2 (using your ListboxPlugin) has this:
| Location:|select locat...@$1 rows:1 allowBlank
+BodyLocationTemplateTotal allowEdit|

and so the value returned by {{tiddler.title}} in the new tiddler is
supposed to be inserted at the $1
It works fine if I have a one-word title, but if I have a two word (or
more) title (e.g. abcd efgh), I get a table with

Location: in the left cell, but what looks like a list box with
(from top to bottom): (space), efgh, rows:1, allowBlank,
+BodyLocationTemplateTotal, allowEdit, other:foot.

Any ideas?

p.s.:  I'd almost rather be able to somehow replace
{{tiddler.title}} in the body of the newly formed tiddler with the
actual text of the title itself - is that at all possible (without
having to write a new plugin or something drastic like that)?
(because I'd like to see the contents of the new tiddler in a pop-up
which does work if the tiddler title is actually in the tiddler
macro)


On Jul 19, 10:57 pm, Eric Shulman elsdes...@gmail.com wrote:
  tiddler ProblemTemplate2 with: {{tiddler.title}}
  but that doesn't work either

 You were close... just remove the excess quotes:
    tiddler ProblemTemplate2 with: {{tiddler.title}}

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