Re: [tw] Re: [TW5] How to put backtick inside backticks

2014-07-23 Thread Branimir Braykov
@Jeremy: Tried this and doesn't work I just see a pink: #96;

@Mario: Your suggestion did work. I wanted to have a pink single backtick,
so I typed `, but that didn't do it.
The trick was to separate the backtick with spaces, so it works like this:
`` ` ``
Your example was quite correct.

Thank you, both!


On Wed, Jul 23, 2014 at 4:03 AM, PMario pmari...@gmail.com wrote:

 try your text with a double backtick at the beginning and the end:

 `` test `backtick` ``

 -mario

 --
 You received this message because you are subscribed to a topic in the
 Google Groups TiddlyWiki group.
 To unsubscribe from this topic, visit
 https://groups.google.com/d/topic/tiddlywiki/d3olOC2JCkI/unsubscribe.
 To unsubscribe from this group and all its topics, send an email to
 tiddlywiki+unsubscr...@googlegroups.com.
 To post to this group, send email to tiddlywiki@googlegroups.com.
 Visit this group at http://groups.google.com/group/tiddlywiki.
 For more options, visit https://groups.google.com/d/optout.


-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: TW5 on Tiddlyspot, how? ...and dare I utter nodejs?

2014-07-23 Thread Stephan Hradek
ad 4: Did you try to import any standalone TW into a blank Node.js TW?
Did you try to download a Node.js TW?

I think that *should* solve your questions.

-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] Re: [TW5] How to put backtick inside backticks

2014-07-23 Thread Jeremy Ruston
Hi Branimir


 @Jeremy: Tried this and doesn't work I just see a pink: #96;





Can you show me exactly what you tried? Did you use the HTML code element?




Best wishes




Jeremy
—
jeremy.rus...@gmail.com

On Wed, Jul 23, 2014 at 8:52 AM, Branimir Braykov bray...@gmail.com
wrote:

 @Jeremy: Tried this and doesn't work I just see a pink: #96;
 @Mario: Your suggestion did work. I wanted to have a pink single backtick,
 so I typed `, but that didn't do it.
 The trick was to separate the backtick with spaces, so it works like this:
 `` ` ``
 Your example was quite correct.
 Thank you, both!
 On Wed, Jul 23, 2014 at 4:03 AM, PMario pmari...@gmail.com wrote:
 try your text with a double backtick at the beginning and the end:

 `` test `backtick` ``

 -mario

 --
 You received this message because you are subscribed to a topic in the
 Google Groups TiddlyWiki group.
 To unsubscribe from this topic, visit
 https://groups.google.com/d/topic/tiddlywiki/d3olOC2JCkI/unsubscribe.
 To unsubscribe from this group and all its topics, send an email to
 tiddlywiki+unsubscr...@googlegroups.com.
 To post to this group, send email to tiddlywiki@googlegroups.com.
 Visit this group at http://groups.google.com/group/tiddlywiki.
 For more options, visit https://groups.google.com/d/optout.

 -- 
 You received this message because you are subscribed to the Google Groups 
 TiddlyWiki group.
 To unsubscribe from this group and stop receiving emails from it, send an 
 email to tiddlywiki+unsubscr...@googlegroups.com.
 To post to this group, send email to tiddlywiki@googlegroups.com.
 Visit this group at http://groups.google.com/group/tiddlywiki.
 For more options, visit https://groups.google.com/d/optout.

-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [TW5] Editable Table plugin.

2014-07-23 Thread Danielo Rodríguez
Hello Stephen,

Glad you are interested in using this. Seems like you have posted an old 
version of the instructions. If you go again to BrainTest you can find how 
to install it on TW 5.0.13. I have it working on several 5.0.13 ones.

I thought nobody but me uses this. Sadly I can only figure how many people 
is using it based on how many people are posting problems :-P


Let me know if you have further problems.


