Re: [tw] Something I noticed about Unicode

2013-03-03 Thread Arc Acorn
It looks like I spoke to soon Now it seems to do something strange to the main file. I didn't notice earlier since you only notice on a re-fresh/re-load. The backups keep the unicode but now the main file dose not, however it doesn't seem to be converting the file to a new encoding type.

Re: [tw] Something I noticed about Unicode

2013-03-03 Thread Jeremy Ruston
Hi Arc Thanks. What version of TiddlyWiki are you using? It may be worth trying the new beta of 2.7.1 at tiddlywiki.com/beta. Best wishes Jeremy -- Jeremy Ruston jeremy.rus...@gmail.com On 3 Mar 2013, at 08:46, Arc Acorn nuttyta...@gmail.com wrote: It looks like I spoke to soon Now it

[tw] Re: Piping MatchTags to jQueryUI/sortable

2013-03-03 Thread Adam Sneller
https://lh5.googleusercontent.com/-VRzHCDkGS9g/UTMosZhg06I/AAM/PJSoddsiLKQ/s1600/screenshot.tif A couple more things: Here is the version that I adapted it for TW. For this test, I actually used jQuery.sortable() instead of the DragSort library, but it works fine. The only problem is

[tw] Re: filter by title (regex) and also by tag

2013-03-03 Thread PMario
NoCaseListPlugin and MatchTagsPlugin should work together. I did test several combinations that all worked. If you can discribe your usecase a bit better, I may find a NoCasListPlugin configuration that does what you want. The regexp stuff is very powerfull, but a bit complicated. -m -- You

[tw] Re: filter by title (regex) and also by tag

2013-03-03 Thread PMario
Probably you need XCaseListPlugin which has more possibilities. http://apm-plugins.tiddlyspot.com/#XCaseListPlugin -- 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

[tw] Re: filter by title (regex) and also by tag

2013-03-03 Thread PMario
On 2 Mrz., 23:14, Tobias Beer beertob...@gmail.com wrote: Actually, I think NoCaseListPlugin should be rewritten as an extension of the core list macro... and that would solve your problem, wouldn't it? NoCaseListPlugin actually is an extension of the core list macro it can be used as list

[tw] Re: Piping MatchTags to jQueryUI/sortable

2013-03-03 Thread PMario
Hi Adam, Following this topic, the following video may be of interest. 3:17 min https://www.youtube.com/watch?v=jfXAACS2TGk I did use tiddler custom fields to store the sort order. Having custom fields makes it compatible to the default list macro and you can have several fields. So one tiddler

[tw] Re: Piping MatchTags to jQueryUI/sortable

2013-03-03 Thread PMario
This space may be of interest too, but as its name says its experimental and about 3 years old. So using it with the latest jQuery engine, may break it. http://a-pm-experimental.tiddlyspot.com/ The concept here is, that the list of tiddlers is stored as a seperate story tiddler. eg:

[tw] Re: filter by title (regex) and also by tag

2013-03-03 Thread Tobias Beer
Hi Mario, Actually, I think NoCaseListPlugin should be rewritten as an extension of the core list macro... and that would solve your problem, wouldn't it? NoCaseListPlugin actually is an extension of the core list macro it can be used as list filter.. Oh boy, I need more sleep. :-D

Re: [tw] Something I noticed about Unicode

2013-03-03 Thread cmari
Hi Jeremy, I'm having problems with the combination of 2.7.1 and the new (1.0alpha10) Tiddlyfox . I've spent several hours trying to figure out why my TW 2.7.0 beta file that worked perfectly well when I went to bed yesterday will no longer save, and the backups all load with plugin errors and

[tw] Re: TiddlyFox fix for international characters in backups

2013-03-03 Thread andy . int
Hi Jeremy, Thanks for doing the TiddlyFox. the backup files seems to work flawlessly but the original file is not correct. FF 19.0 TW 2.7.0 TiddlyFox 1.0alpha10 Andy97 -- You received this message because you are subscribed to the Google Groups TiddlyWiki group. To unsubscribe from this

Re: [tw] Something I noticed about Unicode

2013-03-03 Thread Jeremy Ruston
Hi cmari, Arc, Thanks for your help. I can confirm that I'm seeing the same problem, and am investigating further, Best wishes, Jeremy On Sun, Mar 3, 2013 at 6:17 PM, cmari cema...@gmail.com wrote: Hi Jeremy, I'm having problems with the combination of 2.7.1 and the new (1.0alpha10)

Re: [tw] Something I noticed about Unicode

2013-03-03 Thread Jeremy Ruston
I've uploaded a new 1.0alpha11 that seems to fix things for me, at least with 2.7.1: https://github.com/TiddlyWiki/TiddlyFox/raw/master/tiddlyfox.xpi I'd be very grateful if you could try it out, Many thanks, Jeremy On Sun, Mar 3, 2013 at 7:09 PM, Jeremy Ruston jeremy.rus...@gmail.comwrote:

