Re: [tw] Re: Can't open my node.js TW5

2014-02-10 Thread Jeremy Ruston
Fortunately, I was able to make it disappear when I removed all of the images from my tiddlers folder. Is there something about about the node.js version that can't handle images? Image files in tiddler folders need to have .meta files accompanying them giving the values for the other fields

Re: [tw] Re: Can't open my node.js TW5

2014-02-04 Thread Mark Kerrigan
I have a similar problem. mkerriganmacbookpro:Five Mark$ tiddlywiki --server $:/core/modules/wiki.js:279 bb = b.fields[sortField].toLowerCase() || ; ^ TypeError: Cannot call method 'toLowerCase' of undefined at $:/core/modules/wiki.js:279:29 at Array.sort

[tw] Re: Can't open my node.js TW5

2014-01-25 Thread David Gifford
By the way I should really point out that I am starting to get pretty excited about TW5 on node.js. So glad I am taking the time to learn to do this. This is really going to be cool! Dave On Saturday, January 25, 2014 7:53:07 AM UTC-5, David Gifford wrote: Hi all I was so proud of myself

Re: [tw] Re: Can't open my node.js TW5

2014-01-25 Thread Jeremy Ruston
Hi Dave I'm very pleased you're using Node as well, firstly because I'm excited to see what you'll come up with when given this new palette of possibilities, and secondly because I think you'll be in a great position to help others through the journey you've undergone. The error trace implies

Re: [tw] Re: Can't open my node.js TW5

2014-01-25 Thread David Gifford
Are there any symbols that must not be in tiddler titles? I saw one with ~ and I have Spanish characters in some titles Dave On Sat, Jan 25, 2014 at 8:03 AM, Jeremy Ruston jeremy.rus...@gmail.comwrote: Hi Dave I'm very pleased you're using Node as well, firstly because I'm excited to see

Re: [tw] Re: Can't open my node.js TW5

2014-01-25 Thread Jeremy Ruston
On Sat, Jan 25, 2014 at 1:07 PM, David Gifford dgiff...@crcna.org wrote: Are there any symbols that must not be in tiddler titles? I saw one with ~ and I have Spanish characters in some titles There are no restrictions on tiddler titles, you can use any characters that you can type. There are

Re: [tw] Re: Can't open my node.js TW5

2014-01-25 Thread David Gifford
So for hundreds of tiddlers I need to add one tiddler at a time, and each time I need to close and reopen node.js, and do the two steps to get the TW open? Dave On Sat, Jan 25, 2014 at 8:09 AM, Jeremy Ruston jeremy.rus...@gmail.comwrote: On Sat, Jan 25, 2014 at 1:07 PM, David Gifford

Re: [tw] Re: Can't open my node.js TW5

2014-01-25 Thread Jeremy Ruston
No, you can do it with a binary chop: start by adding half the tiddlers. If it works, add the other half. If it doesn't work, try each of the halves of the half that didn't work. By repeating those steps you can track it down. If you're running into problems you can also zip up the wiki folder

Re: [tw] Re: Can't open my node.js TW5

2014-01-25 Thread David Gifford
ok I will try that later. gotta run to an appointment. Blessings! On Sat, Jan 25, 2014 at 8:23 AM, Jeremy Ruston jeremy.rus...@gmail.comwrote: No, you can do it with a binary chop: start by adding half the tiddlers. If it works, add the other half. If it doesn't work, try each of the halves