[tw] [tw5] accessibility and keyboard issues/feature requests

2014-10-29 Thread simon.eigeldinger

Hi Jeremy and all,

Since i use tw5 a little bit more frequently i figured out some small 
accessibility issues.
I guess the most of those can be solved pretty quickly and often are 
just unlabeled buttons.

all things are tested with a build from the git repo.

* the info, edit and close buttons seem to be in the h2 tag of the 
tiddler title. Might be good if we could have just the tiddler title 
itself between the h2 tags because screenreaders would just read the 
first button or will read the 3 buttons first and then the title so 
that might be easier to navigate through open tiddlers.
* new tiddler: tag field: there are 2 buttons there. an add button and 
another button which is unlabeled. Would be great if this could be 
labeled.

* new tiddler: type field: 2 buttons which are unlabeled
* new tiddler: add a field field: when added a field then you can 
enter its value. next to that appears an unlabeled button


and now a accessibility unrelated request though its nice to have:
* to be able to enter multiple tags at once. maybe separated with a 
comma.

that might make keyboard users very happy i guess. *smile*

and maybe another accessibility unrelated feature though it would be 
nice for people who don't use a mouse:
* importer: to be able to filter the importable stuff in maybe the 
following categories: all, languages, plugins, themes, content etc. so 
that might make it easier to deal with the many tiddlers which can be 
imported. maybe in the style of the control panel with those buttons 
where you can select which section you might to view or a dropdown 
list might be also interesting. what ever fits best into the design.
* a select/deselect all checkbox in the table of the importer to 
quickly deselect or select all items currently listed in the table. 
the table header currently contains the word select. i would replace 
it with a checkbox which toggles all checkboxes.

i saw that aproach on many web apps/webmail clients.

So i guess i have found everything right now.

greetings,
simon

--
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: Tiddlywiki en Español

2014-10-29 Thread Alberto Molina
Hola Danielo,

Yo soy franco-español, como ya sabes. 
Vivo actualmente en Salamanca. Si algún día vienes por aquí dame un toque.

Alberto

-- 
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] accessibility and keyboard issues/feature requests

2014-10-29 Thread Danielo Rodríguez



 and now a accessibility unrelated request though its nice to have: 
 * to be able to enter multiple tags at once. maybe separated with a 
 comma. 
 that might make keyboard users very happy i guess. *smile* 

 Nice Idea


 

 and maybe another accessibility unrelated feature though it would be 
 nice for people who don't use a mouse: 
 * importer: to be able to filter the importable stuff in maybe the 
 following categories: all, languages, plugins, themes, content etc. so 
 that might make it easier to deal with the many tiddlers which can be 
 imported. maybe in the style of the control panel with those buttons 
 where you can select which section you might to view or a dropdown 
 list might be also interesting. what ever fits best into the design. 


Very good point. Having all the tiddlers under the same list is a little 
bit confusing.

 

 * a select/deselect all checkbox in the table of the importer to 
 quickly deselect or select all items currently listed in the table. 
 the table header currently contains the word select. i would replace 
 it with a checkbox which toggles all checkboxes. 
 i saw that aproach on many web apps/webmail clients. 


I developed a plugin that allows you to uncheck all ALREADY EXISTING 
tiddlers when importing. I can easily extend it to add another button to 
uncheck all. check it at braintest 
http://braintest.tiddlyspot.com/#:%5B%5BImport-tools%20plugin%5D%5D. 
Since you are familiar with git you can also check it out 
at https://github.com/danielo515/import-tools. Sadly it is currently only 
available for version 5.0.15 and older. If you find it useful I can try to 
update it this weekend.

-- 
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] accessibility and keyboard issues/feature requests

2014-10-29 Thread simon.eigeldinger

hi danielo,

sounds interesting.
but try to import the plugin without the mouse?
then we are back at the requests. try to uncheck all the boxes with 
the keyboard.
might be interesting to add a useful solution to the core which makes 
it more accessible.


greetings,
simon


On Wed, 29 Oct 2014 02:08:03 -0700 (PDT)
 Danielo Rodríguez rdani...@gmail.com wrote:





and now a accessibility unrelated request though its nice to have: 
* to be able to enter multiple tags at once. maybe separated with a 
comma. 
that might make keyboard users very happy i guess. *smile* 


Nice Idea





and maybe another accessibility unrelated feature though it would be 
nice for people who don't use a mouse: 
* importer: to be able to filter the importable stuff in maybe the 
following categories: all, languages, plugins, themes, content etc. 
so 
that might make it easier to deal with the many tiddlers which can 
be 
imported. maybe in the style of the control panel with those buttons 
where you can select which section you might to view or a dropdown 
list might be also interesting. what ever fits best into the design. 



Very good point. Having all the tiddlers under the same list is a 
little 
bit confusing.




* a select/deselect all checkbox in the table of the importer to 
quickly deselect or select all items currently listed in the table. 
the table header currently contains the word select. i would replace 
it with a checkbox which toggles all checkboxes. 
i saw that aproach on many web apps/webmail clients. 



I developed a plugin that allows you to uncheck all ALREADY EXISTING 
tiddlers when importing. I can easily extend it to add another 
button to 
uncheck all. check it at braintest 
http://braintest.tiddlyspot.com/#:%5B%5BImport-tools%20plugin%5D%5D. 
Since you are familiar with git you can also check it out 
at https://github.com/danielo515/import-tools. Sadly it is currently 
only 
available for version 5.0.15 and older. If you find it useful I can 
try to 
update it this weekend.


--
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.


--
Simon Eigeldinger
simon.eigeldin...@vol.at

--
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: Need help with action-sendmessage code

2014-10-29 Thread James Mars
Sure. The solution is based on Alberto's TiddlyWiki for Scholars and uses 
Matabele's setfield and maketid plugins. I have 3 files working together 
(could be reduced to two, but for now am sticking with the current 
structure):
(1) $:/_skl/person (templates/skeleton with $myvariable$ placeholders for 
the relevant fields)
(2) $:/_tbl/person (my input table file)
(3) the create new person file (as shown below):

\define def_title() $(lastname)$, $(initials)$
\define def_tags() $(oldtags)$ $(newtags)$
\define 
main(skeleton:$:/_skl/person,thisfile:$:/_new/person,tmpfile:$:/temp/new/person)
$transclude tiddler=$:/_tbl/person mode=block/

