[tw] TagsTreePlugin keeps blank with TW version 2.4.1 - 2.4.3

2009-03-19 Thread RA

Same here, with 2.4.3. Any hints? Thanks.

-- R


-- Forwarded message --
From: Robert 
Date: Nov 7 2008, 5:41 am
Subject: TagsTreePlugin keeps blank with TW version 2.4.1
To: TiddlyWiki


Hello,

I tried theTagsTreePluginwith the new TW 2.4.1, but the MainMenu
keeps blank. No error-message, just nothing to see.
Any hints for this problem?

Thanks for jour help,
Robert

--~--~-~--~~~---~--~~
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] New journal on startup: FIXED!

2009-03-19 Thread alavarre

The following is a success! I also have the archives of the preceding
failures if anyone wants to see them.

Good work Eric!!

The following in TiddlyWiki syntax...

Cheers, Andy

!Objective
I want TDWiki to open today's journal without manually setting the //
Current Date// in the [[DefaultTiddlers]] tiddler.
!Exploration
I tried a number of variations on the instructions in
http://tiddlywiki.org/wiki/Automatically_open_today%27s_journal_tiddler_on_startup:
Basically, I could get it to modify DefaultTiddlers, but not with the
requisite brackets to bring up the current journal.
!Solution
But finally, with changing this and that and escaping the brackets I
ended up with the following instructions for [[DefaultTiddlersTweak]]:
* Create a tiddler called [[DefaultTiddlersTweak]]
* Enter the single line
{{{
 config.shadowTiddlers.DefaultTiddlers=new Date().formatString("\[\
["+"0DD MMM "+"\]\]");
}}}
Note that in addition to the source instructions the key is to
"escape" the bracket characters and use the plus sign (not the
ampersand) for concatenation.
* DO add the {{{systemConfig}}} tag
* Refresh
''THEN''
*TDWiki creates a new [[DefaultTiddlers]] containing {{{[[}}}//the
current date//{{{]]}}} and opens that journal.
Now all we need to do (!) is figure out how to add additional
DefaultTiddler pages. I shall post this to Eric, since he may have
further insights but wait a while to post it to blog.

--~--~-~--~~~---~--~~
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: Translation of datavalues to fieldvalues in fET? - syntaxquestion

2009-03-19 Thread Eric Shulman

> I have started to use fields instead of  in my tiddlers and now
> I must translate all my fET-tables - so they fetch fieldvalues instead
> of datavalues.
>
> I want to convert/translate all my datareferences to fieldreferences.
> I don't know the right syntax -
>
> Is it just a matter of writing tiddler.field("fieldname") instead of
> tiddler.data("dataname") ?? and in the write-area translate: ex: < "+tiddler.data("dataname")+" \>\> to :  < ("fieldname")+" \>\> ???

Try this:
   tiddler.fields["fieldname"]

note: unlike tiddler.data(), tiddler.fields is an *object* reference,
so you can also assign into it:
   tiddler.fields["fieldname"]=somevalue;

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: Putting one CSS 'reference' inside of another CSS 'reference'...

2009-03-19 Thread Tom

"Also, when you say" I only get the 'frameimg' processing... the
'invisibletable' is ignored. (No table is generated) "width:10em" is
displayed as text.

I also tried the second version that Eric shows above (|invisibletable|
k etc.) and that generated nothing but a copy of the code itself, with
no table and no picture.

Please note that when both invisibletable and frameimg are executed by
themselves, they both work perfectly... all I'm trying to do is
combine them so I can have nicely framed pictures inside of an
invisible table...

Tom


On Mar 17, 8:29 pm, Eric Shulman  wrote:
> > {{invisibletable{
> > |{{frameimg{[This is
> > an example of Evoke... taken in St. Stevens in Wien, Austria|
> > }}}
>
> The above syntax should work... depending upon the actual CSS
> definitions for ".invisibletable" and ".frameimg", of course.
>
> Also, when you say "it doesn't work", how do you know?  (i.e., what
> kind of results do you actually get, and how are they different from
> what you expected/intended?)
>
> note: you can also apply a class directly to the table, without using
> a surrounding class wrapper, like this:
>
> |classname|k
> |rest|of|table|content|
>
> The first line ("|classname|k") does not create an actual row in the
> table and is, instead, used to set the CSS class for the table
> itself.  Thus:
>
> |invisibletable|k
> |{{{frameimg{...}}}|caption text here|
> |{{{frameimg{...}}}|caption text here|
> |{{{frameimg{...}}}|caption text here|
> etc.
>
> 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: Translation of datavalues to fieldvalues in fET? - syntaxquestion

2009-03-19 Thread Måns

This is a try of my own:
<\> | [["+store.getValue
(tiddler,"class") +"]] | <\> |  <
\> |[img(55%,auto)["+store.getValue(tiddler,"title")+"|"+store.getValue
(tiddler,"image")+"]] |\n" : ""'
  begin '"|sortable|k\n"
+"|>|>|>|!<\> | <\>
| <\> | |h\n"
+"|!#| <
\> |<\>|<\>|![[Here]]|!
[[Sickleave]]||h\n"'
end 'count+" students\n"' none '"no students\n"'>>

YS Månsmårtensson

On 19 Mar., 23:20, Måns  wrote:
> Hi
>
> I have started to use fields instead of  in my tiddlers and now
> I must translate all my fET-tables - so they fetch fieldvalues instead
> of datavalues.
>
> I want to convert/translate all my datareferences to fieldreferences.
> I don't know the right syntax -
>
> Is it just a matter of writing tiddler.field("fieldname") instead of
> tiddler.data("dataname") ?? and in the write-area translate: ex: < "+tiddler.data("dataname")+" \>\> to :  < ("fieldname")+" \>\> ???
>
> Here's an example of my code for a table with pictures, toggletags, a
> few fields and some data - If someone would have a go - in translating
> the datareferences to fields - they are very welcome:
>
> < tiddler.data("lives")&& tiddler.data("teacher") && tiddler.data
> ("teacher").contains(context.viewerTiddler.title)'
> sortBy 'tiddler.data("teacher")'
> write
>  '(index < 10)? "|"+(index+1)+"|[["+tiddler.title+"]] | < "+tiddler.data("lives")+" \>\> | [["+tiddler.data("class") +"]] |
> <\> |  < Sickleave [["+tiddler.title+"]] nolabel \>\> |[img(55%,auto)
> ["+store.getValue(tiddler,"title")+"|"+store.getValue
> (tiddler,"billede")+"]] |\n" : ""'
>               begin '"|sortable|k\n"
> +"|>|>|>|!<\> | <\>
> | <\> | |h\n"
> +"|!#| <
> \> |<\>|<\>|![[Here]]|!
> [[Sickleave]]||h\n"'
> end 'count+" students\n"' none '"no students\n"'>>
>
> 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] Translation of datavalues to fieldvalues in fET? - syntaxquestion

2009-03-19 Thread Måns

Hi

I have started to use fields instead of  in my tiddlers and now
I must translate all my fET-tables - so they fetch fieldvalues instead
of datavalues.

I want to convert/translate all my datareferences to fieldreferences.
I don't know the right syntax -

Is it just a matter of writing tiddler.field("fieldname") instead of
tiddler.data("dataname") ?? and in the write-area translate: ex: <\> to :  <\> ???

Here's an example of my code for a table with pictures, toggletags, a
few fields and some data - If someone would have a go - in translating
the datareferences to fields - they are very welcome:

<\> | [["+tiddler.data("class") +"]] |
<\> |  <\> |[img(55%,auto)
["+store.getValue(tiddler,"title")+"|"+store.getValue
(tiddler,"billede")+"]] |\n" : ""'
  begin '"|sortable|k\n"
+"|>|>|>|!<\> | <\>
| <\> | |h\n"
+"|!#| <
\> |<\>|<\>|![[Here]]|!
[[Sickleave]]||h\n"'
end 'count+" students\n"' none '"no students\n"'>>

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: tiddlyweb and apache

2009-03-19 Thread Graham Dumpleton



On Mar 20, 6:18 am, "cd...@peermore.com"  wrote:
> Hi Edi,
>
>> 
>> #Options Indexes FollowSymlinks MultiViews
>> #AllowOverride None
>>Order allow,deny
>>   Allow from all
>> 
>
> Once you get these other issues solved you might try removing the
>  section from your config. I don't think it should be
> necessary; I don't use one from tiddlyweb.peermore.com, which is
> mod_wsgi under apache2.

When using mod_wsgi Apache has to be told it is okay to allow access
to the WSGI script file. That is, it has the same sort of security
requirements as CGI scripts and being able to use them. This isn't
mod_python, which totally ignores the Apache security model for what
can be accessed.

Thus, it would be required. The only time it might not is where one
incorrectly exposed the whole file system, which you shouldn't do
anyway, or you stuck the WSGI script file under document root which
was already exposed. The latter is okay, but only if it is just the
WSGI script file which is there. One should not put your whole
application code under document root or any other exposed directory as
then risk your source code being able to be downloaded. This is why it
is recommended that if putting WSGI script file with your application
code, that you create a special 'apache' subdirectory where the WSGI
script file is the only thing in it and only configure Apache to allow
access to that 'apache' subdirectory.

Graham

--~--~-~--~~~---~--~~
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: change tiddlyspot site url

2009-03-19 Thread Pete

Yup, that did it. Once I remembered I could only "save changes" from
the "file://" mode :)

Thanks for your help and for helping to provide the tiddlyspots which
I use every day.

-Pete

--~--~-~--~~~---~--~~
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-based Process Documentation

2009-03-19 Thread Sam Cox

Hi Russ,

Thanks for your comments and observations.

Yes, "workflow" is a good description of what I aiming for. I can live
without data collection and with a single sequence of steps, but
enforcing a linear, non-branching sequence is important as well as a
few cosmetic touches such as seeing only one step at a time, show more
or less information on demand, and access to reference material (e.g.,
illustrated BOM) are important.

Thanks for suggesting "state machine." That's precisely what I will
need — eventually. For now, a hard coded sequence with Next and
Previous buttons and, ideally, checkbox permission to proceed would be
great. Checking a box to enable or display a Next button would do
nicely.

-- Sam
--~--~-~--~~~---~--~~
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: tiddlyweb and apache

2009-03-19 Thread cd...@peermore.com

Hi Edi,

Once you get these other issues solved you might try removing the
 section from your config. I don't think it should be
necessary; I don't use one from tiddlyweb.peermore.com, which is
mod_wsgi under apache2.

> In /proj/tiddlyweb/apache/tiddlywebconfig.py:
> --
>         'css_uri': './static/css/tiddlyweb.css',

You don't want to use a relative URL for the css_uri because what you
put here is put directly into the HTML files that TiddlyWeb generates,
and since those URLs are in a whole bunch of different levels in the
apparent hierarchy that is presented by the system, you'll not find
the CSS.

So you probably want /static/css/tiddlyweb.css assuming that /static
is a directory off the DocumentRoot of your apache2.

>         'system_plugins': [],
>         'log_level': 'DEBUG',
>         'server_prefix': '/tiddlyweb',
>         'server_host': {
>             'scheme': 'http',
>             'host': 'telesto.ka.tup.com',
>             'port': '1030'
>             }
>         }
> --

> - but if you want to start these Tiddlers as a TiddlyWiki you get an
> Internal Server Error

Since you are running with the debug log level you should have
something in your tiddlyweb.log when this happens. What is it? If
there's nothing there you may find something in your apache2
error.log. Where the error message is depends on what kind of error is
happening.

> - also the ccs file at./static/css/tiddlyweb.css is not used

See above about this.

> we just followed the instructions at apache.py, but can't get
> tiddlyweb working together with apache
> any hints to solve the problem?

If the above doesn't get it, please follow up with more questions.
Also have a look at:

http://tiddlyweb.peermore.com/wiki/#%5B%5BTiddlyWeb%20and%20Apache%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: Reminders with pop-ups?

2009-03-19 Thread Mark S.

Just bumping this one, so I don't start down a road and find its
already been done. It looks like javascript has the ability to set
timers, and of course pop-up dialogs and alerts, so this should be
doable, right? Or is there anything in TW that would preclude its use?

Most PIM's have the ability to pop-up important reminders. Sometimes
becoming too annoying in the process, but sometimes annoying is what
you need ;-)

Thanks,
Mark

On Mar 4, 9:43 am, "Mark S."  wrote:
> Is there any plugin that works with the reminders macro/system that
> willpop-up a reminder? Once in awhile I need something to be right in
> my face so that I won't ignore it or let a date slip.
>
> Thanks!
> 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] tiddlyweb and apache

2009-03-19 Thread EduardWagner

Hi,
currently using:
tiddlywiki 2.5
tiddlyweb 0.9.18
TiddlyWebAdaptor 0.6.2
ServerSideSavingPlugin 0.4.9
TiddlyWebConfig 0.3.1
python 2.4.4
solaris 10
mozilla 3.07

Apache/2.0.63 (Unix) DAV/2 mod_wsgi/2.3 Python/2.4.4 Server at
telesto.ka.tup.com Port 1030

with following config
In /etc/apache2/httpd.conf:
--
WSGIDaemonProcess telesto.ka.tup.com user=tup processes=2 threads=15
WSGIProcessGroup telesto.ka.tup.com WSGIScriptAlias /tiddlyweb /proj/
tiddlyweb/apache/apache.py


#Options Indexes FollowSymlinks MultiViews
#AllowOverride None
Order allow,deny
Allow from all

--

In /proj/tiddlyweb/apache/tiddlywebconfig.py:
--
'css_uri': './static/css/tiddlyweb.css',
'system_plugins': [],
'log_level': 'DEBUG',
'server_prefix': '/tiddlyweb',
'server_host': {
'scheme': 'http',
'host': 'telesto.ka.tup.com',
'port': '1030'
}
}
--

The Situation is a follows:
- if we startup the server and go to /tiddlyweb you can navigate
through bags and recipes via html -> OK
- if you want to look into a bag with user policy you are redirected
to the challenger for login and you can log into tiddlyweb-> OK
- if you open a recipe you see the containing tiddlers -> OK
- but if you want to start these Tiddlers as a TiddlyWiki you get an
Internal Server Error
- also the ccs file at./static/css/tiddlyweb.css is not used

we just followed the instructions at apache.py, but can't get
tiddlyweb working together with apache
any hints to solve the problem?

Many Thanks Edi

--~--~-~--~~~---~--~~
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 and Google indexing again

2009-03-19 Thread Dave Parker

I know from looking into this in the past that there is a bit of a
limitation in the sense that the server versions don't work with the
most recent TWs... is this still the case?

Dave

On Mar 19, 6:59 am, FND  wrote:
> > have there benn some developments since I last looked that make Google
> > indexing more efficient?
>
> This might be of interest:
>      http://tiddlywiki.org/wiki/TiddlyWiki_As_a_Website
>
> Having said that, both ccTiddly and TiddlyWeb provide static content for
> crawlers to index, and we're using Martin's SplashScreenPlugin to bake
> some static content into Osmosoft.com.
>
> -- 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: Table with Tags Title and Tagging

2009-03-19 Thread Alex Hough

Thanks Eric and FND,

i feel quite dumb. eye look and look but overlook the obvious

Alex

2009/3/19 Eric Shulman :
>
>> It returns NaN. [1]
>
> Your code has an extra "+" in it, just before the
> "store.getTaggedTiddlers()" call.
>
>  write
>  '"|[["+tiddler.tags+"]]|[["+tiddler.title+"]]|"+
> +store.getTaggedTiddlers(tiddler.title).map(function(item, i) {return
> item.title;}).join("]] [[") +"|\n"'
>
> enjoy,
> -e
>
> >
>



-- 
t: 0161 442 2202
m: 0781 372 50 17
skype: alexhough
delicious: alexhough

--~--~-~--~~~---~--~~
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: Table with Tags Title and Tagging

2009-03-19 Thread Eric Shulman

> It returns NaN. [1]

Your code has an extra "+" in it, just before the
"store.getTaggedTiddlers()" call.

 write
 '"|[["+tiddler.tags+"]]|[["+tiddler.title+"]]|"+
+store.getTaggedTiddlers(tiddler.title).map(function(item, i) {return
item.title;}).join("]] [[") +"|\n"'

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: FNDs eMailMacro and permalink to tiddler in textbody?

2009-03-19 Thread Måns

Great - thank you very much!!
YS Måns Mårtensson

On 19 Mar., 12:53, FND  wrote:
> > I would like to have a permalink to the tiddler included as well.
>
> Sounds like a reasonable suggestion - so I've added a permalink
> parameter to this (ancient) macro:
>      http://devpad.tiddlyspot.com/#eMailMacro
>
> -- 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: Table with Tags Title and Tagging

2009-03-19 Thread Alex Hough

Hi FND,

It returns NaN. [1]

ALex
[1] http://r.a.hough.googlepages.com/OMM.html

2009/3/19 FND :
>
>> i still get [object Object] with addition of join method
>
> Oh right, of course - getTaggedTiddlers returns tiddler objects.
> So you'll have to use the map method to extract the title property:
>     "[[" +
>     store.getTaggedTiddlers(tiddler.title).
>         map(function(item, i) {
>             return item.title;
>         }).
>         join("]] [[") +
>     "]]"
>
>
> -- F.
>
> >
>



-- 
t: 0161 442 2202
m: 0781 372 50 17
skype: alexhough
delicious: alexhough

--~--~-~--~~~---~--~~
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: Table with Tags Title and Tagging

2009-03-19 Thread FND

> i still get [object Object] with addition of join method

Oh right, of course - getTaggedTiddlers returns tiddler objects.
So you'll have to use the map method to extract the title property:
 "[[" +
 store.getTaggedTiddlers(tiddler.title).
 map(function(item, i) {
 return item.title;
 }).
 join("]] [[") +
 "]]"


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



Re: adding specific time to ticklers in MonkeyGTD

2009-03-19 Thread moo

yeah,I also want to know how can i add my specific time to ticklers.
Is there any plugin or  can i  edit the "tickler plugin"'s source
code?
Its not fit for me wthout "weekly",but only daily,monthly or yearly!!

On Mar 19, 12:17 am, sps  wrote:
> hey all,
>
> Is there a plugin to add specific times to ticklers? I get ticklers
> all at once and want some to come back later in the day, not the next
> day. I'm sure this must exist but I don't have time to spend sleuthing
> right now. Any help is appreciated, thanks.
>
> sps

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups "GTD 
TiddlyWiki" group.
To post to this group, send email to gtd-tiddlyw...@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: Tiddlywiki and Google indexing again

2009-03-19 Thread FND

> have there benn some developments since I last looked that make Google
> indexing more efficient?

This might be of interest:
 http://tiddlywiki.org/wiki/TiddlyWiki_As_a_Website

Having said that, both ccTiddly and TiddlyWeb provide static content for 
crawlers to index, and we're using Martin's SplashScreenPlugin to bake 
some static content into Osmosoft.com.


-- 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: Table with Tags Title and Tagging

2009-03-19 Thread alex

HI FND,

i still get [object Object] with addition of join method

What I want is "Q4" which is tagged as 'Primary Fantasists' Clicking
Primary Fantasists gets to a tiddler so tagged [1]


I've tried a number of ways. I thought that tiddler.tagged would work.
Is there a tiddler.tagged function? - i thought i used it before.


Alex

[1] http://r.a.hough.googlepages.com/OMM.html


On Mar 19, 12:38 pm, FND  wrote:
> > I am trying to use forEach tiddler to output the tiddlers Tagged with
> > the selected tiddler [1]
> > I can see why it doesn't work.
>
> So if I understand this correctly, the problem is that your FET macro
> call generates "[object Object]".
> That's because store.getTaggedTiddlers returns an array - so you might
> wanna use the join method:
>      store.getTaggedTiddlers(tiddler.title).join(" ")
>
> HTH.
>
> -- 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: Documenting directory structures

2009-03-19 Thread Graham Addis

Ken Girard wrote:
> And then play with the following line in your StyleSheet to get the
> indents and look that you want
> 
> .viewer blockquote {line-height:1.5em; padding-left:0.8em; margin-left:
> 2.5em; border-left:3px solid [[ColorPalette::TertiaryDark]];}
> 
> You can even have it pull in an image before the indent.

Ken, Eric,

It's looking almost like I envisioned now.

With my StyleSheet to:
.dirtree blockquote {line-height:1em; margin:0em; margin-left:
2em; border:none;}

And the tiddler containing:
{{dirtree{
C:\Program Files
 >\My Programme
 >>\bin
 >>\[[src]]
 >\Other Programme
 >>\bin
 >>\[[src]]
}}}

I've put the directory separators in by hand as I couldn't work out a way of 
easily adding a single character to the left and it looks more representative 
in 
the editor too.

If I get a chance I might embed an image of a folder.

Thanks,

Graham


--~--~-~--~~~---~--~~
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: Table with Tags Title and Tagging

2009-03-19 Thread FND

> I am trying to use forEach tiddler to output the tiddlers Tagged with
> the selected tiddler [1]
> I can see why it doesn't work.

So if I understand this correctly, the problem is that your FET macro 
call generates "[object Object]".
That's because store.getTaggedTiddlers returns an array - so you might 
wanna use the join method:
 store.getTaggedTiddlers(tiddler.title).join(" ")

HTH.


-- 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] Table with Tags Title and Tagging

2009-03-19 Thread Alex Hough

Hello all

I am trying to use forEach tiddler to output the tiddlers Tagged with
the selected tiddler [1]

I can see why it doesn't work.

Any help most appricated

ALex


[1]http://r.a.hough.googlepages.com/OMM.html
--~--~-~--~~~---~--~~
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: FNDs eMailMacro and permalink to tiddler in textbody?

2009-03-19 Thread FND

> I would like to have a permalink to the tiddler included as well.

Sounds like a reasonable suggestion - so I've added a permalink 
parameter to this (ancient) macro:
 http://devpad.tiddlyspot.com/#eMailMacro


-- 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: Tiddlywiki-based Process Documentation

2009-03-19 Thread Russ Thomas
Hi Sam

Sounds like you're asking for a workflow system, running and governed by a
TW.  Right?  That's like a GTD system with definition capabilties and
archival capabilties and...

Wow.  That would be astonishing if it could be put together correctly.  I
can see that the simplest WF could be achieved by any of the slideshow
plugins available providing a simple "get next task" kind of function.  But,
strictly, if you're expecting 1) (ability to define sequences (workflows))
and 7) (collecting data along the way) then this implies that validation and
therefore vital task criteria are required to know exactly what the next
task should be in a given scenario.

This implies a state machine.  System needs to know what state a given WF is
in to be able to decide what to do next.  Which further implies the ability
to specify and capture all states for a workflow template when it's being
built.

Maybe I'm reading too much into what you said?

Russ

2009/3/18 SamCox 

>
> Hi Everyone,
>
> I want to document an assembly procedure having about 20 major steps
> with each step consisting of a primary operation preceded by a pre-
> assembly inspection sub-step and a post-assembly verification sub-
> step. Many steps will be illustrated with photos.
>
> I'd like my procedure to have some or all of these features:
>
> 1) Defined sequence -- the steps must be done in a specific order. See
> also 6), below.
> 2) Display one step at a time -- i.e., close other steps.
> 3) Must click check box to advance to next step.
> 4) Access to pop-up reference tiddlers via, say, sidebar tag cloud or
> links embedded in individual steps.
> 5) Novice / Expert modes in which more or less information is
> displayed. I expect my experienced operators to actually need only a
> checklist but the more inexperienced such as trainees and engineers
> (!) will need hand-holding. It should be easy to switch between modes.
> 6) Master tiddlers that can employ (deploy?) other tiddlers in a
> specified sequence. This is important because the procedure steps
> appliy to a few assemblies with somewhat different content.
> 7) Minor data collection such as serial numbers, revision codes, go-no-
> go test results -- stuff like that.
>
> Is it possible that someone has collected the right set of plugins for
> a job like this?
>
> Thanks,
> -- Sam
>
> >
>

--~--~-~--~~~---~--~~
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] Upload all tiddlers but this.... (not overwriting 'this' - just keeping it as it were)

2009-03-19 Thread Måns

Hi
I am having problems with my fET-code in a template.
I can save all tiddlers which use this template individually - with
BidiX's UploadTiddlerPlugin - without any problem - but
if I save the template itself - it removes all backslashes ('\'), from
the code.
This means that I also cannot use the normal "saveToWeb"-function
because it ruins the template in the process.

Is there any possibility to exclude my template tiddlers from being
overwritten when I upload all tiddlers - and still keep the templates
- something like: merging all tiddlers except the templates??

Untill then I just upload my TW via Ftp and do tiddlerupload on the
fly (which works very well for my purposes)..

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] FNDs eMailMacro and permalink to tiddler in textbody?

2009-03-19 Thread Måns

Hi
I've put FNDs eMailMacro into my viewtemplate so it appears as a
button in the toolsarea.
It pulls the tiddlertitle and uses it as subject - and copies the
tiddlers text to the mail.
I would like to have a permalink to the tiddler included as well.
Is it possible to automate this -
-and -
do I have to make some kind of workaround pulling the permalink into
the tiddlers textarea and wikify it first?
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
-~--~~~~--~~--~--~---