[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 command, concept, definition, demo, mechanism, 
talkytalky, task, tips, widget, wikitext (3 ok, 7 ko)
etc


-- 
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/groups/opt_out.


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)
 for monospace
 for hard line breaks
double enter for paragraphs
and maybe more.

...am I alone in thinking that this is a bit much? It doesn't feel 
coherent. Even CSS would be more intuitive and generic ; ie {{block{ ... 
{{mono{ ...etc. So how about this idea, using the single and familiar  as 
a markup indicator

block
here's the
block text
block

mono
10 write Hello
20 goto 10;
mono

linebreaks
poetry for
the people
linebreaks

etc

Maybe that repetitive bottom command is not necessary, i.e instead of 
bottom mono just a single  to show end.

Could even be with optional commands for even easier use, ie all these for 
the same result: mono or code or m or c

I think this is a LOT easier to learn (and there's already a LOT of other 
stuff to learn in order to use TW). I think we should strive for as few, as 
genereic and as coherent commands as possible.

:-)


On Sunday, December 15, 2013 3:16:58 PM UTC+1, Jeremy Ruston wrote:

 I've just added support for hard line breaks using triple-double quotes:

 
 The linebreak at the end
 of this line
 will be preserved
 

 The new feature will be released with 5.0.2 shortly

 Best wishes

 Jeremy



 On Sun, Dec 15, 2013 at 4:50 AM, jb dall...@gmail.com javascript:wrote:

 Me too. I am a long time TWC user (several yrs.) without really 
 understand all the underlying code. I have been able to mimic others and 
 use some or Eric's awesome plugins. I am having a really hard time warming 
 up to all of the extra spacing in TW5. If only we could get a theme that 
 have a more 'classic' look.
 Awesome job Jeremy!


 On Saturday, December 14, 2013 8:11:31 PM UTC+8, Gerald Strickland wrote:

 First off, thank you Jeremy Ruston and to all of those involved with 
 TiddlyWiki. I started using TWC a few months ago and it completely 
 satisfied the way I like to keep my notes and document whatever I happen to 
 be working on. Simply incredible. Then early this month, while looking for 
 ways to tweak the look of my TWC, I came across TW5 and was blown away!

 The question is exactly what's written on the subject line. In TWC, when 
 writing a tiddler, I can hit the enter key and start a new line. In TW5, I 
 can only (afaik) achieve this either by creating a bullet or numbered list. 
 There are cases where I would not want a bullet or numbered list and just 
 simply create a new line. The way I'm doing this now is by typing in br 
 in front of each line. Is there another way of doing this? Not that big of 
 a deal if there isn't, just curious. I understand hitting Enter twice 
 moves you down to a new line, but I'd prefer if I didn't have that much 
 space between my lines.

 I could always experiment using a text expander software or something 
 like that to speed up the br inputs. OR I could make it easy on myself 
 and just get used to numbered lists and bullets.

  -- 
 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+...@googlegroups.com javascript:.
 To post to this group, send email to tiddl...@googlegroups.comjavascript:
 .
 Visit this group at http://groups.google.com/group/tiddlywiki.
 For more options, visit https://groups.google.com/groups/opt_out.




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

-- 
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/groups/opt_out.


[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 added 
and the entry field is empty. It's more than a bit annoying to have it hide 
half of my tiddler's textarea.

-- 
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/groups/opt_out.


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 shortcut support

3. There are often situations where I'm adding more than one tag, and I
find it useful that the tag popup stays around after you've selected a tag
from it. But I agree that the current behaviour is non-standard and
unexpected.

Best wishes

Jeremy




On Tue, Dec 17, 2013 at 9:53 AM, Stephan Hradek stephan.hra...@gmail.comwrote:

 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
 added and the entry field is empty. It's more than a bit annoying to have
 it hide half of my tiddler's textarea.

 --
 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/groups/opt_out.




-- 
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/groups/opt_out.


[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 Gerner wrote:

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

 Hi all, especially Jeremy,

 After simplifying the code/styles for toggling the Sidebar [1] I wanted to 
 make a button for increasing the tiddler width (say with 200px) and 
 shifting the sidebar with the same amount (200px).

 The button - when placed in the SiteSubtitle - works, see [2].

 Tagging the button with $:/tags/PageControls adds it to the Page control 
 buttons.
 Clicking the button over there gives a Javascript error: uncaught 
 exception: node not found in parents children.
 The button $:/toggle-width-button contains code + (hidden) styles.
 When the (hidden) styles are left out, clicking the button gives a 
 Javascript error with: uncaught exception: node not found in parents 
 children.
 It looks like the fieldmangler code gives the error.
 A MTC is available at [2]

 To be sure, I also checked [1].
 The 'Toggle sidebar' button in [1] is placed in a top menu and works as 
 expected.
 Adding the button to the page control buttons by tagging it with 
 $:/tags/PageControls gives a Javascript error when clicked.

 Any idea what is going wrong?

 Cheers,

 Ton

 [1] http://tw5toolbar.tiddlyspot.com/ (tiddler: A 'Toggle sidebar' button)
 [2] http://tongerner.tiddlyspot.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/groups/opt_out.


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 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 Gerner wrote:

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

 Hi all, especially Jeremy,

 After simplifying the code/styles for toggling the Sidebar [1] I wanted
 to make a button for increasing the tiddler width (say with 200px) and
 shifting the sidebar with the same amount (200px).

 The button - when placed in the SiteSubtitle - works, see [2].

 Tagging the button with $:/tags/PageControls adds it to the Page control
 buttons.
 Clicking the button over there gives a Javascript error: uncaught
 exception: node not found in parents children.
 The button $:/toggle-width-button contains code + (hidden) styles.
 When the (hidden) styles are left out, clicking the button gives a
 Javascript error with: uncaught exception: node not found in parents
 children.
 It looks like the fieldmangler code gives the error.
 A MTC is available at [2]

 To be sure, I also checked [1].
 The 'Toggle sidebar' button in [1] is placed in a top menu and works as
 expected.
 Adding the button to the page control buttons by tagging it with
 $:/tags/PageControls gives a Javascript error when clicked.

 Any idea what is going wrong?

 Cheers,

 Ton

 [1] http://tw5toolbar.tiddlyspot.com/ (tiddler: A 'Toggle sidebar'
 button)
 [2] http://tongerner.tiddlyspot.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/groups/opt_out.




-- 
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/groups/opt_out.


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 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 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 Gerner wrote:

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

 Hi all, especially Jeremy,

 After simplifying the code/styles for toggling the Sidebar [1] I wanted
 to make a button for increasing the tiddler width (say with 200px) and
 shifting the sidebar with the same amount (200px).

 The button - when placed in the SiteSubtitle - works, see [2].

 Tagging the button with $:/tags/PageControls adds it to the Page control
 buttons.
 Clicking the button over there gives a Javascript error: uncaught
 exception: node not found in parents children.
 The button $:/toggle-width-button contains code + (hidden) styles.
 When the (hidden) styles are left out, clicking the button gives a
 Javascript error with: uncaught exception: node not found in parents
 children.
 It looks like the fieldmangler code gives the error.
 A MTC is available at [2]

 To be sure, I also checked [1].
 The 'Toggle sidebar' button in [1] is placed in a top menu and works as
 expected.
 Adding the button to the page control buttons by tagging it with
 $:/tags/PageControls gives a Javascript error when clicked.

 Any idea what is going wrong?

 Cheers,

 Ton

 [1] http://tw5toolbar.tiddlyspot.com/ (tiddler: A 'Toggle sidebar'
 button)
 [2] http://tongerner.tiddlyspot.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/groups/opt_out.




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




-- 
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/groups/opt_out.


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



 On Tue, Dec 17, 2013 at 11:47 AM, Jeremy Ruston 
 jeremy...@gmail.comjavascript:
  wrote:

 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.g...@gmail.comjavascript:
  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 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 Gerner wrote:

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

 Hi all, especially Jeremy,

 After simplifying the code/styles for toggling the Sidebar [1] I wanted 
 to make a button for increasing the tiddler width (say with 200px) and 
 shifting the sidebar with the same amount (200px).

 The button - when placed in the SiteSubtitle - works, see [2].

 Tagging the button with $:/tags/PageControls adds it to the Page 
 control buttons.
 Clicking the button over there gives a Javascript error: uncaught 
 exception: node not found in parents children.
 The button $:/toggle-width-button contains code + (hidden) styles.
 When the (hidden) styles are left out, clicking the button gives a 
 Javascript error with: uncaught exception: node not found in parents 
 children.
 It looks like the fieldmangler code gives the error.
 A MTC is available at [2]

 To be sure, I also checked [1].
 The 'Toggle sidebar' button in [1] is placed in a top menu and works as 
 expected.
 Adding the button to the page control buttons by tagging it with 
 $:/tags/PageControls gives a Javascript error when clicked.

 Any idea what is going wrong?

 Cheers,

 Ton

 [1] http://tw5toolbar.tiddlyspot.com/ (tiddler: A 'Toggle sidebar' 
 button)
 [2] http://tongerner.tiddlyspot.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+...@googlegroups.com javascript:.
 To post to this group, send email to tiddl...@googlegroups.comjavascript:
 .
 Visit this group at http://groups.google.com/group/tiddlywiki.
 For more options, visit https://groups.google.com/groups/opt_out.




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



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

-- 
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/groups/opt_out.


[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 template to display my 3 
possible tags so that I can quickly choose one of them.

I've set up a small example on http://skeeve.tiddlyspot.com/#Quick%20Tagging

For your convenience I copy the text here:

   - Given that you have a number of tiddlers having a certain tag (in this 
   case Quicky)
   - You want to review them and assign one of a selection of other tags 
   (in this case yes, maybe, no)
   - Enhance the 
$:/core/ui/ViewTemplate/bodyhttp://skeeve.tiddlyspot.com/#%24%3A%2Fcore%2Fui%2FViewTemplate%2Fbodyto
 contain this (broken for readybility):

$list filter=[is[current]tag[Quicky]!tag[yes]!tag[maybe]!tag[no]]
Choose:
$fieldmangler
$linkcatcher set=$:/NewTagName setTo= message=tw-add-tag
$list filter=[[yes]] [[maybe]] [[no]]
$link
$set name=backgroundColor value={{!!color}}
span style=tag-styles class=tw-tag-label
$view field=title format=text/
/span
/$set
/$link
/$list
/$linkcatcher
/$fieldmangler
/$list


   - Then every tiddler tagged Quicky but not tagged yes, maybe or 
   no will get a line at the top saying Choose: (yes) (maybe) (no)
   - Simply clicking one of them will add the tag

Questions:
   
   1. Why does the modify date not change?
   2. Why do the background colors not work?

 

-- 
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/groups/opt_out.


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 view template by tagging a new tiddler
$:/tags/ViewTemplate


1. Why does the modify date not change?

 The fieldmangler widget wasn't setting modification fields. Now fixed:

https://github.com/Jermolene/TiddlyWiki5/commit/4ece301a97a7db5093a1aa6b42ea24cce2df9413


1. Why do the background colors not work?

 It looks like you're missing the tag-styles macro?

Best wishes

Jeremy



   --
 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/groups/opt_out.




-- 
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/groups/opt_out.


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 overwriting $:/core/uiViewTemplate/body, you could just add 
 another slice to the view template by tagging a new tiddler 
 $:/tags/ViewTemplate


I think, I need some time to understand that… Will look into it.
 


1. Why does the modify date not change?

 The fieldmangler widget wasn't setting modification fields. Now fixed:


Thanks!
 



 https://github.com/Jermolene/TiddlyWiki5/commit/4ece301a97a7db5093a1aa6b42ea24cce2df9413


1. Why do the background colors not work? 

 It looks like you're missing the tag-styles macro?


So it is. Already fixed. Thanks!

-- 
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/groups/opt_out.


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 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/groups/opt_out.


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

-- 
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/groups/opt_out.


[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 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/groups/opt_out.


[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 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/groups/opt_out.


[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 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/groups/opt_out.


[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 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/groups/opt_out.


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 
build an html wiki file just fine.  However, without that plugin, it 
appears that I'm no longer able to serve up the .tid files via the server.  

As a workaround, I'm copying one version of tiddlywiki.info *without* the 
tiddlyweb plugin reference right before building the html wiki file and 
copying another version of tiddlywiki.info *with* the tiddlyweb plugin 
reference right before serving .tid files via the server.  I created 
shortcut commands, which simplify and eliminate any thinking from this 
process.  

However, I'm still wondering if this is expected behavior with respect to 
the tiddlyweb plugin?



On Tuesday, December 17, 2013 2:46:41 AM UTC-5, Jeremy Ruston wrote:

 Hi Chisahaku

 The error you're getting indicates that Firefox is preventing access to a 
 URI in a different domain than that containing the TW file. The core 
 doesn't do anything during startup that could cause that error, so I'm 
 guessing that some of your tweaks might be the issue. Can you outline what 
 you've done? It would also be useful to list the steps to reproduce the 
 error.

 Best wishes

 Jeremy



 On Tue, Dec 17, 2013 at 4:21 AM, chis...@gmail.com javascript: wrote:

 *Internal Javascript Error - NS_ERROR_DOM_BAD_URI: Access to restricted 
 URI denied*

 I've built an html wiki file from a directory of tiddlers and I receive 
 this fatal error which prevents the wiki from properly loading.  I 
 typically load the tiddlers from the server so having not used an html wiki 
 file in a while, I am having trouble figuring out what, if any, tweaks I 
 made are leading to the error.

 Any help is greatly appreciated.

 Thanks!

 -- 
 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+...@googlegroups.com javascript:.
 To post to this group, send email to tiddl...@googlegroups.comjavascript:
 .
 Visit this group at http://groups.google.com/group/tiddlywiki.
 For more options, visit https://groups.google.com/groups/opt_out.




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

-- 
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/groups/opt_out.


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 you provide some 
hints about installation of CodeMirror addons (or whatever this is)?

Because of such issues, I wonder if it wouldn't be of less complication if 
the library was stored externally and loaded afterwards, like jsMath [3]. 
What do you think?

Best regards,
Yakov.

[1] http://codemirror.net/addon/fold/foldcode.js
[2] http://codemirror.net/addon/fold/
[3] http://bob.mcelrath.org/tiddlyjsmath.html

вторник, 17 декабря 2013 г., 23:27:30 UTC+4 пользователь Jim написал:

  Hi Yakov,

  

 Here's a stripped down version of my TiddlyWiki that includes a working 
 copy of CodeMirror version 3.8.  I updated the plugins that Mario developed 
 to work with version 3.8.  

  

 I also updated the jjyListNavPlugin plugin so that it now works nicely 
 with Internet Explorer (this utilizes the ListNavJQueryPlugin plugin - it's 
 not needed by CodeMirror). 

  

 You should be able to just grab the foldcode.js add-on from the CodeMirror 
 compression site...

  

 http://codemirror.net/doc/compress.html

  

 I'm pretty certain the rest of the stuff is already within the attached 
 TiddlyWiki.  Use backstage to take a look at its plugins and just grab what 
 you need.

  

  

 Best regards, and Merry Christmas,

  

 Jim

  

 *From:* tiddl...@googlegroups.com javascript: [mailto:
 tiddl...@googlegroups.com javascript:] *On Behalf Of *Yakov
 *Sent:* Sunday, December 15, 2013 11:35 AM
 *To:* tiddl...@googlegroups.com javascript:
 *Subject:* [tw] Re: CodeMirro 3.18 for TWclassic update

  
  
 Hello, Mario,

 how is it going? I wonder if I can use folding (and how to install it) 
 with the current CodeMirrorPlugin.. What's the state of affairs and do I 
 really need some newer version of CodeMirror (compared to the currently 
 used, 2.38, as far as I can see)?

 By the way, the link @codemirror-plugin at [1] seems to be broken.

 Best regards,
 Yakov.
  
  
  

-- 
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/groups/opt_out.


[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 and complex at the moment. I'm looking for an 
alternative. 

They're complex because each dropdown relies on a whole set of system 
tiddlers in order to work. Your filter with yes, maybe, no for example 
seems more simple. Or, does your example also rely on the presence of a 
system tiddler for each of those options?

They're buggy because, well try one and you'll see... opening one of them 
opens all of them, which isn't ideal.

-- 
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/groups/opt_out.


[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 field=send_date tag=input type=date

There are other input types for date and time 
availablehttp://www.w3schools.com/html/html5_form_input_types.asp, 
besides date.

-- 
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/groups/opt_out.


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 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)
  for monospace
  for hard line breaks
 double enter for paragraphs
 and maybe more.

 ...am I alone in thinking that this is a bit much? It doesn't feel 
 coherent. Even CSS would be more intuitive and generic ; ie {{block{ ... 
 {{mono{ ...etc. So how about this idea, using the single and familiar  as 
 a markup indicator

 block
 here's the
 block text
 block

 mono
 10 write Hello
 20 goto 10;
 mono

 linebreaks
 poetry for
 the people
 linebreaks

 etc

 Maybe that repetitive bottom command is not necessary, i.e instead of 
 bottom mono just a single  to show end.

 Could even be with optional commands for even easier use, ie all these for 
 the same result: mono or code or m or c

 I think this is a LOT easier to learn (and there's already a LOT of other 
 stuff to learn in order to use TW). I think we should strive for as few, as 
 genereic and as coherent commands as possible.

 :-)


 On Sunday, December 15, 2013 3:16:58 PM UTC+1, Jeremy Ruston wrote:

 I've just added support for hard line breaks using triple-double quotes:

 
 The linebreak at the end
 of this line
 will be preserved
 

 The new feature will be released with 5.0.2 shortly

 Best wishes

 Jeremy



 On Sun, Dec 15, 2013 at 4:50 AM, jb dall...@gmail.com wrote:

 Me too. I am a long time TWC user (several yrs.) without really 
 understand all the underlying code. I have been able to mimic others and 
 use some or Eric's awesome plugins. I am having a really hard time warming 
 up to all of the extra spacing in TW5. If only we could get a theme that 
 have a more 'classic' look.
 Awesome job Jeremy!


 On Saturday, December 14, 2013 8:11:31 PM UTC+8, Gerald Strickland wrote:

 First off, thank you Jeremy Ruston and to all of those involved with 
 TiddlyWiki. I started using TWC a few months ago and it completely 
 satisfied the way I like to keep my notes and document whatever I happen 
 to 
 be working on. Simply incredible. Then early this month, while looking for 
 ways to tweak the look of my TWC, I came across TW5 and was blown away!

 The question is exactly what's written on the subject line. In TWC, 
 when writing a tiddler, I can hit the enter key and start a new line. In 
 TW5, I can only (afaik) achieve this either by creating a bullet or 
 numbered list. There are cases where I would not want a bullet or numbered 
 list and just simply create a new line. The way I'm doing this now is by 
 typing in br in front of each line. Is there another way of doing this? 
 Not that big of a deal if there isn't, just curious. I understand hitting 
 Enter twice moves you down to a new line, but I'd prefer if I didn't 
 have 
 that much space between my lines.

 I could always experiment using a text expander software or something 
 like that to speed up the br inputs. OR I could make it easy on myself 
 and just get used to numbered lists and bullets.

  -- 
 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+...@googlegroups.com.
 To post to this group, send email to tiddl...@googlegroups.com.
 Visit this group at http://groups.google.com/group/tiddlywiki.
 For more options, visit https://groups.google.com/groups/opt_out.




 -- 
 Jeremy Ruston
 mailto:jeremy...@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/groups/opt_out.


[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 is handy for 
hosting:

https://googledrive.com/host/0B51gSXixfJ2Qb0I4R2M4MWJVMlU

where that long hashy bit is unique to your public Google Drive 
tiddlywiki.html asset.
You can drag that [[Host TiddlyWiki on GoogleDrive]] tiddler into your TW5 
like magico.
TiddlyWiki Rocks! 

Again.

Best,
tony

-- 
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/groups/opt_out.


[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 the Index tiddler, you'll see I have some dropdowns. 
 They're kinda buggy and complex at the moment. I'm looking for an 
 alternative. 


To be honest: If I should have to use that, I'd have no idea what I'm 
supposed to do.
 

 Your filter with yes, maybe, no for example seems more simple.


But it's not a filter. It's just a fixed (har coded) set of tags I want to 
use.
 

 Or, does your example also rely on the presence of a system tiddler for 
 each of those options?


No, but you can define tiddlers in the usual way to set the colors of the 3 
tags.
 

 They're buggy because, well try one and you'll see... opening one of them 
 opens all of them, which isn't ideal.


I think this happens because you use the same state-tiddler for all of 
them. 
 

-- 
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/groups/opt_out.