$set name=alias value={{!!alias}}
$set name=newtags value={{!!tags}}
$set name=oldtags value={{$skeleton$!!tags}}
$set name=initials value={{!!initials}}
$set name=firstname value={{!!firstname}}
$set name=lastname value={{!!lastname}}
$set name=text value={{!!text}}
$set name=title value=def_title
$set name=tags value=def_tags
$setfield set=$tmpfile$!!alias setTo=
$setfield set=$tmpfile$!!tags setTo=
$setfield set=$tmpfile$!!initials setTo=
$setfield set=$tmpfile$!!firstname setTo=
$setfield set=$tmpfile$!!lastname setTo=
$setfield set=$tmpfile$!!text setTo=
$maketid title=title message=tw-set-field tags=tags edit=show
$button message=tm-new-tiddler param=$skeleton$
$action-sendmessage $message=tm-close-tiddler $param=$thisfile$/
Create/$button
/$maketid
/$setfield/$setfield/$setfield/$setfield/$setfield/$setfield
/$set/$set/$set/$set/$set/$set/$set/$set/$set
\end
$tiddler tiddler=$:/temp/new/personmain/$tiddler

-- 
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: Need help with action-sendmessage code

2014-10-29 Thread James Mars
Form ($:/_tbl/person):

$tiddler tiddler=$:/temp/new/person

|!Initials |$edit-text field=initials size=2/ |
|!First Name |$edit-text field=firstname/ |
|!Last Name |$edit-text field=lastname/ |
|!Alias |$edit-text field=alias/ |
|!Tags |{{||$:/core/ui/EditTemplate/tags}} |
|!Text |$edit-text field=text/ |
/$tiddler

-- 
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: Need help with action-sendmessage code

2014-10-29 Thread James Mars
Skeleton ($:/_skl/person)

alias: $(alias)$
color: #ff8383
created: 20141020003906471
firstname: $(firstname)$
icon: $:/_img/person
initials: $(initials)$
lastname: $(lastname)$
modified: 20141020004103343
tags: $:/_type/person $(tags)$
title: $:/_skl/person
type: text/vnd.tiddlywiki

$(text)$

tabs $:/_tab/none $:/_tab/info/person $:/_tab/work $:/_tab/note 
$:/_tab/none $:/state/tab

-- 
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] Using the left side of the TW in centerlized theme

2014-10-29 Thread Atul Grover
Dear all,

I would like to include a QR code with my students details on the left side 
(in the centralized theme). This would ensure that the TW remains linked to 
each student.
They will not be able to make copies of their TWs/share/copy-paste etc. How 
can I do so?

Regards
Atul Grover

-- 
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: Extendable calendar

2014-10-29 Thread RickL
I use a different date format for new tiddlers than the DDth MMM  that 
seems to be standard in the macro so this doesn't work for me. If I install 
in a new empty TW it works.
Can I change the date format so it will work with the format in my calendar 
TW? - I like the year first for sorting purposes so use YY0MM0DD, DDD 
hh12:0mm pm.

Thanks



On Tuesday, October 28, 2014 2:30:53 PM UTC-4, BJ wrote:


 There is a new version at http://bjtools.tiddlyspot.com to work with 
 5.1.3 and above. I have also added support for journal tiddlers.

 Cheers

 BJ

 On Monday, October 27, 2014 5:07:38 PM UTC, RickL wrote:

 Any news on the updated macro? I use this calendar daily!
 Thanks.

 On Thursday, October 23, 2014 2:36:22 PM UTC-4, BJ wrote:

 Hi Rick,
 the implementation of dates as changed inside tiddlywiki (probably to 
 support different languages) - I will update the macro. I will post a 
 message here when It is available (should be either tonight or tomorrow).

 cheers

 BJ

 On Thursday, October 23, 2014 6:34:58 PM UTC+1, RickL wrote:

 I have been using the Extendable Calendar plugin from buggyj, but when 
 I try to upgrade the TW it breaks the macro

 This is TW5 using the plugin from bjtools.tiddlyspot.com

 Any help is appreciated.

 Thanks
 Rick



-- 
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] requests regarding encrypttiddler plugin by Danielo

2014-10-29 Thread Danielo Rodríguez
Hello Birthe,

Glad you like the plugin.
I have a lot of stuff to upgrade to make it compatible with TW5.1.X and 
encripTiddler was one of my first plugins. I learned a lot about TW 
,JavaScript in general and GIT since then, so I have to organize things 
since my current way of develop plugins is very different right now.

As soon as I update It I will let you know. Currently Is on my list, but I 
don't know how fast I will deploy a new version.

El miércoles, 29 de octubre de 2014 09:18:40 UTC+1, Birthe C escribió:

 Hi Danielo

 Any news concerning the EncryptTiddler plugin?

 I really liked not having to encrypt the wiki but only a few tiddlers 
 relevant to me. I liked your improvement ideas also, as long as it does not 
 get too complicated to use. 

 The main thing is to be able to encrypt pr. tiddler or group of tiddlers.



 Birthe






-- 
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] accessibility and keyboard issues/feature requests

2014-10-29 Thread Danielo Rodríguez


El miércoles, 29 de octubre de 2014 10:31:09 UTC+1, simon.ei...@vol.at 
escribió:

 hi danielo, 

 sounds interesting. 
 but try to import the plugin without the mouse? 

That's why I pointed you to github. I have plans to upload a tid file there 
so you can download it and import it using the import button of TW

-- 
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] accessibility and keyboard issues/feature requests

2014-10-29 Thread simon.eigeldinger

hi,

ah ok that should do it.


greetings,
simon

On Wed, 29 Oct 2014 04:08:50 -0700 (PDT)
 Danielo Rodríguez rdani...@gmail.com wrote:



El miércoles, 29 de octubre de 2014 10:31:09 UTC+1, 
simon.ei...@vol.at 
escribió:


hi danielo, 

sounds interesting. 
but try to import the plugin without the mouse? 

That's why I pointed you to github. I have plans to upload a tid 
file there 
so you can download it and import it using the import button of TW


--
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.


--
Simon Eigeldinger
simon.eigeldin...@vol.at

--
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] requests regarding encrypttiddler plugin by Danielo

2014-10-29 Thread Birthe C
Hi Danielo,
Thank you Danielo! I totally understand.

Birthe

Den onsdag den 29. oktober 2014 12.07.23 UTC+1 skrev Danielo Rodríguez:

 Hello Birthe,

 Glad you like the plugin.
 I have a lot of stuff to upgrade to make it compatible with TW5.1.X and 
 encripTiddler was one of my first plugins. I learned a lot about TW 
 ,JavaScript in general and GIT since then, so I have to organize things 
 since my current way of develop plugins is very different right now.

 As soon as I update It I will let you know. Currently Is on my list, but I 
 don't know how fast I will deploy a new version.

 El miércoles, 29 de octubre de 2014 09:18:40 UTC+1, Birthe C escribió:

 Hi Danielo

 Any news concerning the EncryptTiddler plugin?

 I really liked not having to encrypt the wiki but only a few tiddlers 
 relevant to me. I liked your improvement ideas also, as long as it does not 
 get too complicated to use. 

 The main thing is to be able to encrypt pr. tiddler or group of tiddlers.



 Birthe






