Re: [tw] Re: Taking notes within a Tiddle

2012-05-25 Thread Glenn Wilkinson
Hi Måns,

TiddlerNotesPlugin is exactly what I need - thank you so much. I don't
know how Google couldn't deliver it to me :) Your earlier email was
useful too - I understand much more about TiddlyWiki now.

Glenn

On Fri, May 25, 2012 at 3:58 PM, Måns  wrote:
> Btw - do you know TiddlerNotesPlugin?:
>
> http://tiddlywiki.squize.org/#TiddlerNotesPlugin
>
> It seems to be pretty close to what you want to do...
>
> 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 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.
>

-- 
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: Taking notes within a Tiddle

2012-05-25 Thread Måns
Btw - do you know TiddlerNotesPlugin?:

http://tiddlywiki.squize.org/#TiddlerNotesPlugin

It seems to be pretty close to what you want to do...

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 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: Taking notes within a Tiddle

2012-05-25 Thread Måns
Hi Glenn

> I append the following to each tiddler's
> content:
>
> [...]
>
> 
> MY NOTES  [[Edit my notes|{{"notes_"+tiddler.title}}]]
> ---
> <>
>
> [...]
>
> The tiddler inclusion works with the 'tiddler' macro, but I can't seem
> to correctly reference a tiddle title via the PrettyLinks syntax. Any
> advice on this?

Change the prettylink to a transclusion like this:

[...]


MY NOTES  <>
---
<>

[...]

and in a new tiddler: [[MyNoteTemplate]] write:
/%
!prettylink
[[Edit my notes|notes_$1]]
!end
%/


OR

You might as well put it all into the MyNoteTemplate tiddler like
this:

[...]

MY NOTES  [[Edit my notes|notes_$1]]
---
<>

[...]

and put it in your viewtemplate like this:



Have fun :-)

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 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: [tw] Re: Taking notes within a Tiddle

2012-05-25 Thread Glenn Wilkinson
Hi all,

I've come up with a better (potentially) idea for note taking per
tiddler, which almost works. I append the following to each tiddler's
content:

[...]


MY NOTES  [[Edit my notes|{{"notes_"+tiddler.title}}]]
---
<>

[...]

The tiddler inclusion works with the 'tiddler' macro, but I can't seem
to correctly reference a tiddle title via the PrettyLinks syntax. Any
advice on this?

Thank you,
Glenn

On Fri, May 25, 2012 at 11:21 AM, Glenn Wilkinson
 wrote:
> Hi all,
>
> Thank you very much for the responses - they've been most useful. I've
> decided to go for the original CommentsPlugin plugin I mentioned as
> the creation of new Tiddles is actually useful keep teacher content
> and student content separate (and not messing with class note
> content). I've modified the CommentsPlugin code such that comments
> have the name 'comment__' [1].
>
> So I have a few questions:
>
> (i) How can I get 'CommentsPlugin' to display comments after hitting
> 'Save', preferably under the Tiddle being commented on (and clear the
> comment box contents, or reset it)?
> (ii) When I view a Tiddle, how can I load all existing comments
> associated to it? As mentioned above comments will be of the form
> ''comment__', so I'd want to load all tidles
> matching 'comment_*'
> (iii) When Tiddlywiki starts I'd like to display all saved comments (I
> can probably figure that out from answers to the above). I save
> comments with the tag "myNotes" - maybe that can be of use?
> (iv) Is it possible to store saved comment tidles in a different HTML
> file, to make updating things easier?
>
> (v) On the  question above - I'd like to be able to update students'
> material during class, without having them lose any notes they've
> made. What's the best approach for this? (i.e push new tiddles, or
> update existing ones)
>
> Thank you in advance for any insights!
> Glenn
>
> [1]   if (!store.createGuidTiddler) return
> store.createTiddler("comment_"+tiddler.title+"_"+((new
> Date()).getTime()));
>
>
> On Wed, May 23, 2012 at 3:32 PM, Måns  wrote:
>> Hi Glenn
>>
>>> It 'looks' like exactly what I want, but I'd like to save any entered
>>> text into the text box within the Tiddle, and not create a new
>>> comment. This is what I want:
>>>
>>> http://s16.postimage.org/pjgythkhv/tiddle_Comment_Plugin.png
>>
>> You want tiddlers to stay in editmode?? (no formating at all...)
>>
>> If that's what you want, Eric has made 
>> http://www.TiddlyTools.com/#EditFieldPlugin..
>>
>> Then you can add <> to a tiddler and you'll get an
>> editfield for all text in that tiddler with 15 lines.
>> If you replace "text" with sth else i.e. "foobar": <>
>> you'll get a custom textfield called foobar (seven lines) which will
>> not interfere with a tiddlers "normal" text.
>> You can even edit a remote tiddler field: <>.
>> Tags are also added to some sort of field, therefore you can also do:
>> <>.
>>
>> Read more: http://www.TiddlyTools.com/#EditFieldPluginInfo
>>
>> 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 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.
>>