El lunes, 21 de julio de 2014 19:06:05 UTC+2, Stephen Kimmel escribió:

 I see. Obviously I missed Danielo's question about why his code didn't 
 work anymore.

 It seems to me that there are quite a few things that the main Tiddlywiki 
 site link to but that don't actually work with the available versions. I 
 suppose that until the program gets more stable that will always be the 
 case.

 Does anyone have a good guess as to when Tiddlywiki will be ready for 
 prime time?

 Stephen


-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] Re: [TW5] How to put backtick inside backticks

2014-07-23 Thread Branimir Braykov
Hi, Jeremy,
yes, this is just a part of my sentence:

Mario's suggestion (works):

You can use `` ` `` (backticks) to call the function.


Your suggestion (works):

You can use code#96;/code (backticks) to call the function.


Also tried (doesn't work):

You can use `#96;` (backticks) to call the function.



I tested it all again.
I have to say I am sorry, your suggestion DOES really WORK.
I can't seem to figure out what went wrong last time. I have tried all 
kinds of combinations, spaces, no spaces, entities, etc.
I am sorry to have wasted your time!

-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] Re: [TW5] Editable Table plugin.

2014-07-23 Thread Jeremy Ruston
Hi Stephen

On Mon, Jul 21, 2014 at 6:06 PM, 'Stephen Kimmel' via TiddlyWiki 
tiddlywiki@googlegroups.com wrote:

 I see. Obviously I missed Danielo's question about why his code didn't
 work anymore.

 It seems to me that there are quite a few things that the main Tiddlywiki
 site link to but that don't actually work with the available versions. I
 suppose that until the program gets more stable that will always be the
 case.


I'll review the links and prune out any out of date ones for 5.0.14

I also plan to add a blacklist of plugins and versions that are known to be
incompatible so that the user will get a warning if they attempt to import
them to a new version of tiddlywiki.

Best wishes

Jeremy



 Does anyone have a good guess as to when Tiddlywiki will be ready for
 prime time?

 Stephen

 --
 You received this message because you are subscribed to the Google Groups
 TiddlyWiki group.
 To unsubscribe from this group and stop receiving emails from it, send an
 email to tiddlywiki+unsubscr...@googlegroups.com.
 To post to this group, send email to tiddlywiki@googlegroups.com.
 Visit this group at http://groups.google.com/group/tiddlywiki.
 For more options, visit https://groups.google.com/d/optout.




-- 
Jeremy Ruston
mailto:jeremy.rus...@gmail.com

-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] Re: Show context of searches in TW5?

2014-07-23 Thread Danielo Rodríguez
Very glad to hear that!

This kind of thing will be fixed when the plugins store comes in.

El martes, 15 de julio de 2014 16:04:27 UTC+2, David Gifford escribió:

 Awesome! Got it to work just fine.


 On Mon, Jul 14, 2014 at 4:54 PM, Birthe C strikke...@googlemail.com 
 javascript: wrote:

 Hi Dave Gifford
 Have af look at Danielo's http://braintest.tiddlyspot.com/. You will 
 find the Context plugin and some explanation of how this can be done.

 Birthe



 On Monday, July 14, 2014 10:48:05 PM UTC+2, David Gifford wrote:

 Found it myself, in Danielo's Scholarly TW:

 $:/plugins/danielo/context


 Now if I could just be able to create a context search tab independent 
 of the advanced search tabs, I would have what I want!



  -- 
 You received this message because you are subscribed to a topic in the 
 Google Groups TiddlyWiki group.
 To unsubscribe from this topic, visit 
 https://groups.google.com/d/topic/tiddlywiki/rdI2UYvKbpM/unsubscribe.
 To unsubscribe from this group and all its topics, send an email to 
 tiddlywiki+...@googlegroups.com javascript:.
 To post to this group, send email to tiddl...@googlegroups.com 
 javascript:.
 Visit this group at http://groups.google.com/group/tiddlywiki.
 For more options, visit https://groups.google.com/d/optout.




 -- 
 David Gifford
 Christian Reformed World Missions, Mexico City
  

-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] Re: [TW5] How to put backtick inside backticks

2014-07-23 Thread Jeremy Ruston
Hi Branimir

No worries, very glad we were able to help.

Best wishes

Jeremy


On Wed, Jul 23, 2014 at 10:50 AM, Branimir Braykov bray...@gmail.com
wrote:

 Hi, Jeremy,
 yes, this is just a part of my sentence:

 Mario's suggestion (works):

 You can use `` ` `` (backticks) to call the function.


 Your suggestion (works):

 You can use code#96;/code (backticks) to call the function.


 Also tried (doesn't work):

 You can use `#96;` (backticks) to call the function.



 I tested it all again.
 I have to say I am sorry, your suggestion DOES really WORK.
 I can't seem to figure out what went wrong last time. I have tried all
 kinds of combinations, spaces, no spaces, entities, etc.
 I am sorry to have wasted your time!

 --
 You received this message because you are subscribed to the Google Groups
 TiddlyWiki group.
 To unsubscribe from this group and stop receiving emails from it, send an
 email to tiddlywiki+unsubscr...@googlegroups.com.
 To post to this group, send email to tiddlywiki@googlegroups.com.
 Visit this group at http://groups.google.com/group/tiddlywiki.
 For more options, visit https://groups.google.com/d/optout.




-- 
Jeremy Ruston
mailto:jeremy.rus...@gmail.com

-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [TW5] WYSIWYG WikiText Editor plugin?

2014-07-23 Thread Danielo Rodríguez
I have plans to update my keyboard plugin to do so.

El martes, 8 de julio de 2014 22:39:05 UTC+2, Helge Philipp escribió:

 Is there by chance also a way to integrate a visual editor (or even better 
 something simple, similar to WikiBar 
 http://aiddlywiki.sourceforge.net/wikibar_demo_2.htmlor the 
 QuickEditToolbar)?

 Helge.

 On Monday, June 30, 2014 7:46:18 AM UTC+2, Matabele wrote:

 Hi

 There are some great visual editors for markdown, such as: 
 https://stackedit.io/ -- the markdown documents may be used in TW5 with 
 the Markdown plugin.

 regards 

 On Monday, June 30, 2014 5:01:06 AM UTC+2, Finn wrote:

 Does anyone know of a WYSIWYG WikiText editor plugin compatible with the 
 most recent version of TW5?

 I am looking for something similar to buggyj's HTML VisualEditor 
 http://bjhacks.tiddlyspot.com/#VisualEditorDemo:VisualEditorDemobut, 
 of course, for WikiText.

 Thank you in advance,
  
 -Finn



-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: TW in Education

2014-07-23 Thread Matabele
Hi

Getting down to the interesting nitty gritties details! Having made a 
rather unsuccessful attempt to introduce network content management systems 
into a school environment (Moodle, Plone and Mahara), I am interested as to 
why these technologies are a force fit into the existing school 
environment, and why TiddlyWiki might fit better (this, aside from the 
difficulties of maintaining a network in the school environment.)

A couple of interesting comments from here (TWC): 
http://www.networkworld.com/article/2234187/software/tiddlywiki-is-amazing--fantastic-.html

TiddlyWiki takes a more personal approach to wikis than most 
 implementations, because rather than servicing a group of users -- or, as 
 in the case of Wikipedia, the entire galaxy -- it provides a private, 
 single-user wiki. 


a key attribute of TiddlyWikis: Once you have your own copy, you can 
 annotate and add to it, making it your own content mashup. 


This perspective aligns with Mans observations.

It's basically the idea of understanding and using a TiddlyWiki as a single 
 document which I think is important - and fundamental in terms of getting a 
 feeling of true ownership of content.. - it's offline, it's in your own 
 filesystem and organized along with all your other school stuff... 


Taken together, this would argue for a dual structure:
 -- A TiddlySpot type server for hosting public Wikis containing a 
repository of learning artefacts (these created either by the instructor as 
course materials, or by a group of students as a collaborative resource.)  
-- Individual private copies of standalone TiddlyWikis containing a 
personal collection of learning artefacts (including a mixture of artefacts 
'hooked' from one of the repositories and artefacts created by the 
individual student.)

I believe that the individual personal Wiki should start out empty of 
content -- even the act of copying an artefact across from a repository 
imbues that learning artefact with the necessary sense of ownership.

With suitable plugins, it might then be possible to add back some of the 
interesting collaborative features of CMS such as Moodle, Plone and Mahara. 
Only for these features are the collaborative features of TiddlyWeb or Tank 
required, and I've found these features to be the hard sell in the 
traditional school environment.

regards 

On Tuesday, June 17, 2014 5:15:49 AM UTC+2, Richard Smith wrote:

 Hi There.

 My name is Richard and I am a huge fan of TiddlyWiki. I think it is a 
 really awesome project and I thank you all greatly for it.

 I have an ambitious idea of how TW could be used to build open-source 
 textbooks for high school students by allowing multiple 
 intersecting/overlapping editions of each book to co-exist, drawn from a 
 common pool of educational fragments.

 From what I have read so far it seems that TW, with TiddlyWeb as a 
 back-end, has basically all of the functionality necessary to make this 
 happen in a rudimentary way.

 I am currently building a prototype to demonstrate how I imagine such a 
 thing might work and am learning how to use TiddlyWeb by working through 
 the documentation.

 I'm not stupid with computers, but nor do I have any serious web-developer 
 chops. I've set myself the task of learning javascript as quickly as 
 possible, but I'm still pretty far out of my depth and I hope I will be 
 able to ask some silly questions here as I go. You do all seem very 
 friendly.

 My question today is whether there is anything out there already which is 
 similar to what I've described? I have searched extensively but I still 
 figured it best to ask the community. I have read that there are several 
 educational projects already using TW, including Unamesa, who's site I have 
 seen, but as far as I can tell they are only using TW for content-delivery 
 and not content-creation or collaboration.

 I would also appreciate any advice at all that you might have about my 
 idea - especially if there's some reason you don't think it will work.

 Cheers
 Richard


-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: How to escape __ and //

2014-07-23 Thread duzuike

It's TW5.

I tried this :

```
  svn://example.com
  __stdcall
```

But It's not a good idea when you are writing normal text .