-- 
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] accessibility and keyboard issues/feature requests

2014-10-29 Thread simon.eigeldinger

hi,

unfortunately i haven't got a 5.0.x version lying around.
maybe you could send me one privately with the plugin installed?
so we can see if this works?


greetings,
simon

On Wed, 29 Oct 2014 04:08:50 -0700 (PDT)
 Danielo Rodríguez rdani...@gmail.com wrote:



El miércoles, 29 de octubre de 2014 10:31:09 UTC+1, 
simon.ei...@vol.at 
escribió:


hi danielo, 

sounds interesting. 
but try to import the plugin without the mouse? 

That's why I pointed you to github. I have plans to upload a tid 
file there 
so you can download it and import it using the import button of TW


--
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.


--
Simon Eigeldinger
simon.eigeldin...@vol.at

--
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: Need help with action-sendmessage code

2014-10-29 Thread Evolena


 I don't know if this would have solved your problem, but according to 
http://tiddlywiki.com/#ActionSendMessageWidget, it seems that in
 

 $action-sendmessage $message=tm-delete-tiddler 
 param=$:/temp/new/entity


you need a $ before the param. The given example is:

$action-sendmessage $message=tm-modal $param=SampleWizard/


This action-message in particular is also missing its ending /.


Le mercredi 29 octobre 2014 03:05:10 UTC+1, James Mars a écrit :

 Hi,

 I have the following code in a tiddler  called new entity:

 \define main()
 $transclude tiddler=my input table/form mode=block/
 $set name=tags value={{!!tags}}
 $set name=text value={{!!text}}
 $set name=skeleton value=$:/_skl/person
 $set name=newtitle value=def_newtitle
 $button param=skeleton
 $action-sendmessage $message=tm-new-tiddler title=newtitle 
 tags=tags text=text/
 $action-sendmessage $message=tm-close-tiddler param=$:/_new/entitty/
 $action-sendmessage $message=tm-delete-tiddler 
 param=$:/temp/new/entityCreate/$button
 /$set/$set/$set/$set
 \end
 $tiddler tiddler=$:/temp/new/entitymain/$tiddler

 I would like to be able to:
 (1) Create and save the new tiddler without entering edit mode (atm it 
 enters into edit mode and I have to click on the save button).
 (2) Automatically navigates to new tiddler (which it currently does) and 
 then close the current tiddler (new entity). The close tiddler function 
 does not work.
 (3) Delete the temp file without the delete confirmation message.

 Thank you.

 James


-- 
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: Highlighted search results possible?

2014-10-29 Thread DaComboMan
I'm lost for words Danielo!
Don't know why importing your plugin into a new Tiddly isn't working since 
it worked the first time in my password protected file.

Thanks again for your time and effort to help me out. ;)


On Tuesday, October 28, 2014 2:14:41 PM UTC-5, DaComboMan wrote:

 It's cause my file was password protected.

 For the money, i've opened a new wiki and when i drag your link to the new 
 one all i get is:

 The following tiddlers were imported:

 # [[$:/plugins/danielo/context]]

 It shows up in the plugins but there is no text.

 BTW, your hyperlink here on opening page Tested under Tiddlywiky 5.0.7: 
 tiddlywiki 
 points to www.tiddlywiky.com - no y but i at the end correct? 
 http://www.tiddlywiky.com



 On Tuesday, October 28, 2014 9:49:50 AM UTC-5, Danielo Rodríguez wrote:

 Hello DaComboMan,

 This is definitively a weird situation, Why is it asking you for a 
 password? Please, try first in an empty TW and if it works, then import 
 your tiddlers into it.

 Regards.

 El martes, 28 de octubre de 2014 14:47:39 UTC+1, DaComboMan escribió:

 Danielo,

 I'm not a TW expert...
 Have been dragging my file over to latest TW 5.1.4, it asks for password 
 which i give then click save but still get:
 5.0.10-beta
 Using Firefox latest stable 33.1 and have rebooted many times.
 Have to go!
 Will look at your last suggestion later on in the day.

 Thanks again!

 On Tuesday, October 28, 2014 5:15:51 AM UTC-5, Danielo Rodríguez wrote:

 Let me know some context:

 In which TW version are you using it?
 Please note that the default configuration is to do nothing unless the 
 search string is at least 4 characters long.
 How did you install the plugin? It is not displaying anything or it is 
 just not highlighting ? Did you rebooted your TW after installing?

 Try to copy the example tiddler from braintest and see if it works 
 there.

 Regards.

 El martes, 28 de octubre de 2014 01:05:21 UTC+1, DaComboMan escribió:

 Danielo,

 Finally got to try you plugin but it's not doing anything.
 Did change as you suggested.

 Thanks!

 On Sunday, October 26, 2014 1:07:33 PM UTC-5, Danielo Rodríguez wrote:

 There is a plugin. Context search at braintest.tiddlyspot.com. You 
 have to edit the tag of the styles tiddler to make it work in the latest 
 version of tiddlywiky. Just change tags/stylesheet for tags/Stylesheet. 

 I'm the developer so make me know if you have any suggestions. 



-- 
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: Need help with action-sendmessage code

2014-10-29 Thread Evolena
Also, with the example on tw5.com, closing the created tiddler discard it. 
Maybe you should have used tm-save-tiddler instead of close.

Le mercredi 29 octobre 2014 14:19:43 UTC+1, Evolena a écrit :

 I don't know if this would have solved your problem, but according to 
 http://tiddlywiki.com/#ActionSendMessageWidget, it seems that in
  

 $action-sendmessage $message=tm-delete-tiddler 
 param=$:/temp/new/entity


 you need a $ before the param. The given example is:

 $action-sendmessage $message=tm-modal $param=SampleWizard/


 This action-message in particular is also missing its ending /.


 Le mercredi 29 octobre 2014 03:05:10 UTC+1, James Mars a écrit :

 Hi,

 I have the following code in a tiddler  called new entity:

 \define main()
 $transclude tiddler=my input table/form mode=block/
 $set name=tags value={{!!tags}}
 $set name=text value={{!!text}}
 $set name=skeleton value=$:/_skl/person
 $set name=newtitle value=def_newtitle
 $button param=skeleton
 $action-sendmessage $message=tm-new-tiddler title=newtitle 
 tags=tags text=text/
 $action-sendmessage $message=tm-close-tiddler param=$:/_new/entitty/
 $action-sendmessage $message=tm-delete-tiddler 
 param=$:/temp/new/entityCreate/$button
 /$set/$set/$set/$set
 \end
 $tiddler tiddler=$:/temp/new/entitymain/$tiddler

 I would like to be able to:
 (1) Create and save the new tiddler without entering edit mode (atm it 
 enters into edit mode and I have to click on the save button).
 (2) Automatically navigates to new tiddler (which it currently does) and 
 then close the current tiddler (new entity). The close tiddler function 
 does not work.
 (3) Delete the temp file without the delete confirmation message.

 Thank you.

 James



-- 
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: Using the left side of the TW in centerlized theme

2014-10-29 Thread Danielo Rodríguez
Hello,

First of all, where do you want the QR to be included? On each tiddler, at 
a fixed position?

Anyway, what would avoid your students from coping the content of the 
tiddlers?

El miércoles, 29 de octubre de 2014 11:30:34 UTC+1, Atul Grover escribió:

 Dear all,

 I would like to include a QR code with my students details on the left 
 side (in the centralized theme). This would ensure that the TW remains 
 linked to each student.
 They will not be able to make copies of their TWs/share/copy-paste etc. 
 How can I do so?

 Regards
 Atul Grover


-- 
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: Need help with action-sendmessage code

2014-10-29 Thread Danielo Rodríguez
I can't figure what are you using this for.

Would you mind to explain it or give us an overview?

-- 
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: Briefcase Plugin -- a GTD tool

2014-10-29 Thread Danielo Rodríguez
Hello,

The domain 
http://romahicks.com/example.html

has expired. Where can I get the latest version of this fantastic TW?

-- 
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: Using the left side of the TW in centerlized theme

2014-10-29 Thread Atul Grover
I hope I am right in assuming that

1. The QR code once imported into TW5 shall get converted into illegible 
data which the students will not change from backend. 
(We may not need to encrypt the QR code?)
2. The QR code once attached to any fixed corner of the sheet shall link 
the specific sheet to specific student. 
(Which although can be read from any reader, but can only be made using 
some special application?)
3. This sheet not being a test paper (or something on which their lives 
depend), most students will not be motivated enough to learn the technology.
(Smart tech students are not my target audience anyway)

My only endeavor is for them to take to any smart tech guy who simply 
clones the html files  teaches them how to submit as their own.
(something is better than nothing)
I am OK with them copying the tiddlers from each other, since it is a part 
of my pedagogy (peer2peer/collaborative). 

Regards

-- 
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: Using the left side of the TW in centerlized theme

2014-10-29 Thread Atul Grover
Thanks

@Mario your explanation is very comprehensive. I look forward to your 
implementation.
*@**Danielo* my pedagogy allows for copying the content from others 
tiddlers. Just that they should not copy/rename a file as their own.

Regards

On Wednesday, October 29, 2014 4:00:34 PM UTC+5:30, Atul Grover wrote:

 Dear all,

 I would like to include a QR code with my students details on the left 
 side (in the centralized theme). This would ensure that the TW remains 
 linked to each student.
 They will not be able to make copies of their TWs/share/copy-paste etc. 
 How can I do so?

 Regards
 Atul Grover


-- 
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] Contents Tab

2014-10-29 Thread Mitchell Swan
I am a complete newbie but I'm managing most of what I want, however, I 
cannot figure out how to get the Contents tab which, on the home page, 
shows up between Open and Recent.

There seems to be nothing at all in the Hello There group of pages.

It seems like it would be something that's on by default. If you open up so 
many Tiddlys that one of them drops off the Recent list, how are you 
supposed to find you Tiddly?

Also, please remember, total noob here.

-- 
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.1.4 Readme not found

2014-10-29 Thread Danielo Rodríguez
Hello,

While developing A plugin I found a small problem that I don't understand.

In the plugin.info I included: 

list: Encrypt-Tiddler

In that tiddler I have a caption field with readme on it. The weird thing 
is, on the control panel I can see the tabs with the caption I choose but 
there is no content. It just display No readme tiddler found. The tiddler 
is actually included in the plugin. What is happening?

-- 
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.1.4 Readme not found

2014-10-29 Thread Danielo Rodríguez
Well, what the error says actually is

No *Encrypt-Tiddler* found

El miércoles, 29 de octubre de 2014 17:16:43 UTC+1, Danielo Rodríguez 
escribió:

 Hello,

 While developing A plugin I found a small problem that I don't understand.

 In the plugin.info I included: 

 list: Encrypt-Tiddler

 In that tiddler I have a caption field with readme on it. The weird thing 
 is, on the control panel I can see the tabs with the caption I choose but 
 there is no content. It just display No readme tiddler found. The tiddler 
 is actually included in the plugin. What is happening?


-- 
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.1.4 Readme not found

2014-10-29 Thread Jeremy Ruston
Hi Danielo

Have a look at the Information Tiddlers for Plugins section of
http://tiddlywiki.com/#PluginMechanism

If you want to have an information tiddler called readme then you should
put readme in the `list` field of the plugin, and define the content of
the readme in `$:/publisher/pluginname/readme` or language specific content
in `$:/publisher/pluginname/da-DK/readme`.

Best wishes

Jeremy


On Wed, Oct 29, 2014 at 4:18 PM, Danielo Rodríguez rdani...@gmail.com
wrote:

 Well, what the error says actually is

 No *Encrypt-Tiddler* found

 El miércoles, 29 de octubre de 2014 17:16:43 UTC+1, Danielo Rodríguez
 escribió:

 Hello,

 While developing A plugin I found a small problem that I don't understand.

 In the plugin.info I included:

 list: Encrypt-Tiddler

 In that tiddler I have a caption field with readme on it. The weird thing
 is, on the control panel I can see the tabs with the caption I choose but
 there is no content. It just display No readme tiddler found. The tiddler
 is actually included in the plugin. What is happening?

  --
 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] How to call a javascript script by using a button in a tiddler?

2014-10-29 Thread Stephan Hradek


Am Mittwoch, 29. Oktober 2014 17:36:34 UTC+1 schrieb Uwe:

 Hi there,

 I suppose, my question has been overlooked ... (A solution with a macro 
 would be good enough.)

 I hope you don't expect anyone to write a javascript macro for you!?

I guess you're able to do that yourself, right?

Some hints can be found on http://tw5magick.tiddlyspot.com/ in the tiddler 
Javascript 
Macros in WikiText - please note that it's based on 5.0.something, so some 
information might be a bit outdated.

-- 
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] How to call a javascript script by using a button in a tiddler?

2014-10-29 Thread BJ
Hi Uwe,
macros are used in tw5 to interact with the dom, widgets are used for that 
- most functionally can be handled  by using the existing widgets (widgets 
are part of the tw5 wikitext).

Cheers

BJ

On Wednesday, October 29, 2014 4:36:34 PM UTC, Uwe wrote:

 Hi there,

 I suppose, my question has been overlooked ... (A solution with a macro 
 would be good enough.)

 Thanks for any reply.

 Greetings,

 Uwe




-- 
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: Import button in view toolbar

2014-10-29 Thread Atul Grover


On Sunday, October 26, 2014 12:40:54 AM UTC+5:30, Danielo Rodríguez wrote:

 Quick pick is a nice gallery with edition capabilities. 


Thanks Danielo

QuickPic is the best so far

-- 
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: Using the left side of the TW in centerlized theme

2014-10-29 Thread PMario
On Wednesday, October 29, 2014 3:58:03 PM UTC+1, Atul Grover wrote:

 1. The QR code once imported into TW5 shall get converted into illegible 
 data which the students will not change from backend. 
 (We may not need to encrypt the QR code?)


As I wrote security by obscurity doesn't work.
It may work till, the first time you catch someone, because you know, they 
cheated. After that, they will be warned and find out how you know. 
Then the race begins. ...

2. The QR code once attached to any fixed corner of the sheet shall link 
 the specific sheet to specific student. 
 (Which although can be read from any reader, but can only be made using 
 some special application?)


QR code has a standard format. That's why any reader can read it. ... You 
don't need any special application to create it. 
You'll find a dozen of them online and for free, if you do a google search. 
eg: http://goqr.me/de/  I needed 35 seconds (including writing this text) 
and used the first link google showed me.

Again :) hiding information imo is a non solution
 

 3. This sheet not being a test paper (or something on which their lives 
 depend), most students will not be motivated enough to learn the technology.
 (Smart tech students are not my target audience anyway)


Tricking the teacher is motivation enough.  At least, for me, it would be :)

My only endeavor is for them to take to any smart tech guy who simply 
 clones the html files  teaches them how to submit as their own.


No smart guy needed, TW will do the job, in the future :)

(something is better than nothing)


nope. 
IMO because it won't be worth the effort. So nobody should implement it. 
Because not playing the game is the biggest win. See tick / tack / toe [1]

So imo investing the energy differently would be more productive. 

 

 I am OK with them copying the tiddlers from each other, since it is a part 
 of my pedagogy (peer2peer/collaborative). 


OK. good choice. 



TiddlyWiki will get much better export / import UIs, because we need it. 

... So in the future there will be no need for a techy, to clone the html 
file and create a new QR code.
TiddlyWiki UI will provide everything they need to import content from each 
other. 
It will / should be a matter of seconds to transfer huge sets of tiddlers 
from one TW to the other.
Touching TW + the QR code won't be necessary.

--

@Mario your explanation is very comprehensive. I look forward to your 
 implementation.


:))

I wrote: !!  Important: This is __not__ a promise, that I'll implement it. 
!!  It's brainstorming.

--

A completely different question. What kind of content do they produce??
May be there is a different way to identify cloning.


-mario

[1] http://en.wikipedia.org/wiki/Tic-tac-toe

-- 
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: Highlighted search results possible?

2014-10-29 Thread Danielo Rodríguez
I'm not sure if you solved your problem or not. Are you still having issues? If 
not I will provide an empty tiddlywiky with just my plugin working to make sure 
we are working with the same material. 

-- 
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] requests regarding encrypttiddler plugin by Danielo

2014-10-29 Thread Danielo Rodríguez
I'm upgrading all my plugins to upload a new version of 
braintest.tiddlyspot.com. The encrypt tiddler is already updated but I want to 
publish the site all together. Hope tomorrow or Friday 

-- 
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: Extendable calendar

2014-10-29 Thread Ken Gray
wow!!!  nice!
I have a tiddler that is always at the top and I have room to put three 
months side by side.  last month/this month/next month is there a way for 
it to figure current month -/+ 1?

-- 
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: Updated Calendar plugin for Journal tiddler

2014-10-29 Thread Ton Gerner
Hi BJ,

That is a nice addition to the Sidbar tabs.

Thanks,

Ton

On Tuesday, October 28, 2014 8:14:14 PM UTC+1, BJ wrote:

 Hi all,
 I have updated my calendar plugin to support journal tiddlers, and to 
 provide a calendar in a tab in the sidebar, see

 http://bjtools.tiddlyspot.com/

 Cheers

 BJ


-- 
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: Extendable calendar

2014-10-29 Thread BJ
HI Rick,
I have added a new formatter, the old one is still there - what format were 
you using - and what were you passing into the macro to display a calendar??

BJ

On Wednesday, October 29, 2014 10:56:35 AM UTC, RickL wrote:

 I use a different date format for new tiddlers than the DDth MMM  that 
 seems to be standard in the macro so this doesn't work for me. If I install 
 in a new empty TW it works.
 Can I change the date format so it will work with the format in my 
 calendar TW? - I like the year first for sorting purposes so use YY0MM0DD, 
 DDD hh12:0mm pm.

 Thanks



 On Tuesday, October 28, 2014 2:30:53 PM UTC-4, BJ wrote:


 There is a new version at http://bjtools.tiddlyspot.com to work with 
 5.1.3 and above. I have also added support for journal tiddlers.

 Cheers

 BJ

 On Monday, October 27, 2014 5:07:38 PM UTC, RickL wrote:

 Any news on the updated macro? I use this calendar daily!
 Thanks.

 On Thursday, October 23, 2014 2:36:22 PM UTC-4, BJ wrote:

 Hi Rick,
 the implementation of dates as changed inside tiddlywiki (probably to 
 support different languages) - I will update the macro. I will post a 
 message here when It is available (should be either tonight or tomorrow).

 cheers

 BJ

 On Thursday, October 23, 2014 6:34:58 PM UTC+1, RickL wrote:

 I have been using the Extendable Calendar plugin from buggyj, but when 
 I try to upgrade the TW it breaks the macro

 This is TW5 using the plugin from bjtools.tiddlyspot.com

 Any help is appreciated.

 Thanks
 Rick



-- 
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: Extendable calendar

2014-10-29 Thread BJ


On Wednesday, October 29, 2014 6:18:50 PM UTC, Ken Gray wrote:

 wow!!!  nice!
 I have a tiddler that is always at the top and I have room to put three 
 months side by side.  last month/this month/next month is there a way for 
 it to figure current month -/+ 1?


Hi Ken,
there is no way at present to do this (as far as I know) - either I would 
have to extend the macro, or the parameters would need to be supplied by 
other means (maybe a list or other macros).


-- 
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] CSS for (exclusively) hiding the search box in the Sidebar

2014-10-29 Thread Ton Gerner
Hi all,

In the past I wanted to dismiss the search box in the Sidebar since it 
hides the Sidebar tabs when searching.
A Search tab added to the Sidebar tabs which has all search possibilities 
(Standard, System, Shadows, and Filter) suits me better.
I managed to do so by modifying the shadow tiddler $:/core/ui/SideBarLists 
and using a separate $:/_search tiddler (almost a copy of 
$:/AdvancedSearch) tagged with $:/tags/SideBar and a caption field 
containing Search.
All my guides use the Search tab this way, see e.g. [1].

Although I can live with overwriting shadow tiddlers, I have to check with 
new every release if nothing has changed to $:/core/ui/SideBarList.
So I tried to accomplish it with CSS.

With the following in a stylesheet tiddler, you can suppress displaying the 
search box in the Sidebar:

.tc-sidebar-lists .tc-search {
 display: none;
}

Unfortunately it also hides the search box in the Search tab since the same 
classes will be applied. I made a MTC at [2].
Am I overlooking something or need the CSS in the core to be adjusted?

Cheers,

Ton

[1] http://tongerner.tiddlyspot.com/
[2] http://tw5tongerner.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/d/optout.


[tw] Re: Highlighted search results possible?

2014-10-29 Thread DaComboMan
Might be the better option Danielo. Thanks!

On Wednesday, October 29, 2014 1:12:06 PM UTC-5, Danielo Rodríguez wrote:

 I'm not sure if you solved your problem or not. Are you still having 
 issues? If not I will provide an empty tiddlywiky with just my plugin 
 working to make sure we are working with the same material. 

-- 
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: Extendable calendar

2014-10-29 Thread Rick
Not sure I understand the question, sorry.

I am using the latest version of TW5.
When I use the New Journal or New Journal Here buttons in the empty TW5
with the plugin imported I get a new tiddler that shows up with a link on
the calendar when it is created.
In my TW with the different date format, the link in the new calendar does
not show up.

As for what I am ...passing into the macro...  I have no clue!

Thanks

On Wed, Oct 29, 2014 at 2:33 PM, BJ buggy...@gmail.com wrote:

 HI Rick,
 I have added a new formatter, the old one is still there - what format
 were you using - and what were you passing into the macro to display a
 calendar??

 BJ


 On Wednesday, October 29, 2014 10:56:35 AM UTC, RickL wrote:

 I use a different date format for new tiddlers than the DDth MMM 
 that seems to be standard in the macro so this doesn't work for me. If I
 install in a new empty TW it works.
 Can I change the date format so it will work with the format in my
 calendar TW? - I like the year first for sorting purposes so use YY0MM0DD,
 DDD hh12:0mm pm.

 Thanks



 On Tuesday, October 28, 2014 2:30:53 PM UTC-4, BJ wrote:


 There is a new version at http://bjtools.tiddlyspot.com to work with
 5.1.3 and above. I have also added support for journal tiddlers.

 Cheers

 BJ

 On Monday, October 27, 2014 5:07:38 PM UTC, RickL wrote:

 Any news on the updated macro? I use this calendar daily!
 Thanks.

 On Thursday, October 23, 2014 2:36:22 PM UTC-4, BJ wrote:

 Hi Rick,
 the implementation of dates as changed inside tiddlywiki (probably to
 support different languages) - I will update the macro. I will post a
 message here when It is available (should be either tonight or tomorrow).

 cheers

 BJ

 On Thursday, October 23, 2014 6:34:58 PM UTC+1, RickL wrote:

 I have been using the Extendable Calendar plugin from buggyj, but
 when I try to upgrade the TW it breaks the macro

 This is TW5 using the plugin from bjtools.tiddlyspot.com

 Any help is appreciated.

 Thanks
 Rick

  --
 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/yHdzqZWJATU/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.


Re: [tw] Re: Extendable calendar

2014-10-29 Thread BJ
For me they are two issues:
1) I understood that you were using the macro before I made the new version 
- the new version should be able to work in the same way as the old version 
- are you still using it this way (the old way)?
2) the new version of the macro supports only only ddth mm  format at 
the moment. - I do not intend to add different formats at this time - there 
may be a 'core' version of this macro sometime soon and I do not want spend 
my time on functionality that would be made obsolete.


On Wednesday, October 29, 2014 7:25:56 PM UTC, RickL wrote:

 Not sure I understand the question, sorry.

 I am using the latest version of TW5.
 When I use the New Journal or New Journal Here buttons in the empty 
 TW5 with the plugin imported I get a new tiddler that shows up with a link 
 on the calendar when it is created.
 In my TW with the different date format, the link in the new calendar does 
 not show up.

 As for what I am ...passing into the macro...  I have no clue!

 Thanks

 On Wed, Oct 29, 2014 at 2:33 PM, BJ bugg...@gmail.com javascript: 
 wrote:

 HI Rick,
 I have added a new formatter, the old one is still there - what format 
 were you using - and what were you passing into the macro to display a 
 calendar??

 BJ


 On Wednesday, October 29, 2014 10:56:35 AM UTC, RickL wrote:

 I use a different date format for new tiddlers than the DDth MMM  
 that seems to be standard in the macro so this doesn't work for me. If I 
 install in a new empty TW it works.
 Can I change the date format so it will work with the format in my 
 calendar TW? - I like the year first for sorting purposes so use YY0MM0DD, 
 DDD hh12:0mm pm.

 Thanks



 On Tuesday, October 28, 2014 2:30:53 PM UTC-4, BJ wrote:


 There is a new version at http://bjtools.tiddlyspot.com to work with 
 5.1.3 and above. I have also added support for journal tiddlers.

 Cheers

 BJ

 On Monday, October 27, 2014 5:07:38 PM UTC, RickL wrote:

 Any news on the updated macro? I use this calendar daily!
 Thanks.

 On Thursday, October 23, 2014 2:36:22 PM UTC-4, BJ wrote:

 Hi Rick,
 the implementation of dates as changed inside tiddlywiki (probably to 
 support different languages) - I will update the macro. I will post a 
 message here when It is available (should be either tonight or tomorrow).

 cheers

 BJ

 On Thursday, October 23, 2014 6:34:58 PM UTC+1, RickL wrote:

 I have been using the Extendable Calendar plugin from buggyj, but 
 when I try to upgrade the TW it breaks the macro

 This is TW5 using the plugin from bjtools.tiddlyspot.com

 Any help is appreciated.

 Thanks
 Rick

  -- 
 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/yHdzqZWJATU/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.