[tw] Re: TiddlyFox fix for international characters in backups

2013-03-03 Thread Jeremy Ruston
Thanks Andy. I've uploaded a new 1.0alpha11 that seems to fix things for me, at least with 2.7.1: https://github.com/TiddlyWiki/TiddlyFox/raw/master/tiddlyfox.xpi I'd be very grateful if you could try it out, Many thanks, Jeremy On Sun, Mar 3, 2013 at 2:25 PM, andy@gmail.com wrote: Hi

Re: [tw] Something I noticed about Unicode

2013-03-03 Thread cmari
Thanks so much for the quick work - yes, that seems to work perfectly! In case it helps others: 1. the only way I was able to successfully upgrade to 2.7.1 was by using the built-in, backstage import (not Eric's ImportTiddlersPlugin). 2. To get around the error message: TypeError:

[tw] Re: TiddlyFox fix for international characters in backups

2013-03-03 Thread FrD
Hi Jeremy, The new 1.0alpha11 works just fine for me both for the main file and for the backup files. Xubuntu 12.04 Firefox 19.0 TW version : 2.7.0 Thanks a lot for your work ! FrD Le dimanche 3 mars 2013 20:44:50 UTC+1, Jeremy Ruston a écrit : Thanks Andy. I've uploaded a new 1.0alpha11

Re: [tw] Something I noticed about Unicode

2013-03-03 Thread Arc Acorn
Tested much more thoroughly this time, and now it seems to be working perfectly for me now. So for the passby readers: Confirmed working on Firefox 20a2 + TiddlyWiki 2.7.0 On Sunday, March 3, 2013 11:44:17 AM UTC-8, Jeremy Ruston wrote: I've uploaded a new 1.0alpha11 that seems to fix things

[tw] Re: Download TiddlyWiki.org theme?

2013-03-03 Thread Julio
Hello Tobias and Adam, I was actually playing around with this myself and came up with this: http://tsmock.tiddlyspot.com/ There is some tweaking around and some omissions to be done (like Tobias stated above) but it's doable! Yeah that color scheme is very catchy. :) Best regards, Julio

[tw] Attention - willyou.typewith.me - seems to be be down most of the time - suggested workarounds:

2013-03-03 Thread Måns
Hi users of @tobias' typewithme plugin [1] If you use tobias' typewithme plugin [1] you might have noticed that willyou.typewith.me - seems to be be down most of the time. (503 Service Unavailable - No server is available to handle this request.) http://primarypad.com/ seems to be more stable.

[tw] Re: filter by title (regex) and also by tag

2013-03-03 Thread Smandoli
PMario wrote: Probably you need XCaseListPlugin which has more possibilities. http://apm-plugins.tiddlyspot.com/#XCaseListPluginhttp://apm-plugins.tiddlyspot.com/#XCaseListPlugin Perfect. The plugin was already in place, I just hadn't known what it can do for me. For now, I

[tw] Re: filter by title (regex) and also by tag

2013-03-03 Thread PMario
On 3 Mrz., 23:16, Smandoli themanthurs...@gmail.com wrote:     Probably you need XCaseListPlugin which has more possibilities.     http://apm-plugins.tiddlyspot.com/#XCaseListPluginhttp://apm-plugins.tiddlyspot.com/#XCaseListPlugin Perfect.  The plugin was already in place, I just hadn't

[tw] Re: Download TiddlyWiki.org theme?

2013-03-03 Thread Adam Sneller
Thanks Julio—this looks great! On Sunday, March 3, 2013 1:04:47 PM UTC-8, Julio wrote: Hello Tobias and Adam, I was actually playing around with this myself and came up with this: http://tsmock.tiddlyspot.com/ There is some tweaking around and some omissions to be done (like Tobias

[tw] Re: Piping MatchTags to jQueryUI/sortable

2013-03-03 Thread Adam Sneller
Mario Thanks! I haven't been able to find much documentation on the TiddlyWiki API. This code is a big help! Best, -Adam On Sunday, March 3, 2013 3:33:59 AM UTC-8, PMario wrote: Hi Adam, Following this topic, the following video may be of interest. 3:17 min

[tw] Modify DOM with jQuery and Save work back to TW?

2013-03-03 Thread Adam Sneller
I am working on a plugin that lets the user manipulate the DOM for a tiddler with jQuery (sorting an unordered list via drag and drop). I would like to then save these changes back to the tiddler. Does anyone know how to do this? I had thought about using Ajax but... TW doesn't have a server??

[tw] Re: Modify DOM with jQuery and Save work back to TW?

2013-03-03 Thread Adam Sneller
Nevermind. 2 days of searching and I find my answer immediately after writing this post! I just stumbled onto: http://tiddlywikidev.tiddlyspace.com/ On Sunday, March 3, 2013 11:01:09 PM UTC-8, Adam Sneller wrote: I am working on a plugin that lets the user manipulate the DOM for a tiddler