[tw] Re: NoteStorm 2 for getting newbies hooked on TiddlyWiki

2012-08-28 Thread Scott Simmons
Pretty sharp!

I'm a sucker for screencasts, and this one you've included with the latest 
version was a big help in understanding how you've nested the concepts of 
indices, notelists, and notes.  (Frankly, I was a little baffled when I 
played around with an earlier version of NoteStorm — mainly because I use a 
different schema in my own TiddlyWikis and wasn't used to thinking that 
way.  Watching your walkthrough brought me up to speed right away.)

You remain a true hero of the people for making TiddlyWiki accessible to 
newbies.  Whenever I hand out a blank TiddlyWiki, I always include a link 
to TW for the Rest of Us.  :)




-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/tiddlywiki/-/ERJqHkx8j4gJ.
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: SiteInfo and GettingStarted in TiddlySpace

2012-08-28 Thread PMario
Handoko,
If you want to have a syntax highlighting editor this may be of
interest for you

http://groups.google.com/group/tiddlywiki/msg/37f09da211674224?hl=en
-mario

-- 
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] Announcement: TiddlyWiki 2.6.6 Beta 1

2012-08-28 Thread Eric Shulman
Greetings All!

I'm pleased to announce that TiddlyWiki v2.6.6 has been advanced from
ALPHA to BETA status, and is now available for download and testing
from:
   http://tiddlywiki.com/beta

This BETA build is identical to the ALPHA build posted last month, and
is merely the next step on the way towards full release.  Please
download the BETA build and then migrate your document content (by
importing into a new TW266 empty.html) to confirm that no significant
problems arise.  If nothing major is reported by the TW community over
the next few weeks, you can expect TW266 to go gold sometime around
mid-September.

The next update after TW266 will be TW270 ALPHA, which will hopefully
include some fixes and/or workarounds to the various file I/O (saving/
loading) problems that have been caused by changes in browser
technology.  If all goes well, I expect to post TW270A sometime in
early to mid October (depending, of course, on how well the
development/debugging process goes).

enjoy,
-e
Eric Shulman
TiddlyWiki Classic Lead Developer
TiddlyWiki Community Support

-- 
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: NoteStorm 2 for getting newbies hooked on TiddlyWiki

2012-08-28 Thread David Gifford
Thanks Scott!

-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/tiddlywiki/-/iJZU5JKC_toJ.
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] Example of ToolbarCommands::CollapsedToolbar

2012-08-28 Thread Mark S.
The CollapseTiddlers macro apparently needs a special toolbar set up for 
it. Unfortunately, there isn't an example provided, and the one from 
tiddlytools.com is packed with references to other plugins.

Does anyone have a stripped down version of the toolbar?

Thanks!
Mark

-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/tiddlywiki/-/bSJDYWxtL7IJ.
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: Example of ToolbarCommands::CollapsedToolbar

2012-08-28 Thread Eric Shulman
On Aug 28, 9:16 am, Mark S. throa...@yahoo.com wrote:
 The CollapseTiddlers macro apparently needs a special toolbar set up for
 it. Unfortunately, there isn't an example provided, and the one from
 tiddlytools.com is packed with references to other plugins.

 Does anyone have a stripped down version of the toolbar?

The plugin generates a default (shadow) version of CollapsedTemplate
that directly defines a 'minimal' standard toolbar using:

div class='toolbar' macro='toolbar expandTiddler collapseOthers
closeTiddler closeOthers +editTiddler permalink references jump'/div
\
div class='title' macro='view title'/div\


TiddlyTools.com contains a customized CollapsedTemplate that overrides
the default shadow definition:

span class='toolbar' macro='toolbar
[[ToolbarCommands::CollapsedToolbar]]'/span
span class='title'
span class='floatleft' macro='tiddlerIcons' style='cursor:auto !
important;'/span
span macro='view title'/span
/span
div class='tagClear'/div

which references [[ToolbarCommands::CollapsedToolbar]], rather than
directly embedding the toolbar commands in the template.  Of course,
as you've noted, the ToolbarCommands definition for TiddlyTools is
highly-customized and contains specific references to other plugins.

I apologize for the current example/usage info in the Plugin... it is
obviously insufficient, and I need to re-write the documentation.

In any event, for your purposes, just copy the list of toolbar
commands from the shadow definition and paste it into the
ToolbarCommands::CollapsedToolbar slice.  These are the commands to
paste:

   +expandTiddler collapseOthers closeTiddler closeOthers editTiddler
permalink references jump

Note one minor adjustment: the + prefix should be moved from
editTiddler to expandTiddler, so that double-clicking on a
collapsed (folded) tiddler expands (unfolds) it, rather than
editing it.

enjoy,
-e
Eric Shulman
TiddlyTools / ELS Design Studios

HELP ME TO HELP YOU - MAKE A CONTRIBUTION TO MY TIP JAR...
   http://www.TiddlyTools.com/#Donations

Professional TiddlyWiki Consulting Services...
Analysis, Design, and Custom Solutions:
   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.



[tw] Re: Help with javascript new.window

2012-08-28 Thread skye riquelme
Hi Whatever

OK. The javascript code I showed is a bookmarklet...it sits under a button 
in my favorites toolbar and when clicked that code is executed. The code 
itself simply reads in the basic information about the page I am on 
name, url, domain and picks up if I have selected any text from the page ( 
as a quote)... and the code then opens a new window and in that window 
opens a TW that sits on my server...passing to the TW the information..

The TW on my server is a very basic, and by default opens to a simple HTML 
form.. which gets filled with the above page information, lets me add 
other bits of information (mainly tagging and extra comments) and then when 
I hit the done button in the form, it saves the information, making a new 
tiddler . with UploadTiddlerPlugin (BidiXTW) set to automatally update 
the TW to my server...

So. to bookmark a page I like...I simly hit the toolbar button, that 
opens a window and then I hit done the page information is in the 
on-line TW. Its a crude replacement for TiddlySnips...except it works with 
ease to store the bookmarks on-line. 

AND, my intention now is to give this bookmarklet to my studentsso that 
they can bookmark their research and the references get stored in a on-line 
(available to all) TW. Obviously that TW could soon get rather large and 
very slow every time you want to make a bookmarks, in order to 
study the references being generated, my students DONT access this TW. 
they access another one... which on opening reads the references from 
the bookmarklet TW.so the References TW  gets big with references (they 
anticipate that this may delay a little to open)and the bookmarklet TW 
keeps getting cleaned up (at the moment a manual process) and kept small 
and light.

Actually the whole set up is very simple and uses no fancy coding, EXCEPT 
for a little gem of inspiration from Eric.. the HTML form that opens in 
the new page ends with the code -

..
store.saveTiddler(title,title,text,who,when,etiquetas,fields);
autoSaveChanges(); 
'/form/htmlscript
var form=place.lastChild.getElementsByTagName('form')[0];
form.title.value=config.options.txtTitle;
form.url.value=config.options.txtFonte;
form.pub.value=config.options.txtDominio;
form.citado.value=config.options.txtCitado;
/script

that last bit of script is the magic - it takes the information passed 
by the bookmarklet and puts it into the HTML form above !! For me that's 
the Magic that makes this idea work

Thanks Eric

Thanks All
Skye

Em segunda-feira, 27 de agosto de 2012 02h27min02s UTC-3, whatever escreveu:

 Can you describe your solution in more detail? Perhaps share the 
 setup? I think this will be interesting to many people. 

 w 

 On Aug 26, 10:43 pm, skye riquelme riquelme.s...@gmail.com wrote: 
  Hi All 
  
  Actually I finally resolved my problem.. the bookmarklet code now 
 reads 
  - 
  
  javascript:void(window.open('
 http://mydomain/bookmarking/en.html#txtFonte:[['+location.href+']]%20txtTitle:[['+document.title+']]%20txtDominio:[['+window.location.hostname+']]http://mydomain/bookmarking/en.html#txtFonte:[[%27+location.href+%27]]%20txtTitle:[[%27+document.title+%27]]%20txtDominio:[[%27+window.location.hostname+%27]]
  
  
 %20txtCitado:[['+window.getSelection()+']]','','width=400,height=400,toolbar=yes,titlebar=yes'));
  

  
  Note that the javascript starts with void(...)...seems that makes 
 all 
  the difference 
  
  The target of this script is a very simple TW sitting on my server. The 
 TW 
  is armed with UploadPlugin and UploadTiddlerPlugin (and therefor 
  PasswordPlugin as well) from BidiXTW works greatfor me!! 
  
  Thanks 
  Skye 
  
  Em domingo, 26 de agosto de 2012 16h22min24s UTC-3, whatever escreveu: 
  
  
  
  
  
  
  
  
  
   Hi! 
  
   Are you using a server-side solution for your setup (TiddlyWeb, 
   TiddlySpace...) or a normal TW on a net-share? I tried getting 
   BookmarksPlugin (1) to work with TiddlyWeb, but I couldn't quite make 
   it work (2). 
  
   (1)http://bookmarksplugin.tiddlyspace.com/ 
   (2) 
  http://groups.google.com/group/tiddlywiki/browse_thread/thread/342ded... 

  
   w 
  
   On Aug 24, 9:20 pm, skye riquelme riquelme.s...@gmail.com wrote: 
Hi All, 
  
I am a great fan of TiddlySnip, but have difficulties in having it 
 store 
   my 
favoriites to an on-line TW (in principle this is possible using 
UploadPlugin recently that cant be done from a local TW to an 
 onçine 
TW). So, I have started playing with an alternative. What I have to 
 date 
   is 
a bit o javascript in a bookmerklet that passes the selected url and 
   title 
to a TW on my server.so far so good. Its working and storing 
 my 
references on-line 
  
My code is siimply - 
  
   
 javaascript:var%20address=location.href;var%20title=document.title;window.open('
  

  
 

[tw] Re: Example of ToolbarCommands::CollapsedToolbar

2012-08-28 Thread Mark S.
Hi Eric,

I see what I did wrong. I didn't know there would be a shadow template, and 
I imported yours ... which of course didn't work right because it was 
expecting other macros.

I deleted the Collapse template and now its working fine.

Thanks again!
Mark

On Tuesday, August 28, 2012 9:31:41 AM UTC-8, Eric Shulman wrote:

 On Aug 28, 9:16 am, Mark S. throa...@yahoo.com wrote: 
  The CollapseTiddlers macro apparently needs a special toolbar set up for 
  it. Unfortunately, there isn't an example provided, and the one from 
  tiddlytools.com is packed with references to other plugins. 
  
  Does anyone have a stripped down version of the toolbar? 

 The plugin generates a default (shadow) version of CollapsedTemplate 
 that directly defines a 'minimal' standard toolbar using: 
  
 div class='toolbar' macro='toolbar expandTiddler collapseOthers 
 closeTiddler closeOthers +editTiddler permalink references jump'/div 
 \ 
 div class='title' macro='view title'/div\ 
  

 TiddlyTools.com contains a customized CollapsedTemplate that overrides 
 the default shadow definition: 
  
 span class='toolbar' macro='toolbar 
 [[ToolbarCommands::CollapsedToolbar]]'/span 
 span class='title' 
 span class='floatleft' macro='tiddlerIcons' style='cursor:auto ! 
 important;'/span 
 span macro='view title'/span 
 /span 
 div class='tagClear'/div 
  
 which references [[ToolbarCommands::CollapsedToolbar]], rather than 
 directly embedding the toolbar commands in the template.  Of course, 
 as you've noted, the ToolbarCommands definition for TiddlyTools is 
 highly-customized and contains specific references to other plugins. 

 I apologize for the current example/usage info in the Plugin... it is 
 obviously insufficient, and I need to re-write the documentation. 

 In any event, for your purposes, just copy the list of toolbar 
 commands from the shadow definition and paste it into the 
 ToolbarCommands::CollapsedToolbar slice.  These are the commands to 
 paste: 

+expandTiddler collapseOthers closeTiddler closeOthers editTiddler 
 permalink references jump 

 Note one minor adjustment: the + prefix should be moved from 
 editTiddler to expandTiddler, so that double-clicking on a 
 collapsed (folded) tiddler expands (unfolds) it, rather than 
 editing it. 

 enjoy, 
 -e 
 Eric Shulman 
 TiddlyTools / ELS Design Studios 

 HELP ME TO HELP YOU - MAKE A CONTRIBUTION TO MY TIP JAR... 
http://www.TiddlyTools.com/#Donations 

 Professional TiddlyWiki Consulting Services... 
 Analysis, Design, and Custom Solutions: 
http://www.TiddlyTools.com/#Contact 


-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/tiddlywiki/-/NSzxytbQVaQJ.
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] Partial Page Refresh

2012-08-28 Thread skye riquelme
Hi All

Is it possible to control/modify/restrict the page refresh mechanism? Let 
me explain.

I have a TW that I use for studying.. on selecting a topic (previsouly 
researched and organised as a organised folder)..the TW has panels to show 
the videos I have saved...the fotos I have saveda list (using 
TWTreeviewPlugin ) of any PDFs I have on the topic and the references that 
I also bookmarked for that topic.. so I can watch the videos (locally 
stored or online), open the references in an iframe, select fotos. AND 
I want to be able to make notes...to myself.. so a simple HTML 
form drops out of the  header in a popup (Erics ShowPopupPlugin)...and I 
make notes If I store those notes (hitting the input type=button 
cnclick 'store.saveTiddler(title);autoSaveChanges..) the notes get 
saved, the page refreshes and the video I am watching/studying (its in a 
sidebar) stops, because the page gets refreshed.

...so can I have the javascript code that saves the note, not refresh the 
page?


-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/tiddlywiki/-/82Bj9uQ_IpMJ.
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] Does/Will TiddlySpot support multiple users/logins?

2012-08-28 Thread MC Andre
I have a handful of TiddlyWikis that I would like to merge, but only if I 
could provide a secondary account for a friend to manage some of the 
articles.

Does TiddlySpot support multiple users, or does it plan to add this feature?

-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/tiddlywiki/-/OBavsW4NpqIJ.
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: Partial Page Refresh

2012-08-28 Thread Vincent Yeh
In the TableEditor plugin I use
tiddler.set(tiddler.title,newtext,tiddler.modifier,new Date()) + 
store.setDirty(true) to save the tiddler text in memory, and
saveChanges(null, [tiddler])   to save the tiddler to file. This way the 
tiddler gets saved but the page does not refresh. It seems not causing 
serious troubles so far.

Have fun!

Vincent

On Wednesday, August 29, 2012 1:51:15 AM UTC+8, skye riquelme wrote:

 Hi All

 Is it possible to control/modify/restrict the page refresh mechanism? Let 
 me explain.

 I have a TW that I use for studying.. on selecting a topic (previsouly 
 researched and organised as a organised folder)..the TW has panels to show 
 the videos I have saved...the fotos I have saveda list (using 
 TWTreeviewPlugin ) of any PDFs I have on the topic and the references that 
 I also bookmarked for that topic.. so I can watch the videos (locally 
 stored or online), open the references in an iframe, select fotos. AND 
 I want to be able to make notes...to myself.. so a simple HTML 
 form drops out of the  header in a popup (Erics ShowPopupPlugin)...and I 
 make notes If I store those notes (hitting the input type=button 
 cnclick 'store.saveTiddler(title);autoSaveChanges..) the notes get 
 saved, the page refreshes and the video I am watching/studying (its in a 
 sidebar) stops, because the page gets refreshed.

 ...so can I have the javascript code that saves the note, not refresh the 
 page?




-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/tiddlywiki/-/62-aEgbt168J.
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: NoteStorm 2 for getting newbies hooked on TiddlyWiki

2012-08-28 Thread Morris Gray
That is a very fine job Dave it's a very usable out-of-the-box TW, 
congratulations. Your instructional video is an absolute delight, very well 
done.

Morris

-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/tiddlywiki/-/qApFsNXgRusJ.
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.