-- 
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] Tiddler and Content

2014-10-29 Thread Michael Key
Hi Jeremy,

please excuse the delay in my response.
The Dropbox options is great!  Thanks for clearing that up.

The stand alone HTML idea is a good one.. so thanks for that too.  I've
been thinking about the best way of gathering their content.

I did find some plug-ins that  support multiple people log-ins and
contribution signatures.  (I need to look into this more).

I also wanted to comment on the Tiddly Hang-Outs... sadly a bit pushed for
time, so unable to  watch as much as I like.  BUT the ones I have watched
have both been extremely informative and entertaining!

Will look into the plug-ins and communicate again ASAP.

Thanks for everything!

Michael

On Sun, Oct 19, 2014 at 5:50 PM, Jeremy Ruston jeremy.rus...@gmail.com
wrote:

 Hi Michael

 Thanks for the kind words about TiddlyWiki, and apologies for the slow
 reply.

  - I'd like to store the rootfolder and content of TW on DROPBOX - Can I
 do this?  (I don't see why not)

 Do you mean using the client-server configuration of TiddlyWiki5, running
 under Dropbox? If so, yes, you can store wiki folders in Dropbox.

  - After creating a NEW Tiddler, I'd like the other 3 users from my
 company to be able to elaborate more on the Tiddlers.  So no neccisarrily
 changing the text/image content I have added, but almost adding another
 FIELD/BOX where THEY can add their content based on the Tiddler that I
 posted.  Can this be achieved?

 The client-server configuration doesn't currently support distinguishing
 between multiple users.

 Perhaps you could distribute a standalone HTML wiki file and have your
 colleagues modify their own copies before sending them back to you?

 Best wishes

 Jeremy



 On Wed, Oct 15, 2014 at 1:17 PM, Michael Key mk.k...@gmail.com wrote:

 Hi all...

 First and foremost I'd like to express my satisfaction in finding
 TiddlyWiki... I think I almost love it. ;)
 Ok, so being a new user and understanding the concept from having a play
 and watching tutorials, I'm sorry to say that I've not yet been able to
 make work, what I need to make work.


 *This is what I would like to be able to achieve:*

 - I'd like to store the rootfolder and content of TW on DROPBOX - Can I
 do this?  (I don't see why not)

 - Multiple User Contributions:  I'd like my colleagues to be able to add
 content to TW, using THEIR 'username' as signing edits.  Is this possible?

 - After creating a NEW Tiddler, I'd like the other 3 users from my
 company to be able to elaborate more on the Tiddlers.  So no neccisarrily
 changing the text/image content I have added, but almost adding another
 FIELD/BOX where THEY can add their content based on the Tiddler that I
 posted.  Can this be achieved?


 I hope this makes sense and I hope someone can respond to shed some light
 on this..
 Thanking you in advance and looking forward to contributing myself as
 soon as I have more experience.

 Cheers

 Mick

 --
 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 a topic in the
 Google Groups TiddlyWiki group.
 To unsubscribe from this topic, visit
 https://groups.google.com/d/topic/tiddlywiki/Bde4eKimVdE/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.


Re: [tw] Re: Extendable calendar

2014-10-29 Thread BJ

On Wednesday, October 29, 2014 8:06:50 PM UTC, BJ wrote:

 For me they are two issues:
 1) I understood that you were using the macro before I made the new 
 version - the new version should be able to work in the same way as the old 
 version - are you still using it this way (the old way)?
 2) the new version of the macro supports only only ddth mm  format at 
 the moment. - I do not intend to add different formats at this time - there 
 may be a 'core' version of this macro sometime soon and I do not want spend 
 my time on functionality that would be made obsolete.

Actual the change looks simple so I will do it anyway! 
 

 On Wednesday, October 29, 2014 7:25:56 PM UTC, RickL wrote:

 Not sure I understand the question, sorry.

 I am using the latest version of TW5.
 When I use the New Journal or New Journal Here buttons in the empty 
 TW5 with the plugin imported I get a new tiddler that shows up with a link 
 on the calendar when it is created.
 In my TW with the different date format, the link in the new calendar 
 does not show up.

 As for what I am ...passing into the macro...  I have no clue!

 Thanks

 On Wed, Oct 29, 2014 at 2:33 PM, BJ bugg...@gmail.com wrote:

 HI Rick,
 I have added a new formatter, the old one is still there - what format 
 were you using - and what were you passing into the macro to display a 
 calendar??

 BJ


 On Wednesday, October 29, 2014 10:56:35 AM UTC, RickL wrote:

 I use a different date format for new tiddlers than the DDth MMM  
 that seems to be standard in the macro so this doesn't work for me. If I 
 install in a new empty TW it works.
 Can I change the date format so it will work with the format in my 
 calendar TW? - I like the year first for sorting purposes so use YY0MM0DD, 
 DDD hh12:0mm pm.

 Thanks



 On Tuesday, October 28, 2014 2:30:53 PM UTC-4, BJ wrote:


 There is a new version at http://bjtools.tiddlyspot.com to work with 
 5.1.3 and above. I have also added support for journal tiddlers.

 Cheers

 BJ

 On Monday, October 27, 2014 5:07:38 PM UTC, RickL wrote:

 Any news on the updated macro? I use this calendar daily!
 Thanks.

 On Thursday, October 23, 2014 2:36:22 PM UTC-4, BJ wrote:

 Hi Rick,
 the implementation of dates as changed inside tiddlywiki (probably 
 to support different languages) - I will update the macro. I will post 
 a 
 message here when It is available (should be either tonight or 
 tomorrow).

 cheers

 BJ

 On Thursday, October 23, 2014 6:34:58 PM UTC+1, RickL wrote:

 I have been using the Extendable Calendar plugin from buggyj, but 
 when I try to upgrade the TW it breaks the macro

 This is TW5 using the plugin from bjtools.tiddlyspot.com

 Any help is appreciated.

 Thanks
 Rick

  -- 
 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/yHdzqZWJATU/unsubscribe.
 To unsubscribe from this group and all its topics, 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/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: Need help with action-sendmessage code

2014-10-29 Thread James Mars
Hi Evolena.. thanks for the input: yes I did notice the missing $ and / 
eventually, but decided to stick with Matabele's plugins for the following 
reasons:
(1) All I really needed was to clear the tmpfile of the previous entries. 
The problem with deleting it entirely is that you get the do you want to 
delete this file confirmation message (not sure if that can be bypassed).