在 2014年7月22日星期二UTC+8下午11时52分05秒,Mat写道:

 On Tuesday, July 22, 2014 1:30:06 PM UTC+2, Stephan Hradek wrote:
 You forgot to mention [twc] or [tw5] in the topic. I assume, this is twc… 
 Someone else needs to jump in here.


 Aha, if it is TWC, then you can use {{{ }}} to make it code

 {{{
svn://example.com http://twitter.com
__stdcall
 }}}

 or

 {{{   svn://example.com http://twitter.com}}}
 {{{   __stdcall}}}

 :-)



-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [TW5] Editable Table plugin.

2014-07-23 Thread Birthe C
Hi Danielo
I loved Editable-Table and still uses it in an older tw5 version...I would 
love to be able to use it in TW 5.0.13.


Birthe


On Wednesday, July 23, 2014 11:47:34 AM UTC+2, Danielo Rodríguez wrote:

 Hello Stephen,

 Glad you are interested in using this. Seems like you have posted an old 
 version of the instructions. If you go again to BrainTest you can find how 
 to install it on TW 5.0.13. I have it working on several 5.0.13 ones.

 I thought nobody but me uses this. Sadly I can only figure how many people 
 is using it based on how many people are posting problems :-P


 Let me know if you have further problems.


 El lunes, 21 de julio de 2014 19:06:05 UTC+2, Stephen Kimmel escribió:

 I see. Obviously I missed Danielo's question about why his code didn't 
 work anymore.

 It seems to me that there are quite a few things that the main Tiddlywiki 
 site link to but that don't actually work with the available versions. I 
 suppose that until the program gets more stable that will always be the 
 case.

 Does anyone have a good guess as to when Tiddlywiki will be ready for 
 prime time?

 Stephen



-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [TW5] Editable Table plugin.

2014-07-23 Thread David Gifford
Oh, darn, what a disappointment...I thought the thread said edible table 
plugin...I thought TiddlyWiki was going to start feeding me, too. I am 
already dependent on it for so many other things...

-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [TW5] Editable Table plugin.

2014-07-23 Thread 'Stephen Kimmel' via TiddlyWiki
Maybe I'm just slow but I went to Braintest 
(http://braintest.tiddlyspot.com/) and called up the tiddler Inline 
editable tables. It listed four tiddlers to copy over:

   - $:/core/modules/filters/split.js 
   
http://braintest.tiddlyspot.com/#%24%3A%2Fcore%2Fmodules%2Ffilters%2Fsplit.js


   - $:/plugins/skeeve/newtiddler.js 
   http://braintest.tiddlyspot.com/#%24%3A%2Fplugins%2Fskeeve%2Fnewtiddler.js


   - CSS-Table http://braintest.tiddlyspot.com/#CSS-Table


   - Editable-Table http://braintest.tiddlyspot.com/#Editable-Table

Then for good measure I also did the drop and drag on the three sample 
entry tiddlers, Danielo, Dorothy and Full.

Because sometimes the things aren't live until you load them, I saved the 
wiki and reloaded it.

The Editable-Table tiddler looks like this:
Editable-Table  

 Edit   
Danielo  
Dorothy  
Full  

 with the plus sign next to the word Name and the writing pen next to the 
names.  On the Braintest page it I get Name, User, Grupo, Role and for Ful, 
I get bla, bla and bla. When I click on the writing pen icon I get editable 
spaces while on mine I get nothing.

Obviously I am missing something but I'm not sure what. Perhaps an unlisted 
tiddler. I just don't know.

I love the idea of editable tables but...

-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [TW5] Editable Table plugin.

2014-07-23 Thread Birthe C
Hi Stephen
You did everything right. Braintest is running TW 5.08 and thus Editable 
Table works. The problem is changes in filters that made split not work in 
later versions. *BUT*Read here: 
https://groups.google.com/d/msg/tiddlywiki/i1X9j8YsESk/U5gIFC1fnGAJOn 
Stephan Hradek wrote a fix http://tiddlystuff.tiddlyspot.com/ you will find 
it in tiddler Selfmade Lists. Try that one.

Birthe

 Wednesday, July 23, 2014 11:17:31 PM UTC+2, Stephen Kimmel wrote:

 Maybe I'm just slow but I went to Braintest (
 http://braintest.tiddlyspot.com/) and called up the tiddler Inline 
 editable tables. It listed four tiddlers to copy over:

- $:/core/modules/filters/split.js 

 http://braintest.tiddlyspot.com/#%24%3A%2Fcore%2Fmodules%2Ffilters%2Fsplit.js


- $:/plugins/skeeve/newtiddler.js 

 http://braintest.tiddlyspot.com/#%24%3A%2Fplugins%2Fskeeve%2Fnewtiddler.js


- CSS-Table http://braintest.tiddlyspot.com/#CSS-Table


- Editable-Table http://braintest.tiddlyspot.com/#Editable-Table

 Then for good measure I also did the drop and drag on the three sample 
 entry tiddlers, Danielo, Dorothy and Full.

 Because sometimes the things aren't live until you load them, I saved the 
 wiki and reloaded it.

 The Editable-Table tiddler looks like this:
 Editable-Table  

  Edit   
 Danielo  
 Dorothy  
 Full  

  with the plus sign next to the word Name and the writing pen next to the 
 names.  On the Braintest page it I get Name, User, Grupo, Role and for Ful, 
 I get bla, bla and bla. When I click on the writing pen icon I get editable 
 spaces while on mine I get nothing.

 Obviously I am missing something but I'm not sure what. Perhaps an 
 unlisted tiddler. I just don't know.

 I love the idea of editable tables but...


-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] Re: [TW5] Editable Table plugin.

2014-07-23 Thread cmari
I am using Editable Tables in TW 5.0.13 (it's really useful for
comparing/updating/synchronizing fields in many tiddlers all at once -
thanks, Danielo!).  I'm pretty sure that all I did to make things work was
add Stephan's fix for split-tiddler.
cmari


On Wed, Jul 23, 2014 at 3:01 PM, Birthe C strikkeglad...@googlemail.com
wrote:

 Hi Stephen
 You did everything right. Braintest is running TW 5.08 and thus Editable
 Table works. The problem is changes in filters that made split not work in
 later versions. *BUT*Read here:
 https://groups.google.com/d/msg/tiddlywiki/i1X9j8YsESk/U5gIFC1fnGAJOn
 Stephan Hradek wrote a fix http://tiddlystuff.tiddlyspot.com/ you will
 find it in tiddler Selfmade Lists. Try that one.

 Birthe

  Wednesday, July 23, 2014 11:17:31 PM UTC+2, Stephen Kimmel wrote:

 Maybe I'm just slow but I went to Braintest (http://braintest.tiddlyspot.
 com/) and called up the tiddler Inline editable tables. It listed four
 tiddlers to copy over:

- $:/core/modules/filters/split.js

 http://braintest.tiddlyspot.com/#%24%3A%2Fcore%2Fmodules%2Ffilters%2Fsplit.js


- $:/plugins/skeeve/newtiddler.js

 http://braintest.tiddlyspot.com/#%24%3A%2Fplugins%2Fskeeve%2Fnewtiddler.js


- CSS-Table http://braintest.tiddlyspot.com/#CSS-Table


- Editable-Table http://braintest.tiddlyspot.com/#Editable-Table

 Then for good measure I also did the drop and drag on the three sample
 entry tiddlers, Danielo, Dorothy and Full.

 Because sometimes the things aren't live until you load them, I saved the
 wiki and reloaded it.

 The Editable-Table tiddler looks like this:
 Editable-Table

  Edit
 Danielo
 Dorothy
 Full

  with the plus sign next to the word Name and the writing pen next to the
 names.  On the Braintest page it I get Name, User, Grupo, Role and for Ful,
 I get bla, bla and bla. When I click on the writing pen icon I get editable
 spaces while on mine I get nothing.

 Obviously I am missing something but I'm not sure what. Perhaps an
 unlisted tiddler. I just don't know.

 I love the idea of editable tables but...

  --
 You received this message because you are subscribed to the Google Groups
 TiddlyWiki group.
 To unsubscribe from this group and stop receiving emails from it, send an
 email to tiddlywiki+unsubscr...@googlegroups.com.
 To post to this group, send email to tiddlywiki@googlegroups.com.
 Visit this group at http://groups.google.com/group/tiddlywiki.
 For more options, visit https://groups.google.com/d/optout.


-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: NEWBIE Questions

2014-07-23 Thread ungozo
I started over again this evening - there were no specific download 
instructions for Windows 8.1 so I Downloaded an empty page. I moved that 
page from Downoads to a new folder and then opened that file from FireFox.  
That worked and I checked that I could use the Firefox add-in for changes 
and I also set my homepage to the empy.html now callr My Tiddly.  All this 
appears to work fine.  I avoided the zip file since it had a .tar file in 
it and I did not think that was appropriate for Windows 8.1.  Anyway, it 
seems to be working now.  Thank you.

Not sure I understand you can pin any tab in firefox, but I think I can 
learn that later.


On Tuesday, July 22, 2014 9:07:05 PM UTC-4, PMario wrote:

 If you download TW classic, it downloads a zip container.
 You need to unzip the stuff first, into a directory 

 The browser save as function doesn't work. You need to use the button.

 -mario



-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: NEWBIE Questions

2014-07-23 Thread Eric Shulman
On Wednesday, July 23, 2014 4:07:49 PM UTC-7, ung...@gmail.com wrote:

 ...  I avoided the zip file since it had a .tar file in it and I did not 
 think that was appropriate for Windows 8.1.


The .zip file contains empty.html and TiddlySaver.jar (not .tar).  This 
file is a compiled, signed Java applet that provides secure local file I/O 
support for users of some webkit-based browsers.  This is is similar to the 
use of the TiddlyFox plugin for FireFox, but works with Chrome, Safari, 
Opera and others.  Just place the TiddlySaver.jar file in the same 
directory as your TiddlyWiki Classic documents and you should be able to 
load/edit/save using any of the above browsers.

enjoy,
-e
Eric Shulman
TiddlyTools / ELS Design Studios

YOUR DONATIONS ARE VERY IMPORTANT!
HELP ME TO HELP YOU - MAKE A CONTRIBUTION TO MY TIP JAR...
   http://TiddlyTools.github.com/fundraising.html#MakeADonation

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 unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: TW in Education

2014-07-23 Thread Richard Smith
Hello,

Thank you all very much for your comments. This discussion is very valuable 
to me as I try to figure out exactly what it is that I am doing. These are 
huge topics and I have many overlapping thoughts on the matter. Of course, 
I am using TW to organise them and corral myself towards practical action. 
It's a very fractal undertaking.

Having made a rather unsuccessful attempt to introduce network content 
 management systems into a school environment (Moodle, Plone and Mahara), I 
 am interested as to why these technologies are a force fit into the 
 existing school environment, and why TiddlyWiki might fit better (Matabele)


Hi Matabele - to give some context to my opinions, I should say that I have 
spent the last ten years as a high-school teacher of maths, science and 
computing before which I was qualified in theoretical physics and spent a 
number of years working in research.

My opinion of schools now is that they are fundamentally conservative 
places, even though they often appear to be at the cutting edge of 
innovation. The people who run schools want them to have the latest thing, 
whether it's a CMS or electronic whiteboards, but the majority of teachers 
are reluctant to embrace new tools and when they do use them, they 
generally just simulate old ways of working but with the new tools.

TW has some advantages over CMS's imo but doesn't necessarily overcome 
these barriers to adoption. It all depends of course what one is trying to 
achieve with the CMS.

I believe that the individual personal Wiki should start out empty of 
 content -- even the act of copying an artefact across from a repository 
 imbues that learning artefact with the necessary sense of ownership.


I think this is essentially correct ONCE you've got a system which is as 
intuitive to navigate as, say, youtube on the iPad, where my 2 year old 
happily subscribes to his favourite channels. Unless you're actively 
teaching students about web-technologies then you probably want the 
machinery to get out of the way and let the student learn.

* I want to enable work teams that are disjunct in both time and space.
 * I want the resources that are created to be available to anyone, 
 anywhere, anytime (that is, the fruits of the labor of creating the 
 artifacts should be available to the widest audience). (CDent)


Hi Chris - these are also amongst my goals. Furthermore, I want to make the 
totality of human knowledge available, in an accessible way, to every child.

I understand that textbooks are quite boring, given everything that we 
can do with tools like TW, but they remain the dominant technology 
employed in educating most children in the core k-12 subjects; and we pay a 
fortune for them (about $7 Billion dollars a year 
http://www.project-disco.org/competition/112113-the-changing-textbook-industry/
 
in the US); and they're not very good 
http://www.edutopia.org/textbook-publishing-controversy.

It's a big rort. Huge publishers siphoning money out of the education 
system and all we need to do to stop it is find a way to allow effective 
community collaboration and curation to duplicate these materials. I 
contend that if we had just a thousand maths teachers working together for 
half a year, we could create a better series of textbooks than any 
publisher would be able to compete with. The publishers get 
disinter-mediated, the schools get some of their $7 Billion dollars back 
and then the real fun starts, because now we have an open-source learning 
platform that's free to evolve to better suit the needs of it's users and 
we start to create products radically better than just 'textbooks'; we 
start to get towards actually creating CGP Grey's digital Aristotle. 
(https://www.youtube.com/watch?v=7vsCAM17O-M)

 -- A TiddlySpot type server for hosting public Wikis containing a 
 repository of learning artefacts (these created either by the instructor as 
 course materials, or by a group of students as a collaborative resource.)  
 -- Individual private copies of standalone TiddlyWikis containing a 
 personal collection of learning artefacts (including a mixture of artefacts 
 'hooked' from one of the repositories and artefacts created by the 
 individual student.) (Matabele)


This is basically how I imagine realising my project. Each individual 
starts writing any number of books Grade 8 Maths, Grade 9 IT and each 
of their books exists as part of a constellation (or federation) of 
editions which share content. Eventually, I imagine, each teacher may 
maintain any number of nuanced versions of each book tailored to different 
students. For the student, the book will be a jumping off point and all of 
the great personal features of TW come into play.

Practically, then, what I want is a service like Tank (about which I plan 
to learn more this week) which allows authors/teachers to discover relevant 
material created by other people in their federations and gives them tools 
for managing imports and 

[tw] Re: NEWBIE Questions

2014-07-23 Thread PMario
On Thursday, July 24, 2014 1:07:49 AM UTC+2, ung...@gmail.com wrote:

 Not sure I understand you can pin any tab in firefox, but I think I can 
 learn that later.


If you right click a tab in FF you have the possibility to pin the tab. So 
it will be automatically opened, everytime you open the browser.
-m

-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [TW5] Editable Table plugin.

2014-07-23 Thread 'Stephen Kimmel' via TiddlyWiki
All right. Here's what I did that made it work:

I wen to Tiddlywiki.com and downloaded a clean copy of Empty.html.

I went to Braintest (http://braintest.tiddlyspot.com/) and did the drop and 
drag as instructed for three of the files:

   - $:/plugins/skeeve/newtiddler.js 
   http://braintest.tiddlyspot.com/#%24%3A%2Fplugins%2Fskeeve%2Fnewtiddler.js


   - CSS-Table http://braintest.tiddlyspot.com/#CSS-Table


   - Editable-Table http://braintest.tiddlyspot.com/#Editable-Table

And Full, Danielo, and Dorothy. Just for good measure, I also grabbed 
Inline Editable Tables so I would have the full documentation.
I then went to skeeve's Tiddlystuff (http://tiddlystuff.tiddlyspot.com/) 
went to Selfmade Lists as Birthe suggested. There I downloaded the 
$:/core/modules/filters/split.js 
http://tiddlystuff.tiddlyspot.com/#%24%3A%2Fcore%2Fmodules%2Ffilters%2Fsplit.js
 
from the link at the bottom of the page. I saved the wiki and reloaded it 
but there was no joy in mudville.

However, taking Skeeve at his word, (the tiddler says split is not 
compatible to TW 5.0.10 at the moment. Please find athe compatible source 
here. I will fix it soon…) I copied the code in the textbox on that page 
and replaced the code in $:/core/modules/filters/split.js 
http://tiddlystuff.tiddlyspot.com/#%24%3A%2Fcore%2Fmodules%2Ffilters%2Fsplit.js.
 
Then saving and reloading, and suddenly I have functional inline editable 
tables in TW5.0.13. Or at least Danielo's example works the way it says it 
should.

I probably missed some intuitively obvious step that would have made the 
entire exercise easier but I am satisfied that  I finally got the function 
up and running more or less just as Cmari said it would.

-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.


[tw] TW5 - two tiddlers open in separate windows at the same time?

2014-07-23 Thread shane
In past two tiddlers (in the same TW) couldn't be open in sep windows the 
time, because entire was at once. Can two  ttiddles from the same TW be 
open in sep windows at same time in TW5?

-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.