TiddlersBarPlugin with MonkeyGTD theme in mGSD

2010-11-30 Thread DavidS
I have read the post on TiddlersBarPlugin and Mptw.
http://groups.google.com/group/gtd-tiddlywiki/browse_thread/thread/0787fe3fc81da9bc

I much prefer the MonkeyGTD theme with extended sidebar menus and have
adapted it with TableOfContents plugin. I have tried many combinations
of theme edits suggested for Mptw theme addition of TiddlersBarPlugin
and easily get it working in that theme but can not find a way of
getting it to work in the MonkeyGTD theme. I have Googled around on
this without luck.

Is it possible or is there inherent conflict?

-- 
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: Custom Journal Naming

2010-11-30 Thread Måns
Hi Thomas

http://tiddlywiki.org/wiki/NewJournal_(macro)
and
http://tiddlywiki.org/wiki/NewTiddler_(macro)#Parameters

Cheers Måns Mårtensson

On 30 Nov., 05:26, Thomas Kelly computertomboo...@gmail.com wrote:
 So what I want to be able to do with the new journal button is to have
 it work pretty much exactly how it already works but be able to tweak
 the default name slightly. If im working in a tiddler titled: Work and
 I hit new journal is there a wake for it to open up a blank tiddler
 titled Journal 05/02/10 Work or maybe just Work 07/02/10? I
 suspect this kind of alteration should be simple but I don't know
 enough about the tiddlywiki code to understand it well enough to do
 this myself. I see that you can call tiddler.title for the title of
 the tiddler calling for a new journal, but from there Im not sure how
 to implement it to the naming...

 Thank you.

-- 
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: Links / Favorites Page

2010-11-30 Thread Måns
Hi Clark

