[tw5] Re: what's the keyboard shortcut for new tiddler???

2018-05-17 Thread BurningTreeC
> > forgot to say thank you!! > > thanks, you're welcome! FYI: we've now started to add global keyboard shortcuts to tiddlywiki here , which would make this solution with the accesskeys unnecessary because it just works better. I hope it

[tw5] Re: what's the keyboard shortcut for new tiddler???

2018-05-17 Thread kelsang sherab
forgot to say thank you!! On Sunday, May 13, 2018 at 8:36:42 PM UTC+1, BurningTreeC wrote: > > Hi, as I explained in my 5th post: > > after importing, save the wiki and reload it. Changing the access key > would also need to save and reload. > the key defined in $:/config/accessKey/new-tiddler

[tw5] Re: what's the keyboard shortcut for new tiddler???

2018-05-15 Thread Mohammad
Thank you Mario for clarification and the useful information! It seems it is not a tough work for an advanced user to assign shortcuts for a plugin and like that. /Mohammad On Tuesday, May 15, 2018 at 11:55:13 AM UTC+4:30, PMario wrote: > > On Tuesday, May 15, 2018 at 3:43:01 AM UTC+2, Mohammad

Re: [tw5] Re: what's the keyboard shortcut for new tiddler???

2018-05-15 Thread Mohammad
Hi Jeremy, Yes, you right! My reference was wrong and from https://www.w3.org/TR/html52/ I learned the support is available in HTML5! Sorry for inconvenience! Best Mohammad On Tuesday, May 15, 2018 at 12:05:05 PM UTC+4:30, Jeremy Ruston wrote: > > The motivation for adding the accessKey

Re: [tw5] Re: what's the keyboard shortcut for new tiddler???

2018-05-15 Thread @TiddlyTweeter
Ciao Jeremy & all Jeremy Ruston wrote: > > The differences between browsers are sufficiently frustrating that I don't > propose to use the accessKey attribute in the core UI. If we want global > keyboard shortcuts we'll need to do it properly: a new startup module that > listens to key events

Re: [tw5] Re: what's the keyboard shortcut for new tiddler???

2018-05-15 Thread Jeremy Ruston
The motivation for adding the accessKey attribute to the button and link widgets is that it is a standard HTML5 feature, and we're just passing the attribute through. (I can't find any references to the attribute being dropped from the standard). The differences between browsers are

[tw5] Re: what's the keyboard shortcut for new tiddler???

2018-05-15 Thread PMario
On Tuesday, May 15, 2018 at 3:43:01 AM UTC+2, Mohammad wrote: > > One question, it seems support for accesskey will be dropped for HTML5 > standard, That's not true. TiddlyWiki has keyboard handling functions. But implementing key-handling libraries is only 20% of the work, that has to be

[tw5] Re: what's the keyboard shortcut for new tiddler???

2018-05-14 Thread Mohammad
@PMario, Could this mechanism possible to be used in zoomin storyview? In that case, we have only one tiddler visible at a time, the problem is only with tranclusion! /Mohammad On Monday, May 14, 2018 at 11:26:08 PM UTC+4:30, PMario wrote: > > On Monday, May 14, 2018 at 7:58:23 PM UTC+2,

[tw5] Re: what's the keyboard shortcut for new tiddler???

2018-05-14 Thread Mohammad
Thanks Pmario I read the pull request and discussions there. One question, it seems support for accesskey will be dropped for HTML5 standard, also different browsers react differently to accesskey, so don't you think a JavaScript solution maybe be a better solution in long time? -- You

[tw5] Re: what's the keyboard shortcut for new tiddler???

2018-05-14 Thread PMario
On Monday, May 14, 2018 at 7:58:23 PM UTC+2, Mohammad wrote: > There are some small JavaScript library for shortcut keys, is there any > way to import such library in TiddlyWiki? > It's not trivial. The biggest problem is, that we use transclusions everywhere. ... eg: If you dynamically

[tw5] Re: what's the keyboard shortcut for new tiddler???

2018-05-14 Thread Mohammad
I may propose to have a plugin as shortcut keys some library available to be used are: https://github.com/jaywcjlove/hotkeys https://github.com/ccampbell/mousetrap https://dmauro.github.io/Keypress/ On Monday, May 14, 2018 at 10:28:23 PM UTC+4:30, Mohammad wrote: > > @BurningThreeC > > I

[tw5] Re: what's the keyboard shortcut for new tiddler???

2018-05-14 Thread Mohammad
@BurningThreeC I checked the accessKey in Wizrd-Wizrd Demo by Jed and it works, but the drawback is it does not support the arrow keys or page+Up/Down. There are some small JavaScript library for shortcut keys, is there any way to import such library in TiddlyWiki? /Best On Monday, May 14,

[tw5] Re: what's the keyboard shortcut for new tiddler???

2018-05-13 Thread BurningTreeC
> > do I need to give a special tag to this "$:/config/accessKey/new-journal > tiddler? > >> >> No, you only need to edit $:/core/ui/Buttons/new-journal and change the <$button ...> to <$button ... accessKey={{$:/config/accessKey/new-journal}}> if it's not already there also, to be able to

[tw5] Re: what's the keyboard shortcut for new tiddler???

2018-05-13 Thread kelsang sherab
do I need to give a special tag to this "$:/config/accessKey/new-journal tiddler? On Sunday, May 13, 2018 at 3:15:01 PM UTC+1, BurningTreeC wrote: > > ... then create a tiddler "$:/config/accessKey/new-journal" and put your > desired accesskey in the text field, like j > > On most browsers