-- 
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: [tw] Re: Taking notes within a Tiddle

2012-05-25 Thread Glenn Wilkinson
Hi all,

Thank you very much for the responses - they've been most useful. I've
decided to go for the original CommentsPlugin plugin I mentioned as
the creation of new Tiddles is actually useful keep teacher content
and student content separate (and not messing with class note
content). I've modified the CommentsPlugin code such that comments
have the name 'comment__' [1].

So I have a few questions:

(i) How can I get 'CommentsPlugin' to display comments after hitting
'Save', preferably under the Tiddle being commented on (and clear the
comment box contents, or reset it)?
(ii) When I view a Tiddle, how can I load all existing comments
associated to it? As mentioned above comments will be of the form
''comment__', so I'd want to load all tidles
matching 'comment_*'
(iii) When Tiddlywiki starts I'd like to display all saved comments (I
can probably figure that out from answers to the above). I save
comments with the tag "myNotes" - maybe that can be of use?
(iv) Is it possible to store saved comment tidles in a different HTML
file, to make updating things easier?

(v) On the  question above - I'd like to be able to update students'
material during class, without having them lose any notes they've
made. What's the best approach for this? (i.e push new tiddles, or
update existing ones)

Thank you in advance for any insights!
Glenn

[1]   if (!store.createGuidTiddler) return
store.createTiddler("comment_"+tiddler.title+"_"+((new
Date()).getTime()));


On Wed, May 23, 2012 at 3:32 PM, Måns  wrote:
> Hi Glenn
>
>> It 'looks' like exactly what I want, but I'd like to save any entered
>> text into the text box within the Tiddle, and not create a new
>> comment. This is what I want:
>>
>> http://s16.postimage.org/pjgythkhv/tiddle_Comment_Plugin.png
>
> You want tiddlers to stay in editmode?? (no formating at all...)
>
> If that's what you want, Eric has made 
> http://www.TiddlyTools.com/#EditFieldPlugin..
>
> Then you can add <> to a tiddler and you'll get an
> editfield for all text in that tiddler with 15 lines.
> If you replace "text" with sth else i.e. "foobar": <>
> you'll get a custom textfield called foobar (seven lines) which will
> not interfere with a tiddlers "normal" text.
> You can even edit a remote tiddler field: <>.
> Tags are also added to some sort of field, therefore you can also do:
> <>.
>
> Read more: http://www.TiddlyTools.com/#EditFieldPluginInfo
>
> 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 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.
>

-- 
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: Taking notes within a Tiddle

2012-05-23 Thread Måns
Hi Glenn

> It 'looks' like exactly what I want, but I'd like to save any entered
> text into the text box within the Tiddle, and not create a new
> comment. This is what I want:
>
> http://s16.postimage.org/pjgythkhv/tiddle_Comment_Plugin.png

You want tiddlers to stay in editmode?? (no formating at all...)

If that's what you want, Eric has made 
http://www.TiddlyTools.com/#EditFieldPlugin..

Then you can add <> to a tiddler and you'll get an
editfield for all text in that tiddler with 15 lines.
If you replace "text" with sth else i.e. "foobar": <>
you'll get a custom textfield called foobar (seven lines) which will
not interfere with a tiddlers "normal" text.
You can even edit a remote tiddler field: <>.
Tags are also added to some sort of field, therefore you can also do:
<>.

Read more: http://www.TiddlyTools.com/#EditFieldPluginInfo

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 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: Taking notes within a Tiddle

2012-05-23 Thread Eric Shulman
> I'm distributing a TiddlyWiki as a set of training notes. I'd like
> students to be able to add notes to any Tiddle, but without creating a
> new Tiddle for each note.

Either of these should do nicely:

   http://www.tiddlytools.com/#CommentPlugin
   http://www.tiddlytools.com/#CommentPluginInfo

   http://www.tiddlytools.com/#QuickNotePlugin
   http://www.tiddlytools.com/#QuickNotePluginInfo

(Note: the CommentPlugin above is NOT the same plugin as Michael
Mahemoff's)

enjoy,
-e
Eric Shulman
TiddlyTools / ELS Design Studios
Professional TiddlyWiki Consulting Services...
Analysis, Design, and Custom Solutions:
   http://www.TiddlyTools.com/#Donations
   http://www.TiddlyTools.com/#Contact

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