Re: Time in MonkeyGTD

2009-09-23 Thread der-monarch

Hello,

yes, that helps. A bit. Is there an easy way to get the action tag. I
always do it via edit.

Works good on my private projects. But when it comes to work and a
whole week, I need to organize work more into days, which is why I
need the date in actions.

Thanks for the hint

der-monarch

On Sep 22, 11:29 pm, Mat matiasg...@gmail.com wrote:
 Not sure if this answers your question, but;

  And ticklers can not be in projects.

 ...ticklers *can* also be tagged with e.g Project or Action (resulting
 in a double panel in the tiddler).
--~--~-~--~~~---~--~~
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: Automatic emailing

2009-09-23 Thread skye riquelme

Hi Mans

I can´t take any credit for the serverside mail script.Eric
supplied me with it some time back. So I am sure he won´t mind my
passing it on.

You will see that you simply need to direct the TW form email to the
server mailtext.php file, which you can simply configure to your own
email details

the mailtext.php file is here - http://dl.getdropbox.com/u/284644/mailtext.php

and the script for the tiddler form code -

Send message to
{{smallform{html
form method=post target=responseframe action=http://server_address/
mailtext.php style=display:inline
input type=hidden name=to value=send to email
input type=text name=name style=width:49% value=YourName
onfocus=this.select()
input type=text name=from style=width:49% value=Your Email
onfocus=this.select()br
input type=hidden name=subj value=Message Heading
font size=-2Seu Mensagem:/fontbr
textarea rows=7 cols=50 name=msg style=width:99%
onfocus=this.select()/textareabr
div style=text-align:center
font size=-2fill in and then clic../font
input type=submit value=send
onclick=var f=this.form;
if (f.name.value==f.name.defaultValue)
{ alert('Please enter your name'); 
f.name.focus(); return false; }
if (f.from.value==f.from.defaultValue)
{ alert('Please enter your email address'); 
f.from.focus(); return
false; }
if (!f.msg.value.length)
{ alert('Please enter a message'); 
f.msg.focus(); return false; }
var target=this.form.nextSibling;
target.style.display='block';

/div
/formdiv class=fine style=text-align:center;display:none
server response:br
iframe src= name=responseframe id=responseframe
marginheight=0 style=display:block;border:0;padding:0;margin:
0;width:100%;height:9em;
/iframe
/divhide linebreaks/html}}}
tiddler HideTiddlerTags

this gives a simple way for TW readers to send a message to the
specified email address.

I would love to have a TW that becomes a simple email client...so I
could read and organise incoming emails as well..haven´t got
far...but I am hoping to get time to play with mpop (http://
sourceforge.net/projects/mpop/)...and see if I can get it to work via
a  TW

Skye

On 22 Set, 11:49, Måns humam...@gmail.com wrote:
 Hi Skye

 I can't answer your question - but I have a few questions regarding
 the mailtext.php-script -  for you instead (if that's ok?):
 1)
 How did you setup the UFOPautomailtext.php on your server?
 2)
 What do I need to install/activate on my server to use a similar
 script?
 3)
 Can I setup a mail.php - script to run from any serverhost?
 4)
 Can I have a look at your mail.php-script (or a modified copy)?

 I've been searching for a simple serverbased solution -
 Uptill now I have used Claroline or Moodle as a platform (in an
 iframe) for sending emails, not having to startup the senders local
 mailclient.
 I would like to be able to integrate a mailform in my own TWs and I
 looked at MiniRelay to see if it could be used in some way- but it is
 just for local usehttp://www.pendriveapps.com/portable-smtp-server-mini-relay/
 not for delivering mails via a server.. -

 YS Måns Mårtensson

 On 22 Sep., 15:07, skye riquelme riquelme.s...@gmail.com wrote:

  Hi All

  I want to be able to monitor students use of their main course portal
  (a TW)...and do it quietly...I am thinking of a simple email
  message sent to a dedicated email address...that I can monitor

  I am playing with Erics email script and have reduced it to -

  Automandar um email diretamente por á Skye:
  {{smallform{html
  form method=post target=responseframe action=http://www.ipcp.org.br/
  Mailings/UFOPautomailtext.php style=display:inline
          input type=hidden name=to value=ufop2...@ipcp.org.br
          input type=hidden name=name value=config.options.txtUserName
           input type=hidden name=from  value=config.options.txtUserName
  +@ufop2009.org
          input type=submit value=send
          /formhide linebreaks/html}}}

  ...I have two problems
  ...how to read/evaluate the value of config.options.txtName
  inside this html?
  ..how to remove the send button and have the script simply send
  the email automatically whenever the tiddler containing this script is
  opened(note that I only need to receive the senders name and date
  of email)

  Thanks in advance

  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 

[tw] Re: is popup preview tooltip a possibility?

2009-09-23 Thread Dave Parker

(Couldn't sleep...). What about using a middle-click?  Would you mind
adding that option please? (It turns out that the instant hover option
is a little too fast)

Thanks Eric,
Dave

cedardoc wrote:
 That works great, thank you Eric!  It either would have taken me weeks
 to figure it out on my own or, more likely, I wouldn't have done it at
 all.  I'm sure others will like this new functionality as well.

 Good night.
 -Dave

 On Sep 22, 8:14 pm, Eric Shulman elsdes...@gmail.com wrote:
   Okay, thanks Wolfgang.  I think what I'll do is try to modify the
   PopupPreviewPlugin to trigger on a hover, and hopefully the clicking
   the link would still open it normally.  I'll post here if I achieve
   anything useful in the next few days to weeks...(should be simple
   enough, in theory...:-)
 
  http://www.TiddlyTools.#PopupPreviewPlugin
  has been updated:
     2009.09.22 [1.1.0] added chkPopupPreviewMouseover option
 
  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: limiting search by tag

2009-09-23 Thread ac0la

It works beautifully!

A million thanks. But with people like you around, I'll never learn to
do this myself

Andres


On Sep 22, 2:40 pm, Eric Shulman elsdes...@gmail.com wrote:
  This is amazing, thank you! It's actually much more functionality than
  I want to give users; I just want their search to spit back only
  tiddlers with the Content tag, without giving them the option to
  change this. But I'll see what I can tweak to get it that way. It will
  give me chance to learn what's going on under the hatch. I won't be
  afraid. :-)

 That's just a few easy changes, and makes the code even simpler!

 REMOVE
    select name='tags'option value=''Filter by tag:/option/
 select

 CHANGE:
    var matches=store.search
 (highlightHack,'tags',this.form.tags.value,true);
 to:
    var matches=store.search(highlightHack,'tags','Content',true);

 REMOVE
 tiddler {{
         var list=place.lastChild.getElementsByTagName('form')[0].tags;
         var tags=store.getTags()
         for (var t=0;ttags.length;t++)
                 list.options[list.length]=new Option(tags[t][0],tags[t]
 [0]);
 '';}}

 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: Automatic emailing

2009-09-23 Thread Måns

Thanks a lot Skye - I will try to set it up for myself.

YS Måns Mårtensson

On 23 Sep., 08:21, skye riquelme riquelme.s...@gmail.com wrote:
 Hi Mans

 I can´t take any credit for the serverside mail script.Eric
 supplied me with it some time back. So I am sure he won´t mind my
 passing it on.

 You will see that you simply need to direct the TW form email to the
 server mailtext.php file, which you can simply configure to your own
 email details

 the mailtext.php file is here -http://dl.getdropbox.com/u/284644/mailtext.php

 and the script for the tiddler form code -

 Send message to
 {{smallform{html
 form method=post target=responseframe action=http://server_address/
 mailtext.php style=display:inline
         input type=hidden name=to value=send to email
         input type=text name=name style=width:49% value=YourName
 onfocus=this.select()
         input type=text name=from style=width:49% value=Your Email
 onfocus=this.select()br
         input type=hidden name=subj value=Message Heading
         font size=-2Seu Mensagem:/fontbr
         textarea rows=7 cols=50 name=msg style=width:99%
 onfocus=this.select()/textareabr
         div style=text-align:center
         font size=-2fill in and then clic../font
         input type=submit value=send
                 onclick=var f=this.form;
                         if (f.name.value==f.name.defaultValue)
                                 { alert('Please enter your name'); 
 f.name.focus(); return false; }
                         if (f.from.value==f.from.defaultValue)
                                 { alert('Please enter your email address'); 
 f.from.focus(); return
 false; }
                         if (!f.msg.value.length)
                                 { alert('Please enter a message'); 
 f.msg.focus(); return false; }
                         var target=this.form.nextSibling;
                         target.style.display='block';
                 
         /div
 /formdiv class=fine style=text-align:center;display:none
         server response:br
         iframe src= name=responseframe id=responseframe
                 marginheight=0 style=display:block;border:0;padding:0;margin:
 0;width:100%;height:9em;
         /iframe
 /divhide linebreaks/html}}}
 tiddler HideTiddlerTags

 this gives a simple way for TW readers to send a message to the
 specified email address.

 I would love to have a TW that becomes a simple email client...so I
 could read and organise incoming emails as well..haven´t got
 far...but I am hoping to get time to play with mpop (http://
 sourceforge.net/projects/mpop/)...and see if I can get it to work via
 a  TW

 Skye

 On 22 Set, 11:49, Måns humam...@gmail.com wrote:



  Hi Skye

  I can't answer your question - but I have a few questions regarding
  the mailtext.php-script -  for you instead (if that's ok?):
  1)
  How did you setup the UFOPautomailtext.php on your server?
  2)
  What do I need to install/activate on my server to use a similar
  script?
  3)
  Can I setup a mail.php - script to run from any serverhost?
  4)
  Can I have a look at your mail.php-script (or a modified copy)?

  I've been searching for a simple serverbased solution -
  Uptill now I have used Claroline or Moodle as a platform (in an
  iframe) for sending emails, not having to startup the senders local
  mailclient.
  I would like to be able to integrate a mailform in my own TWs and I
  looked at MiniRelay to see if it could be used in some way- but it is
  just for local 
  usehttp://www.pendriveapps.com/portable-smtp-server-mini-relay/
  not for delivering mails via a server.. -

  YS Måns Mårtensson

  On 22 Sep., 15:07, skye riquelme riquelme.s...@gmail.com wrote:

   Hi All

   I want to be able to monitor students use of their main course portal
   (a TW)...and do it quietly...I am thinking of a simple email
   message sent to a dedicated email address...that I can monitor

   I am playing with Erics email script and have reduced it to -

   Automandar um email diretamente por á Skye:
   {{smallform{html
   form method=post target=responseframe action=http://www.ipcp.org.br/
   Mailings/UFOPautomailtext.php style=display:inline
           input type=hidden name=to value=ufop2...@ipcp.org.br
           input type=hidden name=name value=config.options.txtUserName
            input type=hidden name=from  value=config.options.txtUserName
   +@ufop2009.org
           input type=submit value=send
           /formhide linebreaks/html}}}

   ...I have two problems
   ...how to read/evaluate the value of config.options.txtName
   inside this html?
   ..how to remove the send button and have the script simply send
   the email automatically whenever the tiddler containing this script is
   opened(note that I only need to receive the senders name and date
   of email)

   Thanks in advance

   Skye
--~--~-~--~~~---~--~~
You received this message because you are subscribed to 

[tw] Listing references

2009-09-23 Thread elnoi

Hello tw users.
Is there a way to list current tiddler references. toolbar
references creates a button to show it but I want to avoid the
button and directly display a list.
--~--~-~--~~~---~--~~
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] run TW on a server.....upload plugin error...

2009-09-23 Thread howtoos

I am trying to make TW work the same as at http://tiddlyspot.com/ .

I made a domain namepointed to a free website provider working
The free website provider allows me to use phpbut as it's free
some settings are off...

A cms wont run on it ..TW seems a great alternative.

I followed the guide here 
http://tiddlywiki.org/wiki/Getting_started_with_UploadPlugin
and got stuck on point 8.

The store.php file is working though . http://gnuband.co.cc/store.php
(my site)

When I'm on my local TW ... i choose to upload to web (same as
tiddlyspot)a popup appears (store.php) seems to workand then
an other upload failed.

- I checked my upload with ftp (asci v.s. bin).by loading a html
file.working

So now my question;

What special settings have I overlooked (viewing TW over the net v.s.
plain html file)?
How can I test the server other then testing with a html
file.what's different on the TW.html?

I'm on the irc channel toosomeone there advised me to post here.

howtoos

--~--~-~--~~~---~--~~
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] my hosted wiki won't save properly to a local file

2009-09-23 Thread hunttim1

I have a hosted wiki on my own domain, and when I have it open in
Firefox and use ctrl+S to save it as a local file, and then open the
local file, the local file doesn't have any changes that I've made in
the online version (after saving the online version through the upload
- save to web function).

Why is this? It makes it useless if I can't work offline from a
current version.

--~--~-~--~~~---~--~~
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: my hosted wiki won't save properly to a local file

2009-09-23 Thread wolfgang

Hi hunttim,

 Why is this? It makes it useless if I can't work offline from a
 current version.

You can't save a TiddlyWiki loaded in your browser with the browser's
internal  'file'  'save', or 'save as..' dialog. Seems to apply to
short keys too.

However, you can always download a hosted TiddlyWiki via right-
clicking the url and choose Save link as... or Save target as
Or use Simon's little helper to that end: http://linktomemacro.tiddlyspot.com/

An other option is BidiX's download php script, with which you can
download the online TW with a download link within the TiddlyWiki.
Read about it's installation instruction there:
http://tiddlywiki.bidix.info/#download.php

Regards..
--~--~-~--~~~---~--~~
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: run TW on a server.....upload plugin error...

2009-09-23 Thread Måns

Hi howtoos

Your store.php - file seems to lack a lot of code to function -
I have one here which I have used as a template - :
http://dl.getdropbox.com/u/1064531/Listen/store.php
Originally I fetched it here:
http://tiddlywiki.bidix.info/#[[Extension%20directory]]

You'll have to change - at least - Username 1 and password 1 to your
own - and use them with uploadplugin  in your TW..

Regards Måns mårtensson

On 23 Sep., 12:42, howtoos howt...@gmail.com wrote:
 I am trying to make TW work the same as athttp://tiddlyspot.com/.

 I made a domain namepointed to a free website provider working
 The free website provider allows me to use phpbut as it's free
 some settings are off...

 A cms wont run on it ..TW seems a great alternative.

 I followed the guide 
 herehttp://tiddlywiki.org/wiki/Getting_started_with_UploadPlugin
 and got stuck on point 8.

 The store.php file is working though .http://gnuband.co.cc/store.php
 (my site)

 When I'm on my local TW ... i choose to upload to web (same as
 tiddlyspot)a popup appears (store.php) seems to workand then
 an other upload failed.

 - I checked my upload with ftp (asci v.s. bin).by loading a html
 file.working

 So now my question;

 What special settings have I overlooked (viewing TW over the net v.s.
 plain html file)?
 How can I test the server other then testing with a html
 file.what's different on the TW.html?

 I'm on the irc channel toosomeone there advised me to post here.

 howtoos
--~--~-~--~~~---~--~~
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: Listing references

2009-09-23 Thread wolfgang

Annoying GoogleGroups... grrr.. This question was already answered
with a custom script, however Google seems to be unable to search its
own Groups.. Sorry.
--~--~-~--~~~---~--~~
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] TiddlyWiki under Leopard

2009-09-23 Thread abcoates

I've decided to try TiddlyWiki again after difficulties long ago
getting it to run under Opera.  I'm now using Mac OSX Leopard.  I've
tried to use it both with Opera 10 and Safari 4, and under both there
is the same exception running TiddlySaver.jar:


java.lang.IndexOutOfBoundsException: Index: 1, Size: 1
at java.util.LinkedList.entry(LinkedList.java:368)
at java.util.LinkedList.get(LinkedList.java:313)
at com.sun.deploy.security.MacOSXTrustDecider.isAllPermissionGranted
(MacOSXTrustDecider.java:151)
at com.sun.deploy.security.MacOSXTrustDecider.isAllPermissionGranted
(MacOSXTrustDecider.java:76)
at sun.plugin.security.PluginClassLoader.getPermissions
(PluginClassLoader.java:146)
at java.security.SecureClassLoader.getProtectionDomain
(SecureClassLoader.java:192)
at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:
124)
at java.net.URLClassLoader.defineClass(URLClassLoader.java:260)
at java.net.URLClassLoader.access$100(URLClassLoader.java:56)
at java.net.URLClassLoader$1.run(URLClassLoader.java:195)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
at sun.applet.AppletClassLoader.findClass(AppletClassLoader.java:172)
at java.lang.ClassLoader.loadClass(ClassLoader.java:316)
at sun.applet.AppletClassLoader.loadClass(AppletClassLoader.java:144)
at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
at sun.applet.AppletClassLoader.loadCode(AppletClassLoader.java:687)
at sun.applet.AppletPanel.createApplet(AppletPanel.java:723)
at sun.plugin.AppletViewer.createApplet(AppletViewer.java:1870)
at jep.AppletFramePanel.createApplet(Unknown Source)
at sun.applet.AppletPanel.runLoader(AppletPanel.java:652)
at sun.applet.AppletPanel.run(AppletPanel.java:326)
at jep.AppletFramePanel.run(Unknown Source)
at java.lang.Thread.run(Thread.java:613)
Wed Sep 23 11:56:08 BST 2009 JEP creating applet TiddlySaver (file:/
[snip]/TiddlyWiki/)


Is this a known issue?  Thanks a lot in advance for any help or
advice,

Cheers, Tony.

--~--~-~--~~~---~--~~
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: TiddlyWiki under Leopard

2009-09-23 Thread FND

 I've decided to try TiddlyWiki again after difficulties long ago
 getting it to run under Opera.  I'm now using Mac OSX Leopard.  I've
 tried to use it both with Opera 10 and Safari 4, and under both there
 is the same exception running TiddlySaver.jar

This is a known issue when trying to permanently accept the TiddlySaver 
applet's certificate on Safari (there are a few threads on this in the 
archives).

As far as we can tell, this has been fixed in Snow Leopard (it works on 
Jeremy's Mac). Nevertheless, we've filed a bug report with Apple for 
Leopard, and are hoping they will provide a backport.

Until then, you can work around this by deselecting the Always trust 
content from this publisher. checkbox.


-- F.

--~--~-~--~~~---~--~~
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: Listing references

2009-09-23 Thread balu

For me this Macro does the job very well:

http://jackparke.googlepages.com/jtw.html#ReferrersMacro





On 23 Sep., 11:27, elnoi elnoi...@gmail.com wrote:
 Hello tw users.
 Is there a way to list current tiddler references. toolbar
 references creates a button to show it but I want to avoid the
 button and directly display a list.
--~--~-~--~~~---~--~~
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: Listing references

2009-09-23 Thread Eric Shulman

 Is there a way to list current tiddler references. toolbar
 references creates a button to show it but I want to avoid the
 button and directly display a list.

Give this a try:
   http://www.TiddlyTools.com/#ShowReferences
   (requires InlineJavascriptPlugin)

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: Listing references

2009-09-23 Thread El noi

Thanks a lot
--~--~-~--~~~---~--~~
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: Scientific Research

2009-09-23 Thread Craig in Calgary

Thank you all for your feedback and suggestions. All the input is
valuable but not exactly where I am heading. I apologize for not
wording my question better.

I am trying to find a documented research project (published in a
reputable journal) that included TiddlyWiki within the scope of the
research - as the subject of the research or included as one of
several subjects of the research. I do not need to find TiddlyWikis
that have been used to hold the details of a research project.

Examples of published research I can springboard from in which
TiddlyWiki in general or a particular adaptation is scrutinized within
the research:
* the efficacy of following the GTD approach to task management.
* the efficacy of content management systems for personal or corporate
use.
* effective time management strategies for students comparing paper-
based and electronic-based approaches.
* Wikis in general or a particular context of use for wikis.
* Web 2.0 in general or a particular context of use for Web 2.0.
* Collaboration in general or a particular collaboration context, e.g.
corporate, classroom.
* The TiddlyManual project could work if there is some published
research on the project in which the TiddlyWiki adaptation is included
within the research.

Thank you in advance for any further input. All comments are welcome
and appreciated.


--~--~-~--~~~---~--~~
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: run TW on a server.....upload plugin error...

2009-09-23 Thread How To
On Wed, Sep 23, 2009 at 1:58 PM, Måns humam...@gmail.com wrote:


 Hi howtoos

 Your store.php - file seems to lack a lot of code to function -
 I have one here which I have used as a template - :
 http://dl.getdropbox.com/u/1064531/Listen/store.php
 Originally I fetched it here:
 http://tiddlywiki.bidix.info/#[[Extension%20directory]]

 You'll have to change - at least - Username 1 and password 1 to your
 own - and use them with uploadplugin  in your TW..

 Regards Måns mårtensson

 Hi Måns

Thank you very much for your help!!.the store.php is in use now...
But most of all I swapped to another hostand now all is working!!

Have a look at http://gnuband.co.cc/ .it say's Thanks.

Thank you very much.

Bauwe Bijl (from The Netherlands)

--~--~-~--~~~---~--~~
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] Search macro, script or plugin?

2009-09-23 Thread Tobbe

Hi,

Sorry if this has been asked in the past.

Is there a possiblity to make a macro, script or a plugin that looks
in every tiddler for let's say a year-month-day (1855-02-22) and when
it's done it makes a new tiddler with that year-month-year as the
title?

And this macro, script or a plugin should be easy to modify to search
for a county/neighbourhood or whatever in every tiddler. The result
makes a new tiddler with the title County, Neighbourhood or
something like that.

If it's already made, what's the macro/script/plugin called?

TIA
//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] TiddlyLink a Macro output

2009-09-23 Thread Gwydion

Pretty simple.

I'm trying to make a link out of the day.  I have certain daily
functions I perform, and their procedures are listed under a wiki of
the day [[Monday]] etc.  Well I recently learned about macros today
DDD does pull up the name of the day, but I cant seem to make it
into a link in any conventional way.  Anyone?

--~--~-~--~~~---~--~~
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: TiddlyLink a Macro output

2009-09-23 Thread Gwydion

Reason: To add today's Tiddler to the DefaultTiddler

Anyone?

On Sep 23, 10:55 am, Gwydion gwydio...@gmail.com wrote:
 Pretty simple.

 I'm trying to make a link out of the day.  I have certain daily
 functions I perform, and their procedures are listed under a wiki of
 the day [[Monday]] etc.  Well I recently learned about macros today
 DDD does pull up the name of the day, but I cant seem to make it
 into a link in any conventional way.  Anyone?
--~--~-~--~~~---~--~~
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: Update to NoteStorm

2009-09-23 Thread Eric Shulman

Hi Dave,

I just noticed that NoteStorm is using older versions of
AttachFilePlugin and AttachFilePluginFormatters.  About 3 months ago I
re-wrote the 'storage format' code for attachment tiddlers.  Instead
of using a plugin-defined syntax for identifying the url, path/file
and data embedded in the attachment, the new format uses only native
TW section syntax to create addressable parts within the tiddler.

This has several advantages, not the least of which is that the
section syntax takes less overhead and is much easier to read and
edit.  It also allows you to directly transclude the information
stored in the sections of the attachment tiddler, without needing
AttachFilePluginFormatters to extract the information.  For example,
if you wanted to use encoded image data stored in an attachment as a
background texture for your page, you could write something like this
in [[StyleSheet]]:
   body { background-image:url([[SomeAttachedImage##data]]) }

...and, to embed the encoded image into tiddler content, without using
the ...Formatters, plugins, you can use this little tiddler:
   http://www.TiddlyTools.com/#ShowImage

Although you can't be expected to update your document each time any
plugin has been tweaked just a little bit, as a general principle, if
you are creating a document intended for re-distribution, you should
make a habit of installing the latest plugin updates before posting
and announcing any major release, so that you don't spread old code
around.

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: Update to NoteStorm

2009-09-23 Thread Eric Shulman

 AttachFilePlugin and AttachFilePluginFormatters.  About 3 months ago I
 re-wrote the 'storage format' code for attachment tiddlers.  Instead
 of using a plugin-defined syntax for identifying the url, path/file
 and data embedded in the attachment, the new format uses only native
 TW section syntax to create addressable parts within the tiddler.

note: the new code still recognizes and support use of attachments
created with the old format.  It just doesn't *create* new attachments
with that format.  Nonetheless, I recommend re-attaching your images
in order to generate tiddlers with the new format.

-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] Success in combining treeview TiddlyDesktop and MoveableTW ... but ...

2009-09-23 Thread Måns

Hi TwWizards  Wolfgang

Finally I have succeeded in combining treeview in the MainMenu and
TiddlyDesktop (Groundless desktop by Wolfgang) example:
http://dl.getdropbox.com/u/1064531/DeskTree/DeskTree.html
I like that the treeview is on a mainmenu which is in the background -
but it is annoying that Yoursearch also opens up in the background -
hidden by open tiddlers - how can I change that?

I have also tried to put the treeviewplugin in the moveableTW by Eric
- and it kind-of works - however the branches start to ''shake'',
when you hover over them with the mouse - and they behave strangely:
example: http://dl.getdropbox.com/u/1064531/DeskTree/MoveTree.html

I still have a steep learning curve when I want to customize
TiddlyDesktops interface though - even if the TiDE window opens when I
click the home button -  when I click another home-script Hjem in
the mainmenu it opens a defaulttiddler: kom i gang which doesen't
behave as a moveable tiddler (?)- and I don't know how to find the
Defaulttiddler in TiddlyDesktop...?

Is it possible to install TiddlyDesktop in a plain TW with normal
main- and sidemenus - and a normal behaviour of all the
standardelements like defaulttiddlers etc?

Btw TiDE-plugin doesn't seem to be installed in the TW even if the
TiDE window is present (and working)?? - so I don't know how to update
the plugin...

YS 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: Success in combining treeview TiddlyDesktop and MoveableTW ... but ...

2009-09-23 Thread Måns

There a several things that I can't make work in TiddlyDesktop..
I just remembered that I've tried to save earlier versions of TD to
Tiddlyspot - and tried again.
The uploadplugin doesn't seem to work when installed into TD! - Is
there some kind of workaround?

Here's my notworking t-spot-version:
http://dl.getdropbox.com/u/1064531/DeskTree/DeskTree2Tspot/desktree.html

Some of the buttons don't seem to work - for instance the + and - in
the sidepanel and the hideTopmenu-button in the topmenu They
didn't seem to work in the original document either.

I really like the ability to use moveable tiddlers - and
TiddlyDesktops quick response and intuitive way of handling them. Is
it possible to make it work with TspotPlugin/UploadPlugin and in a
more or less normal TW-document?

YS Måns Mårtensson

On 23 Sep., 21:03, Måns humam...@gmail.com wrote:
 Hi TwWizards  Wolfgang

 Finally I have succeeded in combining treeview in the MainMenu and
 TiddlyDesktop (Groundless desktop by Wolfgang) 
 example:http://dl.getdropbox.com/u/1064531/DeskTree/DeskTree.html
 I like that the treeview is on a mainmenu which is in the background -
 but it is annoying that Yoursearch also opens up in the background -
 hidden by open tiddlers - how can I change that?

 I have also tried to put the treeviewplugin in the moveableTW by Eric
 - and it kind-of works - however the branches start to ''shake'',
 when you hover over them with the mouse - and they behave strangely:
 example:http://dl.getdropbox.com/u/1064531/DeskTree/MoveTree.html

 I still have a steep learning curve when I want to customize
 TiddlyDesktops interface though - even if the TiDE window opens when I
 click the home button -  when I click another home-script Hjem in
 the mainmenu it opens a defaulttiddler: kom i gang which doesen't
 behave as a moveable tiddler (?)- and I don't know how to find the
 Defaulttiddler in TiddlyDesktop...?

 Is it possible to install TiddlyDesktop in a plain TW with normal
 main- and sidemenus - and a normal behaviour of all the
 standardelements like defaulttiddlers etc?

 Btw TiDE-plugin doesn't seem to be installed in the TW even if the
 TiDE window is present (and working)?? - so I don't know how to update
 the plugin...

 YS 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: Success in combining treeview TiddlyDesktop and MoveableTW ... but ...

2009-09-23 Thread wolfgang

Hi Mans,

 I like that the treeview is on a mainmenu which is in the background -
 but it is annoying that Yoursearch also opens up in the background -
 hidden by open tiddlers - how can I change that?


Yoursearch never opened for me in the background of tiddlers, nor now
with a quick trial at your address. Does this happen everytime for
you, or only with certain tiddlers?

 I still have a steep learning curve when I want to customize
 TiddlyDesktops interface though -

Sorry, that's me. Wanting to simplify everything - and still not
having completed this template - also not providing accurate
instruction yet.

 even if the TiDE window opens when I
 click the home button -  when I click another home-script Hjem in
 the mainmenu it opens a defaulttiddler: kom i gang which doesen't
 behave as a moveable tiddler (?)- and I don't know how to find the
 Defaulttiddler in TiddlyDesktop...?


Non-moveable tiddlers are a bug with tiddlyDesktop, and most regularly
happen with automatic opening tiddlers, for example with
[[ImportedTiddlers]] after importing with s. The only way I found to
overcome this is using the 'jump' command of any tiddler and choosing
the unresponsive one.

TiddlyDesktop uses a different format for DefaultTiddlers which also
save the coordinates of their position, here its title and content of
your example:

__tiddlyDesktopLayout

/***
@@''This tiddler is auto-generated - don't edit it!''@@
***/
/*{{{*/
[
{id: 'tiddlerEdit', x: 209, y: 74, z: 1, width: 640, height: 426,
collapsed: false}
]
/*}}}*/

at this moments it specifies the tiddler 'Edit' with its x and y
coordinates, z is a number which specifies which tiddler overlays
which of all the other tiddlers (in this case it's only one tiddler,
if there would be more tidder each would have a different number, ie.
2, 3, 4, etc.), width and height. To save a ´given number and position
of tiddlers simply use the sidebar command: 'save layout', which
automatically saves all coordinates with one click. The command:
'restore layout' opens all DefaultTiddlers as formerly saved.
The 'Home' button is nothing than the 'restore layout' command- but
renamed.

To find any of the configuration tiddlers, plugins, stylesheet,
template etc. the tiddler [[Edit]] is for!
So simply click inside the table representing a TW layout on the first
'DefaultTiddlers' and above mentioned '__tiddlyDesktopLayout' tiddler
opens. Which, despite the warning, can also be edited manually. Even
if you messed it up completely - a click on the command 'save layout'
will overwrite it anyway completely again.

 Is it possible to install TiddlyDesktop in a plain TW with normal
 main- and sidemenus - and a normal behaviour of all the
 standardelements like defaulttiddlers etc?


Except the DefaultTiddlers behaviour - I made a plain template some
time ago and you'll find it here:

http://wolfi.110mb.com/tiddlyDesktop.html

However, the new custom tiddlyDesktop template contains a tiddler
[[Switch]] which contains a number of scripts. One such scripts opens
the tiddlers listed with double brackets, just as DefaultTiddlers. For
example:

tiddler Switch##OpenGroup with: Home DefaultTiddlers

where:
1. parameter = button label
2. parameter = TiddlerTitle with bracketed list of tiddler titles

.. will open all tiddlers listed in the shadowed DefaultTiddlers

tiddler Switch##CloseOpenGroup with: Home DefaultTiddlers

.. before opening it will close all already displayed tiddlers.

Sorry for not having documented all scripts in this [[Switch]] tiddler
very well. Till I find the time you'll have to experiment, but often
the section heading makes it clear what the script in its section
does.

 Btw TiDE-plugin doesn't seem to be installed in the TW even if the
 TiDE window is present (and working)?? - so I don't know how to update
 the plugin...


I wanted a very lightweight theme template, all plugins and the core
have been compressed. TidIDE itself I use by loading it with a
bookmarklet from my drive. See http://www.tiddlytools.com/#InstantBookmarklets
and the trancluded http://www.tiddlytools.com/#LoadRemotePlugin to see
how this is done. Adapt it to a subfolder on your drive, save
TidIDEPlugin with the file extension .js there, drag and use it from
your browser bookmarklet bar.

If file size is of no concern, just install the original plugin from
Eric:

http://www.tiddlytools.com/#TidIDEPlugin

UploadPlugin isn't installed either. However, since one can find in at
svn.tiddlywiki.org repository the bookmarklet is already installed: if
you scroll the [[Edit]] tiddler down you'll find tabs with Styles,
Plugins, on demand etc. simply click 'UploadPlugin' under 'on demand'
to have it loaded.

By the way, UploadPlugin isn't working with tiddlyDesktopBundle! To
upload with UploadPlugin you first have to add a systemConfigDisable
tag to tiddlyDesktopBundle, save and reload. Then load UploadPluging
from a remote location as described above, remove the
systemConfigDisable tag from the Bundle again to 

[tw] Re: Success in combining treeview TiddlyDesktop and MoveableTW ... but ...

2009-09-23 Thread wolfgang

 Some of the buttons don't seem to work - for instance the + and - in
 the sidepanel and the hideTopmenu-button in the topmenu They
 didn't seem to work in the original document either.


These buttons are transcluded bookmarklets, which substitute
TextAreaPlugin's ability to enlarge text boxes in edit mode. However,
I'm actually writting this tiddlyDesktop theme template for use with
'mediawiki unplugged', where mediawiki formated tiddlers don't display
scripts or bookmarklets in the tiddler toolbar correctly. In other non-
mediawiki tiddlers you'll find these bookmarklets in edit mode in the
toolbar anyway, and could delete those additional from the sidebar.

To display the TopMenu you have to find:

#topMenu{padding:2px;display:none}

in the 'Groundless' tiddler under it's MptwStyle section and delete:
display:none

The easist way to edit this section is again via the [[Edit]] tiddler,
scroll it down and click 'MptwStyle'.

 I really like the ability to use moveable tiddlers - and
 TiddlyDesktops quick response and intuitive way of handling them. Is
 it possible to make it work with TspotPlugin/UploadPlugin and in a
 more or less normal TW-document?


About a year ago I've been in contact with BidiX, who said he would
look into UploadPlugin's incompatibility with TiddlyDesktop as soon he
would find the time...
--~--~-~--~~~---~--~~
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: Help with TidIDE Editor

2009-09-23 Thread Shankar



On Sep 22, 9:43 pm, Eric Shulman elsdes...@gmail.com wrote:
  Never mind - I fixed it.

 Really?!?  Because I found and fixed the cause in the plugin (the
 TidIDE editor's tag input field didn't have the needed edit=tags
 attribute set it does now.


I should have been clearer. I noticed in your code did not read in the
tag and found a work around for my issue.

I posted my followup to make sure no one spent cycles on that trying
to help.

THanks for the update!

Cheers; 'best,

shankar swamy
--~--~-~--~~~---~--~~
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: Success in combining treeview TiddlyDesktop and MoveableTW ... but ...

2009-09-23 Thread wolfgang

  I really like the ability to use moveable tiddlers - and
  TiddlyDesktops quick response and intuitive way of handling them. Is
  it possible to make it work with TspotPlugin/UploadPlugin and in a
  more or less normal TW-document?


To not getting frustrated later on, see the [[New Bugs]] tiddler of
this 1 year old TiddlyDesktop adaptation:

http://tiddlyhome.bidix.info/desk/
--~--~-~--~~~---~--~~
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: Search macro, script or plugin?

2009-09-23 Thread Tobias

Hi Tobbe,

I (for one) didn't understand what you're looking for. So, can you
please describe what you want to achieve? Your goal seems rather
unclear (to me). Is it that you want to look for something and, if it
doesn't exist yet, create it? Try to be more specific.

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



[tw] Re: Help with TidIDE Editor

2009-09-23 Thread Shankar


Now that I pulled the new version into my copy, I think, if you ever
revisit this, you should consider making the panel that gives the
TidIDE version, system edit  etc checkboxes optional so that users
like me can turn if off and save some real estate on the screen.  I
can't recall ever using any of them.

I can't see a easy way of turning it off in the current version.  (In
the previous version, I had somehow edited your code to get rid of
it.)

But, thanks for a very usable editor that continues to help me day in
and day out!

Cheers; 'best,

shankar swamy
--~--~-~--~~~---~--~~
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: Success in combining treeview TiddlyDesktop and MoveableTW ... but ...

2009-09-23 Thread wolfgang

  Some of the buttons don't seem to work - for instance the + and - in
  the sidepanel and the hideTopmenu-button in the topmenu They
  didn't seem to work in the original document either.

 These buttons are transcluded bookmarklets, which substitute
 TextAreaPlugin's ability to enlarge text boxes in edit mode. However,
 I'm actually writting this tiddlyDesktop theme template for use with
 'mediawiki unplugged', where mediawiki formated tiddlers don't display
 scripts or bookmarklets in the tiddler toolbar correctly. In other non-
 mediawiki tiddlers you'll find these bookmarklets in edit mode in the
 toolbar anyway, and could delete those additional from the sidebar.


Just realized that the online version wasn't updated in this respect.
It does display the + and - in edit mode's toolbar now.

 To display the TopMenu you have to find:

 #topMenu{padding:2px;display:none}

 in the 'Groundless' tiddler under it's MptwStyle section and delete:
 display:none

 The easist way to edit this section is again via the [[Edit]] tiddler,
 scroll it down and click 'MptwStyle'.

Made the TopMenu visible by default now too. But have hidden the
MainMenu with a display:none due to an unresolved issue explained
below. Still, the MainManu can be toggled on from the TopMenu.

 ... - also not providing accurate
 instruction yet.

To my excuse, originally I only uploaded this TW for getting an answer
to my still unanswered question in this thread:

http://groups.google.com/group/tiddlywiki/browse_thread/thread/fd675674049820f5/b5a74f3c4a763ba5?lnk=gstq=z-index#b5a74f3c4a763ba5

Regards..
--~--~-~--~~~---~--~~
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: Help with TidIDE Editor

2009-09-23 Thread Eric Shulman



On Sep 23, 4:14 pm, Shankar shankar.sw...@gmail.com wrote:
 Now that I pulled the new version into my copy, I think, if you ever
 revisit this, you should consider making the panel that gives the
 TidIDE version, system edit  etc checkboxes optional so that users
 like me can turn if off and save some real estate on the screen.  I
 can't recall ever using any of them.

The TidIDE plugin code automatically omits the 'selector' checkboxes
if just one panel is to be displayed.  Thus, you should omit the
'system' param from the macro call.  Also, use of 'font:...' and
'size:...' params have been retired for a very long time.  To set the
text styles, use CSS 'font-family' and 'font-size' attributes,
assigned viq the SITidIDEStyles class definitions.

 I can't see a easy way of turning it off in the current version.

Change this line of your EditTemplate:

div class='SlTidIDEStyles' macro='tidIDE system font:Georgia size:
0.9em +edit:here'/div

to:

div class='SlTidIDEStyles' macro='tidIDE +edit:here'/div

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: Search macro, script or plugin?

2009-09-23 Thread Ken Girard

Take a look at this and see if it gives you some ideas:
http://groups.google.com/group/tiddlywiki/browse_thread/thread/e1ec74a3feef9069?hl=en

Rather then have it create a new tiddler have it create a link to that
tiddler title. This is to avoid the possibility of having it create a
new tiddler with the title of an already existing tiddler. Click on
the link and it will make that tiddler appear.

Ken Girard

On Sep 23, 12:24 pm, Tobbe torbjorn.tornqv...@gmail.com wrote:
 Hi,

 Sorry if this has been asked in the past.

 Is there a possiblity to make a macro, script or a plugin that looks
 in every tiddler for let's say a year-month-day (1855-02-22) and when
 it's done it makes a new tiddler with that year-month-year as the
 title?

 And this macro, script or a plugin should be easy to modify to search
 for a county/neighbourhood or whatever in every tiddler. The result
 makes a new tiddler with the title County, Neighbourhood or
 something like that.

 If it's already made, what's the macro/script/plugin called?

 TIA
 //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: Search macro, script or plugin?

2009-09-23 Thread Tobbe

Hehe ok I try,

I'm thinking of making a TW into a geneology database. The title in
every tiddle gonna be the persons name. The I'm gonna put in the
display area this information:
Firstname Lastname was born 1854-04-01 in Ghosttown, Spokane, USA son
of [[Big Lastname]] and [[Mrs Lastname]]

The dateformat could also be like a 1 april 1854.

So I wanna be able so make a search in every tiddler and looking for a
certain birthdate and the result should be a new tiddler with the
birthdate as the title and in the display area all the people that are
born that certain date I search for

Example: I make a search for 1880-01-01
The tiddler title should be 1880-01-01 or even more nicely People
born in 1880-01-01
And in the display area of that newly created tiddler:
John James 1880-01-01
Amanda Clark 1880-01-01
and so on

The utlimatum would be to get the birthplace to like
John James 1880-01-01 in Mybirthtown, Birth, USA or whatever

I'm from Sweden so everything is gonna be in the swedish language when
it comes to names and places. Well I have a few that emigrated to USA
in the late 1880 and in the beginning och 1900, I don't think that
would be a problem.

Do you think it's possilbe? Or am I totally nuts and bolts :)

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