[tw5] Re: what's the keyboard shortcut for new tiddler???

2018-05-13 Thread BurningTreeC
Hi, as I explained in my 5th post: after importing, save the wiki and reload it. Changing the access key would also need to save and reload. the key defined in $:/config/accessKey/new-tiddler then is the key to use with your browser's defined key for accessing access-keys. On chrome it's "Alt"

[tw5] Re: what's the keyboard shortcut for new tiddler???

2018-05-13 Thread kelsang sherab
@BurningTreeC - Hi - once I imported your three files - I am not sure what to do next. I cannot find any visible indication that the files did anything to the system. The files are on the system with the following names: 1. $:/core/modules/widgets/button.js

[tw5] Re: what's the keyboard shortcut for new tiddler???

2018-05-13 Thread kelsang sherab
@Mohammad That's a great little sight!! On Sunday, May 13, 2018 at 5:30:34 PM UTC+1, Mohammad wrote: > > @BTC > You can have a look at > http://showroom.tiddlyspot.com/ > > Best > > On Sunday, May 13, 2018 at 8:59:44 PM UTC+4:30, Mohammad wrote: >> >> @BTC >> I use TiddlyDesktop and it

[tw5] Re: what's the keyboard shortcut for new tiddler???

2018-05-13 Thread Mohammad
Let me to try that. Cheers Mohammad On Sunday, May 13, 2018 at 9:08:35 PM UTC+4:30, BurningTreeC wrote: > > It can be used with every button > > >- open the tiddler where the button is >- look for the <$button ...> >- make it <$button ... accesskey="u"> >- or make it <$button ...

[tw5] Re: what's the keyboard shortcut for new tiddler???

2018-05-13 Thread BurningTreeC
It can be used with every button - open the tiddler where the button is - look for the <$button ...> - make it <$button ... accesskey="u"> - or make it <$button ... accesskey={{$:/config/accessKey/mybutton}}> and create the tiddler $:/config/accessKey/mybutton and put "u" in the

[tw5] Re: what's the keyboard shortcut for new tiddler???

2018-05-13 Thread Mohammad
@BTC You can have a look at http://showroom.tiddlyspot.com/ Best On Sunday, May 13, 2018 at 8:59:44 PM UTC+4:30, Mohammad wrote: > > @BTC > I use TiddlyDesktop and it works for me! > I just tried Alt+n and it creates a new Tiddler > > One question > I use Zoomin storyview with one tiddler at

[tw5] Re: what's the keyboard shortcut for new tiddler???

2018-05-13 Thread Mohammad
@BTC I use TiddlyDesktop and it works for me! I just tried Alt+n and it creates a new Tiddler One question I use Zoomin storyview with one tiddler at a time on screen. I have added two small buttons at the bottom of tiddler to let me navigate to next/previous tiddler in the storyriver. Is it

[tw5] Re: what's the keyboard shortcut for new tiddler???

2018-05-13 Thread BurningTreeC
@Mohammad , you're welcome! let me know if it works for you BTC -- 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

[tw5] Re: what's the keyboard shortcut for new tiddler???

2018-05-13 Thread Mohammad
Many thanks! Shortcut keys are very important specially when you use TW for presentation. Right now TW is heavily depend on mouse clicks. I hope Jeremy respond to this pull request soon! /Best On Sunday, May 13, 2018 at 5:20:17 PM UTC+4:30, BurningTreeC wrote: > > At the moment there are no

[tw5] Re: what's the keyboard shortcut for new tiddler???

2018-05-13 Thread BurningTreeC
I've figured out that on firefox-esr it works out of the box, on the newest firefox it may need some tuning. If it doesn't work, one can try to open "about:config" in a new tab, then "accept the risks", then search for "chromeaccess" - only one entry should remain. double-click that entry and

[tw5] Re: what's the keyboard shortcut for new tiddler???

2018-05-13 Thread BurningTreeC
... then create a tiddler "$:/config/accessKey/new-journal" and put your desired accesskey in the text field, like j On most browsers the key can be accessed by holding "Alt" and pressing the key On firefox it seems that that key can be configured - try "Alt" or "Alt+Shift" or "Ctrl+Alt" plus

[tw5] Re: what's the keyboard shortcut for new tiddler???

2018-05-13 Thread BurningTreeC
you can simply import the three files here at the bottom, then save your wiki and reload it. Try it with an empty wiki first if you want to add keys to other buttons, you can open the button tiddler (for example $:/core/ui/Buttons/new-journal) and add

[tw5] Re: what's the keyboard shortcut for new tiddler???

2018-05-13 Thread kelsang sherab
I would not mind trying this except I haven no techniacl knowledge of how to make it thanks On Sunday, May 13, 2018 at 1:50:17 PM UTC+1, BurningTreeC wrote: > > At the moment there are no keyboard shortcuts besides the ones you can > define using the keyboard widget, but they only work within

[tw5] Re: what's the keyboard shortcut for new tiddler???

2018-05-13 Thread BurningTreeC
At the moment there are no keyboard shortcuts besides the ones you can define using the keyboard widget, but they only work within a textarea or an input field I made a pull request for keyboard shortcuts today using the "accesskey" attribute (see here:

[tw5] Re: what's the keyboard shortcut for new tiddler???

2018-05-13 Thread Sebastián Ortega
If not, is there any way to set it up one? On Saturday, 12 May 2018 23:19:29 UTC+2, kelsang sherab wrote: > > is there a keyboard shortcut for new tiddler? > -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop