[tw] reminder-only calendar

2010-12-15 Thread clericreborn
Greetings! I've been busily hacking up the perfect wiki for myself for
many moons now, and i'm down to appearance issues. I'm looking for a
default launchpad of sorts that will give me a list of all upcoming
events and a visual representation of my plans. Now the original idea
was simply to use remndermacros and the calendarPlugin, but then I
realized by default the calendar tracks all created tiddlers, not just
reminders. I've found http://schedule.tiddlyspot.com/#ScheduleInfo and
that looks like a promising option as well, but it doesn't seem to be
working properly with my wiki. So I am left coming to you all for
answers.

So:
1) can one disable the display of non-events (leaving only reminders)
in the calendar?
and
2) does anyone know if http://schedule.tiddlyspot.com/#ScheduleInfo is
still compatible with current tiddly-wikis, and what can be done to
customize it?

Thanks in advance for your help

Regards,

-clericreborn

-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To post to this group, send email to tiddlyw...@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: reminder-only calendar

2010-12-15 Thread Eric Shulman
 1) can one disable the display of non-events (leaving only reminders)
 in the calendar?

use
   http://www.TiddlyTools.com/#CalendarPlugin
AND
   http://www.TiddlyTools.com/#DatePlugin

see DatePluginInfo for checkbox options:
   [x] omit 'created' section from date popups
   [x] omit 'changed' section from date popups
   [x] omit 'tagged' section from date popups

The default settings for these options can also be configured using a
systemConfig tiddler:
   config.options.chkDatePopupHideCreated=true;
   config.options.chkDatePopupHideChanged=true;
   config.options.chkDatePopupHideTagged=true;

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 tiddlyw...@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] fET inside a fET : syntax around %1

2010-12-15 Thread julien23
I call a two layered fET with the command here below, but I think I am
doing something wrong around the syntax of %1 in
[[FetLauchingGrouped]] ... I have tried all '  [[ {{ possibles :D

Could you please give me a hand ?

Thanks

tiddler FetLauchingGrouped with: {{tiddler.title}}

[[FetLauchingGrouped]]
forEachTiddler
where
'tiddler.tags.contains(Sorties)  !
tiddler.tags.contains(attachment)'
sortBy
tiddler.modified
descending
   write
 '((index == 0) ?  : \n)+*+tiddler.title+\n tiddler
FetDefinitionTagsText with: %1 |Sortie|+tiddler.title+|$))'


[[FetDefinitionTagsText]]
forEachTiddler
where
'tiddler.tags.contains($1)  tiddler.text.contains($2)
 !tiddler.tags.contains(attachment)'
sortBy
tiddler.modified
descending
   write
 '((index == 0) ?  : \n)+*[[+tiddler.title+|+tiddler.title
+]]'


-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To post to this group, send email to tiddlyw...@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: fold headings tweak?

2010-12-15 Thread Seba
I found this workaround: I'll still use headings because I need to
have some info there, opened by default, but the content in each
section will be on sliders (not nested). These stay opened even after
selecting checkboxes.

regards,

seba

On 14 dec., 19:48, Seba sebastjan.hri...@gmail.com wrote:
 I thought about switching to nested sliders, however, the same thing
 happens. The slider closes upon selecting a checkbox:(

 On 14 dec., 19:04, Seba sebastjan.hri...@gmail.com wrote:

  Hi,

  I am using foldHeadings and I am curious about the following: I have
  all headings closed by default. When I expand a heading in order to
  edit it closes after selecting a checkbox (it doesn't matter whether
  it is text checkbox or if it is checkboxToggleTag).

  Is there any way to avoid this?

  Thx for the help.
  regards,
  seba

-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To post to this group, send email to tiddlyw...@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: reminder-only calendar

2010-12-15 Thread bricklemacho
Hi Clericreborn,

I wrote the schedule macro a few years ago and haven't really looked
at it since.  I will have a look and see if works/compatible with the
latest tidlywiki this weekend when I have some spare time.

Regards,

Michael.
--


On Dec 15, 1:26 pm, clericreborn clericreb...@gmail.com wrote:
 Greetings! I've been busily hacking up the perfect wiki for myself for
 many moons now, and i'm down to appearance issues. I'm looking for a
 default launchpad of sorts that will give me a list of all upcoming
 events and a visual representation of my plans. Now the original idea
 was simply to use remndermacros and the calendarPlugin, but then I
 realized by default the calendar tracks all created tiddlers, not just
 reminders. I've foundhttp://schedule.tiddlyspot.com/#ScheduleInfoand
 that looks like a promising option as well, but it doesn't seem to be
 working properly with my wiki. So I am left coming to you all for
 answers.

 So:
 1) can one disable the display of non-events (leaving only reminders)
 in the calendar?
 and
 2) does anyone know ifhttp://schedule.tiddlyspot.com/#ScheduleInfois
 still compatible with current tiddly-wikis, and what can be done to
 customize it?

 Thanks in advance for your help

 Regards,

 -clericreborn

-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To post to this group, send email to tiddlyw...@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: reminder-only calendar

2010-12-15 Thread clericreborn
Thank you for the input. I did notice there were such settings, but
ideally I'd like the calendar itself to only highlight days that have
reminders set for them, rather than every single day I use my tiddly.
is there a way to disable created/tagged/modified for the calendar day
boxes themselves?

-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To post to this group, send email to tiddlyw...@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] Plugin for Expanding Tree Menu (like Treeview)

2010-12-15 Thread Jaron
Hi,

Is there a simple plugin I can use to get the expanding tree menu
functionality of Treeview or NoteStorm?  I have searched through
various collections (tiddlytools, tiddlyvault, tiddlyhub) with no
luck.

I understand that these features are implemented within Treeview and
NoteStorm, but I would like to add just this single feature without
committing to the rest of the format or TW version used to create
them.

Thanks in advance,
~Jaron

-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To post to this group, send email to tiddlyw...@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: Plugin for Expanding Tree Menu (like Treeview)

2010-12-15 Thread Vino Rosso
Do you mean like the menu on the left here?

www.vinorosso.me.uk

If so, install the NestedSlidersPlugin and follow the template.

-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To post to this group, send email to tiddlyw...@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: fET inside a fET : syntax around %1

2010-12-15 Thread Kriss
try this:

 '((index == 0) ?  : \n)+*+tiddler.title+\n tiddler
FetDefinitionTagsText with:[[Sortie]] [[+tiddler.title+]] $))'



On 15 dec, 12:26, julien23 jbouc...@capsule-ea.fr wrote:
 I call a two layered fET with the command here below, but I think I am
 doing something wrong around the syntax of %1 in
 [[FetLauchingGrouped]] ... I have tried all '  [[ {{ possibles :D

 Could you please give me a hand ?

 Thanks

 tiddler FetLauchingGrouped with: {{tiddler.title}}

 [[FetLauchingGrouped]]
 forEachTiddler
     where
         'tiddler.tags.contains(Sorties)  !
 tiddler.tags.contains(attachment)'
     sortBy
         tiddler.modified
         descending
    write
  '((index == 0) ?  : \n)+*+tiddler.title+\n tiddler
 FetDefinitionTagsText with: %1 |Sortie|+tiddler.title+|$))'



 [[FetDefinitionTagsText]]
 forEachTiddler
     where
         'tiddler.tags.contains($1)  tiddler.text.contains($2)
  !tiddler.tags.contains(attachment)'
     sortBy
         tiddler.modified
         descending
    write
  '((index == 0) ?  : \n)+*[[+tiddler.title+|+tiddler.title
 +]]'



-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To post to this group, send email to tiddlyw...@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: fET inside a fET : syntax around %1

2010-12-15 Thread julien23
thanks for helpping

the

|Sortie|+tiddler.title+|

thing works fine, my problem is with

%1

that should filter tiddlers tagged with the original tiddler's name

tiddler FetLauchingGrouped with: {{tiddler.title}}

but does not :-(

I suspect it should be written

'%1' or {%1} or whatever  [[

but I cant't fifure out which one I sould be using ...

On Dec 16, 8:34 am, Kriss bipah...@gmail.com wrote:
 try this:

  '((index == 0) ?  : \n)+*+tiddler.title+\n tiddler
 FetDefinitionTagsText with:[[Sortie]] [[+tiddler.title+]] $))'

 On 15 dec, 12:26, julien23 jbouc...@capsule-ea.fr wrote:

  I call a two layered fET with the command here below, but I think I am
  doing something wrong around the syntax of %1 in
  [[FetLauchingGrouped]] ... I have tried all '  [[ {{ possibles :D

  Could you please give me a hand ?

  Thanks

  tiddler FetLauchingGrouped with: {{tiddler.title}}

  [[FetLauchingGrouped]]
  forEachTiddler
      where
          'tiddler.tags.contains(Sorties)  !
  tiddler.tags.contains(attachment)'
      sortBy
          tiddler.modified
          descending
     write
   '((index == 0) ?  : \n)+*+tiddler.title+\n tiddler
  FetDefinitionTagsText with: %1 |Sortie|+tiddler.title+|$))'

  [[FetDefinitionTagsText]]
  forEachTiddler
      where
          'tiddler.tags.contains($1)  tiddler.text.contains($2)
   !tiddler.tags.contains(attachment)'
      sortBy
          tiddler.modified
          descending
     write
   '((index == 0) ?  : \n)+*[[+tiddler.title+|+tiddler.title
  +]]'



-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To post to this group, send email to tiddlyw...@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] Any example of vertically filled fET tables ?

2010-12-15 Thread julien23
I often face tables that would render better if they were filled
vertically.

Do you have any examples using fET ?
maybe the script section would allow a (i,j) - (j,i)
transposition...

Thanks

-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To post to this group, send email to tiddlyw...@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.