On Thursday, 30 October 2014 00:19:43 UTC+11, Evolena wrote:

 I don't know if this would have solved your problem, but according to 
 http://tiddlywiki.com/#ActionSendMessageWidget, it seems that in
  

 $action-sendmessage $message=tm-delete-tiddler 
 param=$:/temp/new/entity


 you need a $ before the param. The given example is:

 $action-sendmessage $message=tm-modal $param=SampleWizard/


 This action-message in particular is also missing its ending /.





-- 
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: Need help with action-sendmessage code

2014-10-29 Thread James Mars
Hi again,

Not sure what you mean, the tm-close-tiddler was targeting the create new 
entity tiddler, not the newly created tiddler. Also, Matabele's plugin 
allows one to create a new tiddler using a table (edit-text) without having 
to enter editor mode after clicking the button (am not sure if this 
behaviour can be replicated without plugins).

On Thursday, 30 October 2014 00:22:03 UTC+11, Evolena wrote:

 Also, with the example on tw5.com, closing the created tiddler discard 
 it. Maybe you should have used tm-save-tiddler instead of close.

 Le mercredi 29 octobre 2014 14:19:43 UTC+1, Evolena a écrit :

 I don't know if this would have solved your problem, but according to 
 http://tiddlywiki.com/#ActionSendMessageWidget, it seems that in
  

 $action-sendmessage $message=tm-delete-tiddler 
 param=$:/temp/new/entity


 you need a $ before the param. The given example is:

 $action-sendmessage $message=tm-modal $param=SampleWizard/


 This action-message in particular is also missing its ending /.


 Le mercredi 29 octobre 2014 03:05:10 UTC+1, James Mars a écrit :

 Hi,

 I have the following code in a tiddler  called new entity:

 \define main()
 $transclude tiddler=my input table/form mode=block/
 $set name=tags value={{!!tags}}
 $set name=text value={{!!text}}
 $set name=skeleton value=$:/_skl/person
 $set name=newtitle value=def_newtitle
 $button param=skeleton
 $action-sendmessage $message=tm-new-tiddler title=newtitle 
 tags=tags text=text/
 $action-sendmessage $message=tm-close-tiddler param=$:/_new/entitty/
 $action-sendmessage $message=tm-delete-tiddler 
 param=$:/temp/new/entityCreate/$button
 /$set/$set/$set/$set
 \end
 $tiddler tiddler=$:/temp/new/entitymain/$tiddler

 I would like to be able to:
 (1) Create and save the new tiddler without entering edit mode (atm it 
 enters into edit mode and I have to click on the save button).
 (2) Automatically navigates to new tiddler (which it currently does) and 
 then close the current tiddler (new entity). The close tiddler function 
 does not work.
 (3) Delete the temp file without the delete confirmation message.

 Thank you.

 James



-- 
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] CSS for (exclusively) hiding the search box in the Sidebar

2014-10-29 Thread Ton Gerner
Hi Stephan,

To be honest, I do not understand but it works.
I know the basic CSS stuff but I still have to learn a lot ;-)

Many thanks,

Ton


On Wednesday, October 29, 2014 10:13:17 PM UTC+1, Stephan Hradek wrote:

 .tc-sidebar-lists  p  .tc-search {
  display: none;
 }


-- 
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: Need help with action-sendmessage code

2014-10-29 Thread James Mars
:) Sure. Why not.

It is a redesign of Alberto's TiddlyWiki for Scholars. Specifically, it 
is a smaller, personally customized/restructured, bottom-up, rewritten from 
scratch (a learning exercise), version of Alberto's project.

On Thursday, 30 October 2014 00:52:32 UTC+11, Danielo Rodríguez wrote:

 I can't figure what are you using this for.

 Would you mind to explain it or give us an overview?


-- 
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.1.4 Readme not found

2014-10-29 Thread Danielo Rodríguez
Hello Jeremy

The problem was te tittle of the tiddler. I added the 
$:/plugins/danielo/pluginname prefix and after that it worked. I thoug the 
naming was just a suggestion, but seems to be mandatory in order to display 
the readme tiddlers correctly.

-- 
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: Tiddlywiki en Español

2014-10-29 Thread Emilio Rincón-Gallardo
Hola Danielo, yo hablo español. Mexicano.

On Monday, October 27, 2014 9:55:59 AM UTC-6, Danielo Rodríguez wrote:

 Sorry for those people that are not Spanish speakers, but I would like to 
 know how many people here speaks or understands Spanish.

 So, for being polite, a small brief in English: How many people here 
 speaks Spanish? No matter if it is your mother tongue or not. I don't want 
 to star any kind of Spanish group or something, I just want to know who 
 shares with me tiddlywiki and Spanish.

 Tal como he escrito en Inglés, me gustaría saber cuanta gente de la que 
 lee este grupo habla español. Más de una vez he tenido esa impresión, pero 
 nunca se está seguro 100%. No importa si es tu lengua nativa, si eres 
 Español, Latino-Americano o simplemente un estudioso. Yo soy español, por 
 lo que también me gustaría saber si tengo por aquí algún paisano con el que 
 pudiera hablar sobre tiddlywiki localmente (face 2 face)


 Un saludo a todos.


-- 
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: One TiddlyWiki or Many

2014-10-29 Thread 'Mark S.' via TiddlyWiki
Just thinking that you could have a master index TW with short versions of 
all your tiddlers. A link or a field would contain the reference to the 
full tiddler. This way you could reference a much larger body of data 
without the associated performance loss.


On Friday, October 24, 2014 7:26:23 AM UTC-7, Captain Packers wrote:

 I'm just wondering what MO people have adopted as best practice and why. 
 Do you use a single TiddlyWiki for everything, or do you have a virtual 
 web of multiple TiddlyWikis that you jump around in.

 I see the benefit of a single TiddlyWiki as being the search ability and 
 non-linear convenience and approach around which TiddlyWiki was built. My 
 concern about a single TiddlyWiki is the eventual size that it might attain 
 and related performance issues, especially if you start embedding and 
 attaching files internally (TW5).

 With a web of TiddlyWikis, they could be kept small, but you might 
 sacrifice some of the search ability of TiddlyWiki.

 I'm using TiddlyWiki mostly for journaling my workflow.

 I would like to know how others are doing this.

 Thanks in advance.

 Captain Packers


-- 
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] CSS for (exclusively) hiding the search box in the Sidebar

2014-10-29 Thread Stephan Hradek


Am Mittwoch, 29. Oktober 2014 23:05:11 UTC+1 schrieb Ton Gerner:

 Hi Stephan,

 To be honest, I do not understand but it works.


Hide the thing with class .tc-search which is a direct child of a 
p-element which has to be a direct child of a thing with class 
.tc-sidebar-lists 

-- 
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.