Re: [tw5] KeeBoord plugin - shortcut for reveal things

2018-06-22 Thread BurningTreeC
> > Huh, how comes that. > that is an interesting information because the the storyTiddler is > something I use very often. > The existing keyboard shortcuts for the text editor get catched within a tiddler and only there, but the global keyboard shortcuts from the keeboord plugin get

Re: [tw5] KeeBoord plugin - shortcut for reveal things

2018-06-21 Thread Mohammad
Continue this discussion here: https://groups.google.com/d/msg/tiddlywiki/ZPFJ3DP4H7g/V7MYyMUuCQAJ On Wednesday, June 20, 2018 at 9:02:20 AM UTC+4:30, Mohammad wrote: > > Hello BTC > The code works, there is one problem > I added a zero state to hide everything and there other states 1, 2, 3 as

Re: [tw5] KeeBoord plugin - shortcut for reveal things

2018-06-19 Thread Mohammad
Hello BTC The code works, there is one problem I added a zero state to hide everything and there other states 1, 2, 3 as you coded. The problem is it cycles through states i.e by pressing the shortcut here (Ctrl+R) it shows part1, 2 and 3 and hide everything and then part 1, 2, 3 and cycle and

Re: [tw5] KeeBoord plugin - shortcut for reveal things

2018-06-19 Thread Jan
Huh, how comes that. that is an interesting information because the the storyTiddler is something I use very often. Is there a workaround for that? Ahoi Jan Am 19.06.2018 um 13:36 schrieb BurningTreeC: Hi everyone, the keeboord plugin allows every tw action to be triggered with a keyboard

Re: [tw5] KeeBoord plugin - shortcut for reveal things

2018-06-19 Thread Mohammad
Hi BTC Many thanks for your time and help. I will check and inform you the result. By the way, I recommend to put some examples in keeboord.tiddlyspot.com, of course you helped me very much and I can implement general actions using keeboord. For people come and visit your site it is a little

Re: [tw5] KeeBoord plugin - shortcut for reveal things

2018-06-19 Thread BurningTreeC
I've made a small mistake in the last <$list filter="[regexp[^2$]]"> which should be: <$list filter="[regexp[^3$]]"> -- 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

Re: [tw5] KeeBoord plugin - shortcut for reveal things

2018-06-19 Thread BurningTreeC
@Mohammad , to your original question: I would do it like that: <$reveal type="match" state="yourtiddler!!p01" text="show"> !! Part One <$reveal type="match" state="yourtiddler!!p02" text="show"> !! Part Two <$reveal type="match" state="yourtiddler!!p03" text="show"> !! Part Three

Re: [tw5] KeeBoord plugin - shortcut for reveal things

2018-06-19 Thread BurningTreeC
Hi everyone, the keeboord plugin allows every tw action to be triggered with a keyboard shortcut Basically, all you can do with a button you can also do with the keeboord plugin. The downside of global keyboard shortcuts within tiddlywiki in general is, that the variable is not a globally

Re: [tw5] KeeBoord plugin - shortcut for reveal things

2018-06-18 Thread Mohammad
Hi Jan, Take a look at keybinding (global keyboard shortcuts by BTC)http://keeboord.tiddlyspot.com/ On Monday, June 18, 2018 at 11:50:09 PM UTC+4:30, Jan wrote: > > Hi Thomas, > Is this already possible? A button that is clicked by a shortcut? > that would be verrry practical! > > Jan > > >

Re: [tw5] KeeBoord plugin - shortcut for reveal things

2018-06-18 Thread Jan
Hi Thomas, Is this already possible? A button that is clicked by a shortcut? that would be verrry practical! Jan Am 18.06.2018 um 18:19 schrieb Thomas Elmiger: Hi Mohammad I guess you would have to create buttons for the desired actions first, and then activate the buttons via keyboard

[tw5] KeeBoord plugin - shortcut for reveal things

2018-06-18 Thread Thomas Elmiger
Hi Mohammad I guess you would have to create buttons for the desired actions first, and then activate the buttons via keyboard shortcuts. Just a little hint, good luck! Thomas -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe

[tw5] KeeBoord plugin - shortcut for reveal things

2018-06-15 Thread Mohammad
Hi BurningTreeC Is it possible to assign shortcuts to the below reveal widget using KeeBoord plugin (http://keeboord.tiddlyspot.com/) <$reveal type="match" state="!!p01" text="show"> !! Part One <$reveal type="match" state="!!p02" text="show"> !! Part Two <$reveal type="match"