Install ForeachTiddlerPlugin
http://tiddlywiki.abego-software.de/#ForEachTiddlerPlugin
(Maybe you'll need inlineJavaScriptPlugin (http://www.tiddlytools.com/
#InlineJavascriptPlugin) as well - don't know really.. )

Put this in a tiddler:
forEachTiddler
 where
 'tiddler.tags.contains(fruit)'
 script
 '
function getFirstLine(s) {
 var m = s.match(/\s*(.*)/);
 return m != null  m.length = 1 ? m[1] : ;
 }
 '
write
'@@[[+tiddler.title+]]@@ rarr;  ~~//+getFirstLine(tiddler.text)
+//~~\n'


Cheers Måns Mårtensson

On 30 Nov., 07:50, Clark Kogan kogan.cl...@gmail.com wrote:
 Hello,
 I want to have a page that shows links to tiddlers that match a
 certain search criteria, and then shows a brief one line description
 of the tiddlers. For instance, if the search keyword was fruit, the
 following list might appear:

 Banana - A yellow fruit
 Apple - A hard fruit
 Orange - A juicy fruit

 Each description might be taken from the top line of the tiddler of
 interest.
 I know that the SearchOptionsPlugin and the TiddlerListMacro do
 similar things, but do not have any way to display a short description
 of the tiddler.

 I was wondering if anyone knew of something similar to this that was
 already available.

 Thanks,
 Clark

-- 
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: Links / Favorites Page

2010-11-30 Thread Måns
Sorry - Google omits the macro ending 
I've made an example here:
http://testelev.tiddlyspace.com/#%5B%5BTest%20FirstLines%5D%5D

Cheers Måns Mårtensson

On 30 Nov., 09:21, Måns humam...@gmail.com wrote:
 Hi Clark

 Install 
 ForeachTiddlerPluginhttp://tiddlywiki.abego-software.de/#ForEachTiddlerPlugin
 (Maybe you'll need inlineJavaScriptPlugin (http://www.tiddlytools.com/
 #InlineJavascriptPlugin) as well - don't know really.. )

 Put this in a tiddler:
 forEachTiddler
  where
  'tiddler.tags.contains(fruit)'
  script
  '
 function getFirstLine(s) {
  var m = s.match(/\s*(.*)/);
  return m != null  m.length = 1 ? m[1] : ;
  }
  '
 write
 '@@[[+tiddler.title+]]@@ rarr;  ~~//+getFirstLine(tiddler.text)
 +//~~\n'



 Cheers Måns Mårtensson

 On 30 Nov., 07:50, Clark Kogan kogan.cl...@gmail.com wrote:







  Hello,
  I want to have a page that shows links to tiddlers that match a
  certain search criteria, and then shows a brief one line description
  of the tiddlers. For instance, if the search keyword was fruit, the
  following list might appear:

  Banana - A yellow fruit
  Apple - A hard fruit
  Orange - A juicy fruit

  Each description might be taken from the top line of the tiddler of
  interest.
  I know that the SearchOptionsPlugin and the TiddlerListMacro do
  similar things, but do not have any way to display a short description
  of the tiddler.

  I was wondering if anyone knew of something similar to this that was
  already available.

  Thanks,
  Clark

-- 
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: tiddlywiki.org and documentation

2010-11-30 Thread tiddlygrp
Hi Jeremy

keeping the main docs on tiddlywiki.com is great.

I was also concerned with the documentation for and surrounding
tiddlywiki.

Vlak

On Nov 29, 1:41 pm, Jeremy Ruston jeremy.rus...@gmail.com wrote:
 My goal is to get authoritative reference documentation built into
 tiddlywiki.com, so that all the key information is easy to pick up and
 take with you when working offline.

 The plan is to feed it from the reference information that we're
 assembling over on tiddlyspace.

 When the documentation on tiddlyspace is mature and useful enough, I'd
 be hoping to switch tiddlywiki.org over to it. (We do have to make
 some improvements before that's possible, like better interactions
 with Googlebot).

 Cheers

 Jeremy



  Tiddlywiki.org is easy enough about tiddlywiki, so I know it applies.
  When I look through tiddlyspace I usually get something like: just
  include this space.  For me that implies I have to try to import the
  tiddlers of this space in a tiddlywiki to see if it works.  And often
  it does not, which is to be expected.

  Paul wrote:
  Another issue is that we've had difficulty separating developer
  documentation from end user documentation. My personal view is
  that the distinction of roles isn't always useful, but I realise
  others
  think it's essential.

  My own personal prejudice is that reference documentation about
  code maintained separately from code is always out of date, so
  I'd push for authors of plugins to document in the plugin tiddler, or
  in an associated info tiddler, and maybe we could look again at
  generating docs from the core code, though that's something of
  a hardy perennial.

  For me the distinction between end user and developer is very fluent.
  I consider myself an end user, but I have no problem reading the
  plugin code or using a little js.  I think just mixing all
  documentation and tagging it with levels like:  easy - requires js
  knowledge - requires html coding etc. would be fine.

  Vlak

  --
  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 
  athttp://groups.google.com/group/tiddlywiki?hl=en.

 --
 Jeremy Ruston
 mailto:jer...@osmosoft.comhttp://www.tiddlywiki.com

-- 
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: Links / Favorites Page

2010-11-30 Thread Måns
Here's yet another one (involving ForeachTiddlerPlugin) setup as a
transclusion.
Create a tiddler i.e
 [[Excerpts]]
forEachTiddler
 where
 'tiddler.tags.containsAny([$1,$2])'
 sortBy
 'store.getValue(tiddler,created)'
 descending
 write
 '\n@@font-size:1.5em;[[+tiddler.title+]]color:#999; -  +
Date.convertFromMMDDHHMM(store.getValue(tiddler,created)).formatString(/
0MM/0DD)+ - +tiddler.modifier+@@\n +
 {{excerpt{\n +
 (tiddler.text.match(/%%/) ?
 tiddler.text.substr(0,tiddler.text.indexOf(/%%/)) :
 tiddler.text.substr(0,300)) +
  ...\n[[more ...|+tiddler.title+]]\n\n}}};'


In another tiddler write (without the quotes):
tiddler Excerpts with: fruit

See example: http://testelev.tiddlyspace.com/#fruit

Cheers Måns Mårtensson

On 30 Nov., 09:39, Måns humam...@gmail.com wrote:
 Sorry - Google omits the macro ending 
 I've made an example 
 here:http://testelev.tiddlyspace.com/#%5B%5BTest%20FirstLines%5D%5D

 Cheers Måns Mårtensson

 On 30 Nov., 09:21, Måns humam...@gmail.com wrote:



  Hi Clark

  Install 
  ForeachTiddlerPluginhttp://tiddlywiki.abego-software.de/#ForEachTiddlerPlugin
  (Maybe you'll need inlineJavaScriptPlugin (http://www.tiddlytools.com/
  #InlineJavascriptPlugin) as well - don't know really.. )

  Put this in a tiddler:
  forEachTiddler
   where
   'tiddler.tags.contains(fruit)'
   script
   '
  function getFirstLine(s) {
   var m = s.match(/\s*(.*)/);
   return m != null  m.length = 1 ? m[1] : ;
   }
   '
  write
  '@@[[+tiddler.title+]]@@ rarr;  ~~//+getFirstLine(tiddler.text)
  +//~~\n'

  Cheers Måns Mårtensson

  On 30 Nov., 07:50, Clark Kogan kogan.cl...@gmail.com wrote:

   Hello,
   I want to have a page that shows links to tiddlers that match a
   certain search criteria, and then shows a brief one line description
   of the tiddlers. For instance, if the search keyword was fruit, the
   following list might appear:

   Banana - A yellow fruit
   Apple - A hard fruit
   Orange - A juicy fruit

   Each description might be taken from the top line of the tiddler of
   interest.
   I know that the SearchOptionsPlugin and the TiddlerListMacro do
   similar things, but do not have any way to display a short description
   of the tiddler.

   I was wondering if anyone knew of something similar to this that was
   already available.

   Thanks,
   Clark

-- 
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: Custom Journal Naming

2010-11-30 Thread Thomas Kelly
Sorry, maybe I wasn't clear in my post or maybe I just don't
understand what I am doing (definitely a possibility), but I want the
title of the new journal to change depending on which tiddler I
selected the new journal option from. So if I click new journal from a
tiddler titled school the new journal would be title something like
Journal 03030203 School and if i select it from a tiddler called
friends it will be titled Journal 97433432 Friends and so forth
globally. Is this even possible?

Thanks.

Oh, and thank you for the quick reply!

 Nov 30, 3:12 am, Måns humam...@gmail.com wrote:
 Hi Thomas

 http://tiddlywiki.org/wiki/NewJournal_(macro)
 andhttp://tiddlywiki.org/wiki/NewTiddler_(macro)#Parameters

 Cheers Måns Mårtensson

 On 30 Nov., 05:26, Thomas Kelly computertomboo...@gmail.com wrote:







  So what I want to be able to do with the new journal button is to have
  it work pretty much exactly how it already works but be able to tweak
  the default name slightly. If im working in a tiddler titled: Work and
  I hit new journal is there a wake for it to open up a blank tiddler
  titled Journal 05/02/10 Work or maybe just Work 07/02/10? I
  suspect this kind of alteration should be simple but I don't know
  enough about the tiddlywiki code to understand it well enough to do
  this myself. I see that you can call tiddler.title for the title of
  the tiddler calling for a new journal, but from there Im not sure how
  to implement it to the naming...

  Thank you.

-- 
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: Custom Journal Naming

2010-11-30 Thread PMario
Hi,
I put a little example [1], how it could wort at the TeamWork place.
There was a similar question some time ago [3]. I changed it a little
bit. Hope this fits. If not. Tell me.

You can adjust the Date format. See [2].

regards
Mario

[1] http://hoster.peermore.com/recipes/TeamWork/tiddlers.wiki#SpecialJournal
[2] http://tiddlywiki.org/wiki/DateFormats
[3] 
http://groups.google.com/group/tiddlywiki/browse_thread/thread/1d2f7a0ea82b966e?hl=en

On Nov 30, 3:44 pm, Thomas Kelly computertomboo...@gmail.com wrote:
 Sorry, maybe I wasn't clear in my post or maybe I just don't
 understand what I am doing (definitely a possibility), but I want the
 title of the new journal to change depending on which tiddler I
 selected the new journal option from. So if I click new journal from a
 tiddler titled school the new journal would be title something like
 Journal 03030203 School and if i select it from a tiddler called
 friends it will be titled Journal 97433432 Friends and so forth
 globally. Is this even possible?

 Thanks.

 Oh, and thank you for the quick reply!

  Nov 30, 3:12 am, Måns humam...@gmail.com wrote:
  Hi Thomas

 http://tiddlywiki.org/wiki/NewJournal_(macro)
  andhttp://tiddlywiki.org/wiki/NewTiddler_(macro)#Parameters

  Cheers Måns Mårtensson

  On 30 Nov., 05:26, Thomas Kelly computertomboo...@gmail.com wrote:

   So what I want to be able to do with the new journal button is to have
   it work pretty much exactly how it already works but be able to tweak
   the default name slightly. If im working in a tiddler titled: Work and
   I hit new journal is there a wake for it to open up a blank tiddler
   titled Journal 05/02/10 Work or maybe just Work 07/02/10? I
   suspect this kind of alteration should be simple but I don't know
   enough about the tiddlywiki code to understand it well enough to do
   this myself. I see that you can call tiddler.title for the title of
   the tiddler calling for a new journal, but from there Im not sure how
   to implement it to the naming...

   Thank you.

-- 
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: Custom Journal Naming

2010-11-30 Thread PMario
Hi Måns,
That's a tricky solution, without InlineJavascriptPlugin.
-m

On Nov 30, 4:30 pm, Måns humam...@gmail.com wrote:
 Hi again

 If you don't use TiddlySpace, you can create a tiddler i.e
 [[NewJournalHere]]
 tiddler NewJournalHere##SHOW with: {{tiddler.title}}/%
 !SHOW
 newJournal label:newJournalHeretitle: $1 - .0MM.0DD at 0hh:
 0mm:0ss  tag:journal
 !END%/

 And put into your ViewTemplate..
 (Not tested... however I'm pretty sure it works..)

 Cheers Måns Mårtensson

 On 30 Nov., 15:44, Thomas Kelly computertomboo...@gmail.com wrote:

  Sorry, maybe I wasn't clear in my post or maybe I just don't
  understand what I am doing (definitely a possibility), but I want the
  title of the new journal to change depending on which tiddler I
  selected the new journal option from. So if I click new journal from a
  tiddler titled school the new journal would be title something like
  Journal 03030203 School and if i select it from a tiddler called
  friends it will be titled Journal 97433432 Friends and so forth
  globally. Is this even possible?

  Thanks.

  Oh, and thank you for the quick reply!

   Nov 30, 3:12 am, Måns humam...@gmail.com wrote:
   Hi Thomas

  http://tiddlywiki.org/wiki/NewJournal_(macro)
   andhttp://tiddlywiki.org/wiki/NewTiddler_(macro)#Parameters

   Cheers Måns Mårtensson

   On 30 Nov., 05:26, Thomas Kelly computertomboo...@gmail.com wrote:

So what I want to be able to do with the new journal button is to have
it work pretty much exactly how it already works but be able to tweak
the default name slightly. If im working in a tiddler titled: Work and
I hit new journal is there a wake for it to open up a blank tiddler
titled Journal 05/02/10 Work or maybe just Work 07/02/10? I
suspect this kind of alteration should be simple but I don't know
enough about the tiddlywiki code to understand it well enough to do
this myself. I see that you can call tiddler.title for the title of
the tiddler calling for a new journal, but from there Im not sure how
to implement it to the naming...

Thank you.

-- 
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: Custom Journal Naming

2010-11-30 Thread Eric Shulman
 If you don't use TiddlySpace, you can create a tiddler i.e
 [[NewJournalHere]]
 tiddler NewJournalHere##SHOW with: {{tiddler.title}}/%
 !SHOW
 newJournal label:newJournalHeretitle: $1 - .0MM.0DD at 0hh:
 0mm:0ss  tag:journal
 !END%/

You can eliminate the parameter substitution using tiddler macro
by putting the evaluated parameter directly in the newJournal
macro, like this:

newJournal label:newJournalHere title:{{tiddler.title+ - .0MM.
0DD at 0hh:0mm:0ss}} tag:journal

enjoy,
-e

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



Re: [tw] Re: tiddlywiki.org and documentation

2010-11-30 Thread Alex Hough
 Another issue is that we've had difficulty separating developer
 documentation from end user documentation. My personal view is
 that the distinction of roles isn't always useful, but I realise
 others think it's essential.

I agree.

To help, I think that an easier entry into the inline code would be useful.
A how TW works might make understanding inline comments easier for
the person learning coding through TiddlyWiki. It could show
principals at work which the TW fan could follow and research online.
Its unknown unknowns that are the problem for me.

I personally feel that I understand what plugins are doing, but could
not write one myself. Its a bit like when you can understand more
French than you can write.

When an example comes up again, I'll post it - can't think right now

Alex

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



Re: [tw] Re: SVG with tiddlylink

2010-11-30 Thread Alex Hough
Thanks Jon,

Perhaps I am going down the wrong route: Would you recommend using an
icon instead of an image?

Do icons require a separate plugin to SVG images

Alex

On 27 November 2010 12:56, rakugo jdlrob...@gmail.com wrote:
 Hi Alex
 Use tiddlyLink instead of tiddler.
 I've created a new example at:
 http://icons.tiddlyspace.com/#TiddlyLinkExample

 Jon

 On Nov 26, 8:37 pm, Alex Hough r.a.ho...@gmail.com wrote:
 Hi Jon,

 This no longer works

 ellipse tiddler=hello alex cx=2.5 cy=1.5 rx=2 ry=1
 fill=red /

 no longer seems to work in TiddlySpace.
 Also the link to your example[1] no longer exists

 Have I missed something with SVG and links?

 Alex
 [1]http://jon.tiddlyspace.com/#tiddlerSVGLinkExamplehttp://jon.tiddlyspace.com/#tiddlerSVGLinkExample
 .

 On 24 September 2010 16:48, rakugo jdlrob...@gmail.com wrote:



  Hi Alex.
  Yes this is part of the ImageMacroPlugin.

  I wouldn't advise including the jon space - just include the following
  space - this might be what's causing you problems. If you remove my
  space and all the stuff that came with it (bar following) you should
  get your theme back.
  Jon

  On 24 Sep, 16:35, Alex Hough r.a.ho...@gmail.com wrote:
   Hi Jon,

One step ahead of you.

   As always :)
   Is this part of the svg plugin?
   Are there any use cases you are aware of

   I'm not up to speed with TiddlySpace :)
   I've included your space. (My space as changed appearance i think)

   Curiously the tiddler you tagged with '@alexhough' has not made it to my
  space.

   Alex

Alex try including the following space into your home space. you would
have got this message a lot earlier :)
Jon

On 24 Sep, 15:49, Alex Hough r.a.ho...@gmail.com wrote:
Hello there,

I was wondering if an SVG image could have a link to a tiddler.
You can have external links, see my example on my TiddlySpace [1]

It kind of works. There is an intermediate page [2] and when click
'TiddlyLinkFromXLinkTest in space' i get to the space with the tiddler
in view.

So the question is something about how to insert a tiddlylink into a
SVG so that the link opens in the story.

Alex

[1]http://alexhough.tiddlyspace.com/#svgwithlink
[2]http://alexhough.tiddlyspace.com/TiddlyLinkFromXLinkTest

--
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.comtiddlywiki%2bunsubscr...@googlegrou
   ps.com
  .
For more options, visit this group athttp://
  groups.google.com/group/tiddlywiki?hl=en.

  --
  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.comtiddlywiki%2bunsubscr...@googlegrou
   ps.com
  .
  For more options, visit this group at
 http://groups.google.com/group/tiddlywiki?hl=en.

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



-- 
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] TiddlyWiki for college note taking

2010-11-30 Thread azurikai
I'm a college student and am using TiddlyWiki for all of my note
taking needs.

Any suggestions, tips, and/or tricks on how to make this the best
experience possible?

P.S I'm running into annoying trouble on linking files and such (my
professors give me lots of PDF's and such), whats the best way to link
to these through a dropbox folder?

-- 
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: MasterIncludes Questions

2010-11-30 Thread skye riquelme
Hi again

sorry about that confusion Tobias...I loaded the plugin from your
pageand did not read the fine print explaining this is the work of
FND 

Have closely followed the instructions from the alternate way to
LoadTiddlers on startup? thread of jan 2008I got the thing
working without the error messages.

And still have that query about file locationsif the master file
is in the same foldereverything fine...if the file location is
a relative location (eg..\Direct\master.html)...that also worksbut
if I put an absolute file address or a url address to the master
fileit does not work...
an absolute file address gives me an error as it is amending the slave
folder address an to the address in the MasterIncludesConfig file.
..and if the file address is a url ..the file hangs and does not
open..

As mentioned...in my case the url is actually a http://localhost/master.html
addressas that way I should be able to access the same basic
master.html file from anywhere in my computar and not have to worry
with relative file locations all the time

Can MasterIncludesPlugin.js be modified to accept url adresses??

Thanks in advance

Skye

On Nov 28, 5:09 am, Michael.Tarnowski emt...@gmx.de wrote:
 Hi,

 please have a look at the similiar 
 posthttp://groups.google.com/group/tiddlywiki/browse_thread/thread/b2880c...
 Maybe one of the admins will fusion both postings.

 Cheers Michael

 On 27 Nov., 03:54, skye riquelme riquelme.s...@gmail.com wrote:

  Hi All

  Starting to play with Tobias's MasterIncludesPlugin...playing with
  the example from his page -http://masterincludes.tiddlyspace.com/
  - when I try to modify the client.html and then save those changes
  I get the message

  TypeError: tiddlers[t].doNotSave is not a function and then the
  message that the changes were not saved.

  I am working locally with the example TWs.

  AND.can I change the local of the master.html to site
  address .I am trying to use something like http://localhost/
  Master/master,html...and then tag the plugins so they are picked
  up depending on the originating client.htmleffectively
  creating a functional database of my favorite plugins(localhost is
  created with a wamp server...that happens to site in a dropbox
  folder !)

  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 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: TiddlyWiki for college note taking

2010-11-30 Thread passingby
You could use one of these for notes
http://twt-treeview-executive.tiddlyspot.com/
http://www.giffmex.org/newsblog/?p=168

You could also use MPTW for notes, its tagglytagging might be
something which hooks you. Plus there are many plugins you might want
to use to enhance your experience. eg
http://www.tiddlytools.com/
http://tiddlywiki.abego-software.de/
http://tw.lewcid.org/

About the linking to local PDF files, i think there have been some
prior discussions. Please search this group.

On Dec 1, 4:21 am, azurikai austinwithe...@gmail.com wrote:
 I'm a college student and am using TiddlyWiki for all of my note
 taking needs.

 Any suggestions, tips, and/or tricks on how to make this the best
 experience possible?

 P.S I'm running into annoying trouble on linking files and such (my
 professors give me lots of PDF's and such), whats the best way to link
 to these through a dropbox folder?

-- 
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: MasterIncludes Questions

2010-11-30 Thread skye riquelme
And yet another MasterIncludes question

I have set up a folderinitially using TinyTiddly.zip..and
duplicated the small tinytiddly.html file (the folder has the core.js
file)so that one became the client and the other the
master...filled the master with plugins..and got the client
correctly reading-in the plugins from the masteralso used Erics
TemporaryTiddlers plugin so that these plugins are not permanently
stored in client...so that the main (client) file stays nice and
small...and then on opening picks up the appropriately tagged
plugins...everything great.on my local system...

when I upload the whole folder to my browser..client seems to
openbut just sits with a blanck page...try it here - 
http://bit.ly/fZLhEx

Why does it not show..can MasterIncludes work over http?

While the page (client)  is trying to open I notice some strange names
in the  navegation line (at the bottom of firefox)momentarily it
says it is waiting for a response from www.superfish.com .now
superfish is a shopping page...that I do not subscribe to .and
its also a jQuery plugin apparentlyanyone have any ideas as to
what I am seeing...is it part of MasterIncludes...a virusor what ?

Thanks
Skye

On Nov 30, 10:09 pm, skye riquelme riquelme.s...@gmail.com wrote:
 Hi again

 sorry about that confusion Tobias...I loaded the plugin from your
 pageand did not read the fine print explaining this is the work of
 FND 

 Have closely followed the instructions from the alternate way to
 LoadTiddlers on startup? thread of jan 2008I got the thing
 working without the error messages.

 And still have that query about file locationsif the master file
 is in the same foldereverything fine...if the file location is
 a relative location (eg..\Direct\master.html)...that also worksbut
 if I put an absolute file address or a url address to the master
 fileit does not work...
 an absolute file address gives me an error as it is amending the slave
 folder address an to the address in the MasterIncludesConfig file.
 ..and if the file address is a url ..the file hangs and does not
 open..

 As mentioned...in my case the url is actually ahttp://localhost/master.html
 addressas that way I should be able to access the same basic
 master.html file from anywhere in my computar and not have to worry
 with relative file locations all the time

 Can MasterIncludesPlugin.js be modified to accept url adresses??

 Thanks in advance

 Skye

 On Nov 28, 5:09 am, Michael.Tarnowski emt...@gmx.de wrote:

  Hi,

  please have a look at the similiar 
  posthttp://groups.google.com/group/tiddlywiki/browse_thread/thread/b2880c...
  Maybe one of the admins will fusion both postings.

  Cheers Michael

  On 27 Nov., 03:54, skye riquelme riquelme.s...@gmail.com wrote:

   Hi All

   Starting to play with Tobias's MasterIncludesPlugin...playing with
   the example from his page -http://masterincludes.tiddlyspace.com/
   - when I try to modify the client.html and then save those changes
   I get the message

   TypeError: tiddlers[t].doNotSave is not a function and then the
   message that the changes were not saved.

   I am working locally with the example TWs.

   AND.can I change the local of the master.html to site
   address .I am trying to use something like http://localhost/
   Master/master,html...and then tag the plugins so they are picked
   up depending on the originating client.htmleffectively
   creating a functional database of my favorite plugins(localhost is
   created with a wamp server...that happens to site in a dropbox
   folder !)

   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 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: Custom Journal Naming

2010-11-30 Thread Thomas Kelly
Than kyou guys for all your help, I am so close to having it working.
So i have a tiddler named newJournalHere and all it contains is the
code: newJournal label:newJournalHere title:{{tiddler.title+ -
.0MM.0DD}} tag:{{tiddler.title}}
now in the viewtemplate section (MPTW template file_ I have tried
adding [[newJournalHere]] to the toolbar part and the general layout
part but I refresh all I get is  on the page and nothing else.
Am I doing something wrong or is it simply an issue with my file?

Again thank you for all your help, you guys know what your talking
about!
Cheers!

On Nov 30, 2:01 pm, Måns humam...@gmail.com wrote:
 Hi Eric

   If you don't use TiddlySpace, ---

 Is still a fact - it's the {{tiddler.title}} thing which doesn't work
 on tiddlyspace...

  You can eliminate the parameter substitution using tiddler macro
  by putting the evaluated parameter directly in the newJournal
  macro, like this:

  newJournal label:newJournalHere title:{{tiddler.title+ - .0MM.
  0DD at 0hh:0mm:0ss}} tag:journal

 Great :-)  It simplifies things a lot - Thanks.
 I tried sth like newJournal label:newJournalHere title:
 {{tiddler.title}} - .0MM. 0DD at 0hh:0mm:0ss tag:journal
 which gave me an extra tag (tiddler.title) instead of inclusion of
 tiddler.title in the new tiddler title..

 Cheers Måns Mårtensson

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

2010-11-30 Thread skye riquelme
Hi again


tracked down that superfish message...it was coming from the IETab add-
on for firefox..superfish was added into IETab on the last
update  I have now deleted that add-on.

So no more superfish messagesbut the page still does not open

Thanks
Skye

On Dec 1, 12:27 am, skye riquelme riquelme.s...@gmail.com wrote:
 And yet another MasterIncludes question

 I have set up a folderinitially using TinyTiddly.zip..and
 duplicated the small tinytiddly.html file (the folder has the core.js
 file)so that one became the client and the other the
 master...filled the master with plugins..and got the client
 correctly reading-in the plugins from the masteralso used Erics
 TemporaryTiddlers plugin so that these plugins are not permanently
 stored in client...so that the main (client) file stays nice and
 small...and then on opening picks up the appropriately tagged
 plugins...everything great.on my local system...

 when I upload the whole folder to my browser..client seems to
 openbut just sits with a blanck page...try it here 
 -http://bit.ly/fZLhEx

 Why does it not show..can MasterIncludes work over http?

 While the page (client)  is trying to open I notice some strange names
 in the  navegation line (at the bottom of firefox)momentarily it
 says it is waiting for a response from www.superfish.com .now
 superfish is a shopping page...that I do not subscribe to     .and
 its also a jQuery plugin apparentlyanyone have any ideas as to
 what I am seeing...is it part of MasterIncludes...a virusor what ?

 Thanks
 Skye

 On Nov 30, 10:09 pm, skye riquelme riquelme.s...@gmail.com wrote:

  Hi again

  sorry about that confusion Tobias...I loaded the plugin from your
  pageand did not read the fine print explaining this is the work of
  FND 

  Have closely followed the instructions from the alternate way to
  LoadTiddlers on startup? thread of jan 2008I got the thing
  working without the error messages.

  And still have that query about file locationsif the master file
  is in the same foldereverything fine...if the file location is
  a relative location (eg..\Direct\master.html)...that also worksbut
  if I put an absolute file address or a url address to the master
  fileit does not work...
  an absolute file address gives me an error as it is amending the slave
  folder address an to the address in the MasterIncludesConfig file.
  ..and if the file address is a url ..the file hangs and does not
  open..

  As mentioned...in my case the url is actually ahttp://localhost/master.html
  addressas that way I should be able to access the same basic
  master.html file from anywhere in my computar and not have to worry
  with relative file locations all the time

  Can MasterIncludesPlugin.js be modified to accept url adresses??

  Thanks in advance

  Skye

  On Nov 28, 5:09 am, Michael.Tarnowski emt...@gmx.de wrote:

   Hi,

   please have a look at the similiar 
   posthttp://groups.google.com/group/tiddlywiki/browse_thread/thread/b2880c...
   Maybe one of the admins will fusion both postings.

   Cheers Michael

   On 27 Nov., 03:54, skye riquelme riquelme.s...@gmail.com wrote:

Hi All

Starting to play with Tobias's MasterIncludesPlugin...playing with
the example from his page -http://masterincludes.tiddlyspace.com/
- when I try to modify the client.html and then save those changes
I get the message

TypeError: tiddlers[t].doNotSave is not a function and then the
message that the changes were not saved.

I am working locally with the example TWs.

AND.can I change the local of the master.html to site
address .I am trying to use something like http://localhost/
Master/master,html...and then tag the plugins so they are picked
up depending on the originating client.htmleffectively
creating a functional database of my favorite plugins(localhost is
created with a wamp server...that happens to site in a dropbox
folder !)

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 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: Custom Journal Naming

2010-11-30 Thread Eric Shulman
 So i have a tiddler named newJournalHere and all it contains is the
 code: newJournal label:newJournalHere title:{{tiddler.title+ -
 .0MM.0DD}} tag:{{tiddler.title}}
 now in the viewtemplate section (MPTW template file_ I have tried
 adding [[newJournalHere]] to the toolbar part and the

You can actually invoke the macro directly from the ViewTemplate,
without using ANY extra tiddler, like this:

span macro=newJournal
   label:'newJournalHere'
   title:{{tiddler.title+' - .0MM.0DD'}}
   tag:{{tiddler.title}}
/span

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] Re: mind map display of TW

2010-11-30 Thread Cyrill
Hi,

yes there is interest, you can use it with plugins

http://tiddlytagmindmap.tiddlyspace.com/
http://mindmaps.tiddlyspace.com/

Regards

On 30 Nov., 20:02, Smandoli themanthurs...@gmail.com wrote:
 I am interested in mind map displays of wiki information.
  *http://www.wikimindmap.org/viewmap.php?wiki=en.wikipedia.orgtopic=an...
  *http://www.snappywords.com
 Is this an interest for others?  Are efforts underway?  Would TW lose
 all its light-weight loveliness?

-- 
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: TiddlyWiki for college note taking

2010-11-30 Thread Yakov
As for now, I write notes only in thematical TWs and use the following
simple system:

* tiddler notes buf - for _writing_ notes which don't have their
place in main text yet
* it contains a slider, a links section and a body. Slider opens links
section which contains links to other bufs, for more specific note,
for example styling notes in the TW handbook document. And the body
contains just a list of notes.

* I use tags for pinning larger notes to the buf (tag a big note with
[[notes buf]] and that's it). If such pinning happens frequently,
you can insert the tagging macro after the list of notes in the
tiddler notes buf and write CSS so that the usual tagging above
the tiddler is not showed.

This approach is, however, rather simple and don't have any
aggregation mechanisms aside the thematical one (by using links). This
also needs somewhat conception when to read..

On 1 дек, 02:21, azurikai austinwithe...@gmail.com wrote:
 I'm a college student and am using TiddlyWiki for all of my note
 taking needs.

 Any suggestions, tips, and/or tricks on how to make this the best
 experience possible?

 P.S I'm running into annoying trouble on linking files and such (my
 professors give me lots of PDF's and such), whats the best way to link
 to these through a dropbox folder?

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