[tw] [TW5] bug in tags autocompletion

2013-12-17 Thread Evolena
Maybe you're already aware of this, but I've noticed that the autocompletion feature for tags sometimes let some wrong words. For example, on tiddlywiki.com: - type z - you only get deserialized, it's ok - type q - you get nothing, it's ok - type j - you get command (no j here) - type k - you get

Re: [tw] Re: [TW5] How do (should) I start a new line in a Tiddler?

2013-12-17 Thread Mat
Various editors allow you to press Shift+Enter for hard line breaks. I think this would be a nice(-r) solution, if possible. But actually, if I understand it right there is now and for block quotes (btw, I'm always unsure if it's or ) (with resevations for googlegroup messing up this here)

[tw] Re: [TW5] bug in tags autocompletion

2013-12-17 Thread Stephan Hradek
Confirmed! I'm also wondering whether it would be good to have the tags (and also the add-field field) do an add when one presses the enter key. I find myself constantly pressing that, expecting the tag (or field) to appear. I also would like the autocompletion to disappear as soon as a tag is

Re: [tw] Re: [TW5] bug in tags autocompletion

2013-12-17 Thread Jeremy Ruston
Hi Julie, Stephan 1. The false matches in the tag autocompletion is because it's searching the text and tags of each tag, not just the title. This will be fixed when we have more flexible searching options. 2. Adding the field automatically on pressing enter will come as part of general keyboard

[tw] Re: [TW5] - Bug? Adding button to Page Control buttons gives Javascript error

2013-12-17 Thread Ton Gerner
Hi all, especially Jeremy, Clicking the button (to the right of the Save button [1] executes the code once: the tiddler width is increased and the Sidebar is shifted. After that the Javascript error appears. Hope that helps. Cheers, Ton On Monday, December 16, 2013 3:23:57 PM UTC+1, Ton

Re: [tw] Re: [TW5] - Bug? Adding button to Page Control buttons gives Javascript error

2013-12-17 Thread Jeremy Ruston
Hi Ton Thanks for this, I'm tracking down now. Best wishes Jeremy On Tue, Dec 17, 2013 at 10:59 AM, Ton Gerner ton.ger...@gmail.com wrote: Hi all, especially Jeremy, Clicking the button (to the right of the Save button [1] executes the code once: the tiddler width is increased and the

Re: [tw] Re: [TW5] - Bug? Adding button to Page Control buttons gives Javascript error

2013-12-17 Thread Jeremy Ruston
Hi Ton It's turned out to be the same bug as #223, and should be fixed by this: https://github.com/Jermolene/TiddlyWiki5/commit/a5f33d875b1339b08838203a4885f8a3a7d10353 Best wishes Jeremy On Tue, Dec 17, 2013 at 11:47 AM, Jeremy Ruston jeremy.rus...@gmail.comwrote: Hi Ton Thanks for

Re: [tw] Re: [TW5] - Bug? Adding button to Page Control buttons gives Javascript error

2013-12-17 Thread Ton Gerner
Excellent, Cheers, Ton On Tuesday, December 17, 2013 2:15:00 PM UTC+1, Jeremy Ruston wrote: Hi Ton It's turned out to be the same bug as #223, and should be fixed by this: https://github.com/Jermolene/TiddlyWiki5/commit/a5f33d875b1339b08838203a4885f8a3a7d10353 Best wishes Jeremy

[tw] [TW5] Quick Tagging

2013-12-17 Thread Stephan Hradek
I have a set of 136 tiddlers which I all need to classify into one of 3 categories. As I found it a bit cumbersome to 1. open the tiddler 2. read it 3. click edit 4. type or select the classifying tag 5. click done 6. click close I thought I could add something to the view

Re: [tw] [TW5] Quick Tagging

2013-12-17 Thread Jeremy Ruston
Hi Stephan This is a great example - Enhance the $:/core/ui/ViewTemplate/bodyhttp://skeeve.tiddlyspot.com/#%24%3A%2Fcore%2Fui%2FViewTemplate%2Fbodyto contain this (broken for readybility): Rather than overwriting $:/core/uiViewTemplate/body, you could just add another slice to the

Re: [tw] [TW5] Quick Tagging

2013-12-17 Thread Stephan Hradek
Am Dienstag, 17. Dezember 2013 16:04:59 UTC+1 schrieb Jeremy Ruston: Hi Stephan This is a great example - Enhance the $:/core/ui/ViewTemplate/bodyhttp://skeeve.tiddlyspot.com/#%24%3A%2Fcore%2Fui%2FViewTemplate%2Fbodyto contain this (broken for readybility): Rather than

Re: [tw] [TW5] Quick Tagging

2013-12-17 Thread Stephan Hradek
Am Dienstag, 17. Dezember 2013 16:10:35 UTC+1 schrieb Stephan Hradek: I think, I need some time to understand that… Will look into it. Okay… Works! Except, that my template is appended, so the buttons are at the bottom, it's really good. -- You received this message because you are

Re: [tw] [TW5] Quick Tagging

2013-12-17 Thread Jeremy Ruston
Okay… Works! Except, that my template is appended, so the buttons are at the bottom, it's really good. Adjust the ordering of items in the list field of the tiddler $:/tags/ViewTemplate to get it how you want it. Best wishes Jeremy -- Jeremy Ruston mailto:jeremy.rus...@gmail.com --

[tw] TiddlyWiki Hangout #26 is about to start

2013-12-17 Thread Jeremy Ruston
We're starting over at: https://plus.google.com/hangouts/_/hoaevent/AP36tYdX15AcTHAxhyR1W_ZT14G6HM_vtW8yLoPmeVbbvK6bISWtXw Best wishes Jeremy -- Jeremy Ruston mailto:jeremy.rus...@gmail.com -- You received this message because you are subscribed to the Google Groups TiddlyWiki group. To

[tw] Re: [TW5] Quick Tagging

2013-12-17 Thread Dylan Kinnett
Could something like this be used to set the values for fields other than tag? -- 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: [TW5] Quick Tagging

2013-12-17 Thread Stephan Hradek
Am Dienstag, 17. Dezember 2013 18:15:25 UTC+1 schrieb Dylan Kinnett: Could something like this be used to set the values for fields other than tag? I guess so… Give me an example what you want to see… -- You received this message because you are subscribed to the Google Groups TiddlyWiki

[tw] Re: [TW5] Quick Tagging

2013-12-17 Thread Stephan Hradek
I think I have to correct this: It is not possible yet, as the button widget - at the moment - can not set fields. As far as I know there is no widget to set field values. -- You received this message because you are subscribed to the Google Groups TiddlyWiki group. To unsubscribe from this

Re: [tw] [TW5] Javascript Error - NS_ERROR_DOM_BAD_URI: Access to restricted URI denied

2013-12-17 Thread chishaku
Via git revision history, I confirmed that I didn't make any tweaks that referenced an outside domain. Then I removed plugin references in the tiddlywiki.info file and it appears that the tiddlyweb plugin is the culprit. When I remove that tiddlyweb plugin from tiddlywiki.info, I am able to

Re: [tw] Re: CodeMirro 3.18 for TWclassic update

2013-12-17 Thread Yakov
Hello Jim, thanks for the assembly. Unfortunately, it doesn't contain foldcode.js and my attempt to install it wasn't successful (I just copied foldcode.js [1] as a tiddler and added the systemConfig tag; there's a whole bunch of other stuff that probably should be attached somehow [2]..) Can

[tw] Re: [TW5] Quick Tagging

2013-12-17 Thread Dylan Kinnett
I guess so… Give me an example what you want to see… For an example of what I want to see... I'm working on a TW5 setup I call Bestrew You can see it at http://nocategories.net/tiddlywiki/bestrew.html If you look at the Index tiddler, you'll see I have some dropdowns. They're kinda buggy

[tw] Re: Entering dates in TW5

2013-12-17 Thread Dylan Kinnett
There are some provisions in HTML5 for this sort of thing. So, for example, I have a field called send_date and if I use HTML5's type attribute on the element, the browser (Chrome for example) will render a date-selector. The value is stored as something like 2013-12-01 $edit-text

Re: [tw] Re: [TW5] How do (should) I start a new line in a Tiddler?

2013-12-17 Thread Vincent Yeh
Mat, I'd like to +1 (and like) the idea of as few, as generic and as coherent as possible. :-) Have fun! Vincent On Tuesday, December 17, 2013 5:17:49 PM UTC+8, Mat wrote: Various editors allow you to press Shift+Enter for hard line breaks. I think this would be a nice(-r) solution, if

[tw] [TW5][TWC] Host your TiddlyWiki on Google Drive

2013-12-17 Thread tony
Hi, I've been asleep a few years with all the fun TiddlyWiki goings on, but have recently awoke to TW5 beta. I'm really digging the drag and drop of content i/o TW5 (RIP TiddlySnip) and playing around with mobile syncing with Dropbox. In the midst of tinkering, i found that Google Drive now

[tw] Re: [TW5] Quick Tagging

2013-12-17 Thread Stephan Hradek
Am Mittwoch, 18. Dezember 2013 00:46:08 UTC+1 schrieb Dylan Kinnett: I guess so… Give me an example what you want to see… For an example of what I want to see... I'm working on a TW5 setup I call Bestrew You can see it at http://nocategories.net/tiddlywiki/bestrew.html If you look at