[tw] Re: [TWC] new tiddlers creation from type list

2014-06-14 Thread julien bouchez
Hi all I made the title space free and removed unecessary %22 at the end forEachTiddler where 'tiddler.tags.contains(twTypes)' write ' newJournal title:$1__0MM_0DD_0hh_0mm_0ss focus:%22title%22 text:{{ store.getTiddlerText(%22+tiddler.title+Template%22)/}/} label:

Re: [tw] Updated Classic parser for TW5

2014-06-14 Thread Jeremy Ruston
Hi BJ Thanks, that's great, much appreciated. Best wishes Jeremy. On Sat, Jun 14, 2014 at 8:06 AM, BJ buggy...@gmail.com wrote: Hi Jeremy, the command git log --diff-filter=D --summary plugins/tiddlywiki will pickout the commits for deletions. You will need to checkout the files from

[tw] Re: [TWC] new tiddlers creation from type list

2014-06-14 Thread Eric Shulman
text {{store.getTiddlerText(ConstantsTemplate)/}/} I am allmost there... I just can't figure out how to have this store to work. Try changing /}/} to just }} -e -- You received this message because you are subscribed to the Google Groups TiddlyWiki group. To unsubscribe from this

Re: [tw] TiddlyWiki 5 accessibility

2014-06-14 Thread Simon Eigeldinger
hi Jeremy, got it working on my system. currently using the code from the github repo. maybe the following would be a good idea to add to the current wiki: 1 labeling all buttons with meaningful texts as talked before 2 maybe labeling the … link for the search box with Search. 3 labeling the ×

[tw] Re: FeT - For Each Tiddler Questions.

2014-06-14 Thread Jan Johannpeter
Heureka. Thanks a lot... Jan Am 14.06.2014 01:14, schrieb Eric Shulman: On Tuesday, May 27, 2014 2:29:09 AM UTC-7, Jan wrote: Wow, what a change a little ' can do... The script works fine now allso when it is called in the Template. One last wish: Is there a way to supress the

[tw] Re: [TWC] new tiddlers creation from type list

2014-06-14 Thread julien23
Hi Eric I have already tried ...Template%22)}} according to whatever's saying but I get the red new... Error in macro newJournal Error in macro newJournal Error in macro newJournal Error in macro newJournal Error in macro newJournal Error in macro newJournal Error in macro newJournal

[tw] (TWc) Can't transcluded tiddler containing checkboxes

2014-06-14 Thread magev958
Hi all I've created a tiddler containg checkboxes using the plugin CheckBoxPlugin from http://www.tiddlytools.com/#CheckboxPlugin. I'd like to use it in the ViewTemplate for edit field in ViewMode. But when I tried to transcluded it into an other tiddler it is blank. I've setup this

[tw] Re: [TWC] new tiddlers creation from type list

2014-06-14 Thread Eric Shulman
On Saturday, June 14, 2014 2:57:03 AM UTC-7, julien23 wrote: I have already tried ...Template%22)}} according to whatever's saying but I get the red new... Error in macro newJournal Error in macro newJournal Error in macro newJournal Error in macro newJournal Error in macro newJournal

[tw] Re: (TWc) Can't transcluded tiddler containing checkboxes

2014-06-14 Thread Eric Shulman
On Saturday, June 14, 2014 3:32:02 AM UTC-7, magev958 wrote: I've created a tiddler containg checkboxes using the plugin CheckBoxPlugin from http://www.tiddlytools.com/#CheckboxPlugin. I'd like to use it in the ViewTemplate for edit field in ViewMode. But when I tried to transcluded it

Re: [tw] TiddlyWiki 5 accessibility

2014-06-14 Thread Birthe C
Hi Simon Knowing nothing about screenreaders, programming and all that. Do you think hint text on the buttons would solve your problem? Maybe you would like to try it out? In the link following I have tried to put text on at least some of the buttons for tiddlercontrols and pagecontrols. The

[tw] [TW5] ViewTemplate equivalent

2014-06-14 Thread ParisWiki
Hi, In TW5 what is the equivalent of ViewTemplate in TWC, in order to not publish the author and the modification date for each tiddler? Thank you, JCG -- You received this message because you are subscribed to the Google Groups TiddlyWiki group. To unsubscribe from this group and stop

Re: [tw] TiddlyWiki 5 accessibility

2014-06-14 Thread Jeremy Ruston
Hi Simon, Thanks for the feedback. I've added a couple of points to the ticket. I've started making the changes by applying aria-label and title attributes to the view and edit toolbar buttons, and the three page controls. I'd be grateful if you could let me know how they work with the screen

[tw] [TW5] ViewTemplate equivalent

2014-06-14 Thread Alberto Molina
Oops! The tiddler is $:/core/ui/ViewTemplate/subtitle. Sorry. 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

Re: [tw] TiddlyWiki 5 accessibility

2014-06-14 Thread Jeremy Ruston
I've started making the changes The changes are in github in the accessibility branch: https://github.com/Jermolene/TiddlyWiki5/compare/accessibility Best wishes Jeremy On Sat, Jun 14, 2014 at 6:01 PM, Jeremy Ruston jeremy.rus...@gmail.com wrote: Hi Simon, Thanks for the feedback. I've

[tw] Re: Drop-down list bug

2014-06-14 Thread ikemitsu
Forgot to mention: it appears only when Tags selected. -- 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

[tw] [TW5] Anchor within a tiddler

2014-06-14 Thread Danielo Rodríguez
Tiddlywiky is not intended for that type of use. Did you tried substories? Check it out at tiddlywiky.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

Re: [tw] TiddlyWiki 5 accessibility

2014-06-14 Thread Simon Eigeldinger
hi jeremy, thanks. looks good so far. the toolbar biuttons are now labeled properly. greetings, simon Am 14.06.2014 19:51, schrieb Jeremy Ruston: I've started making the changes The changes are in github in the accessibility branch:

[tw] [TW5] Transcluded object frame for pdf and web pages

2014-06-14 Thread andrew harrison
Hi again, My frame viewer displays either pages or files within an object frame. I'm having trouble with the styling. I know it should be moved to the stylesheet if deviating from native styling. I was hoping there is existing classes that I could use? I wish there was a list somewhere. I wanted

[tw] [TW5] Comprehensive WikiText documentation

2014-06-14 Thread jack . binysh
I'm new to TiddlyWiki, and looking for a guide to WikiText - the one found at http://tiddlywiki.org/ seems out of date on some points, and the one at http://tiddlywiki.com/ doesn't seem complete yet. Is there a more comprehensive guide anywhere? Thanks, Jack -- You received this message

Re: [tw] [TW5] Comprehensive WikiText documentation

2014-06-14 Thread Jeremy Ruston
Hi Jack Which version of TiddlyWiki are you using? The documentation at http://tiddlywiki.org/ covers the older Classic versions of TiddlyWiki. The new version 5 at tiddlywiki.com is not fully backwards compatible, and has significant differences in the wikitext syntax. The documentation at

Re: [tw] [TW5] Anchor within a tiddler

2014-06-14 Thread Jeremy Ruston
Hi JCG Can you help me in creating anchors withing tiddlers in order to create internal and external links to specific div of a tiddler ? There's no support for internal links within tiddlers at the moment. It's a common request though. A design principle of TiddlyWiki is to develop a

Re: [tw] [TW5] Transcluded object frame for pdf and web pages

2014-06-14 Thread Jeremy Ruston
Hi Andrew The new external tiddler feature coming in 5.0.13 looks like it might be useful for you. For image tiddlers (gif, jpg, pdf, png etc.) and HTML tiddlers, you can now set a field called _canonical_uri that points to the actual content of the tiddler (the text field is ignored, and so

Re: [tw] [TW5] Comprehensive WikiText documentation

2014-06-14 Thread jack . binysh
I'm using TiddlyWiki 5.0.12, so version 5 - I had guessed that was the difference between the two sets of documentation. There are some topics covered on tiddlywiki.org that do not seem to have a corresponding topic on tiddlywiki.com http://tiddlywiki.com- an example would be monospacing

Re: [tw] [TW5] Comprehensive WikiText documentation

2014-06-14 Thread Jeremy Ruston
Hi Jack an example would be monospacing text, which seems to work differently in TW5 The new syntax is described here: http://tiddlywiki.com/#Formatting%20in%20WikiText:%5B%5BFormatting%20in%20WikiText%5D%5D%20%5B%5BCode%20Blocks%20in%20WikiText%5D%5D Is there a way of knowing where the

[tw] Re: [TW5] ViewTemplate equivalent

2014-06-14 Thread Alberto Molina
Hi Odder, Works! I didn't know. Its a better solution than mine. Thanks, 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

[tw] Re: (TWc) Can't transcluded tiddler containing checkboxes

2014-06-14 Thread magev958
I did an other test transcludeing the CheckboxPlugin and it works fine. Seems to only be the checkbox syntax making a mess of things? -- 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,

[tw] [TW5] Question about the filter operator: list

2014-06-14 Thread Alberto Molina
Hi, If I write the following in a new tiddler on tiddlywiki.com $list filter=[[HelloThere]tags[]] {{!!list}} /$list I get, as expected, the contents of the list field of the tiddlers which are used as tags of [[HelloThere]]. In this case, its the contents of the list field of the tiddler

[tw] Re: (TWc) Can't transcluded tiddler containing checkboxes

2014-06-14 Thread Eric Shulman
On Saturday, June 14, 2014 3:18:07 PM UTC-7, magev958 wrote: I did an other test transcludeing the CheckboxPlugin and it works fine. Seems to only be the checkbox syntax making a mess of things? I downloaded a copy of your tiddlyspace so I could experiment a bit. I can create NEW tiddlers

Re: [tw] [TW5] Transcluded object frame for pdf and web pages

2014-06-14 Thread andrew harrison
Thanks Jeremy for the heads up about the new external tiddler feature coming. I look forward to it. Until then I continued working on my object viewer. I've moved styling to my stylesheet and with some additional I'm now happy with how it looks at least on my tablet. I hope it doesn't break or