Adding numbers to command names is a clever idea.

Shortcuts are a nice idea, but I fear that it would be a double to TW's own 
shortcut system, which is already quite powerful.
A middle ground could be having a command that helps you create TW 
shortcuts ? Either executing a palette command or a TW action.

I like the idea of completing the input with right arrow! I'll add it to 
the todo list :)

Le vendredi 26 juin 2020 16:47:02 UTC+2, Adam S. a écrit :
>
> Hello Souk21!
>
> Thank you for the update, the improvements are great - giving back focus 
> is very handy! I'm glad you liked my fork and I'm very happy you ended up 
> using it as a starting point, the end result is great! :) It was my 
> pleasure to help you with this!
>
>
> "About your numbered shortcuts idea, would it be a way to select results ? 
> (1 for 1st result, 2 for 2nd,...) or would it be user customizable 
> shortcuts?"
>
> Either way would be awesome, but I'd prefer the latter because then the 
> shortcuts wouldn't mean different things at different times (so one could 
> get used to a setup) while if they are assigned as their position in the 
> list they jump around because the list is updated and lists what you used 
> last (which is a great feature! immensely useful to have my last command at 
> the top! and second last at second place etc, best behavior ever!) and in 
> this way it'd force you to read the list and find your shortcut - slowing 
> the operation down. (I don't know how hard it is to implement so feel free 
> to disregard this part in brackets {implement both, with the option to 
> choose from the two in settings]) This only makes sense in the commands 
> area of the plugin not the tiddler search and filter, because those can 
> have numbers to them. 
> I just realized that I could probably make this happen myself if I modify 
> the names, for example  "close all tiddlers" to "1, close all tiddlers" and 
> it would jump there without any code required. I just tried it out and it 
> works. Including the number doesn't make it impossible to search among the 
> commands with type, but if I learn my numbers I don't need to type at all 
> times.
> This makes my original request moot. But if its not too much work, I think 
> the " a way to select results (1 for 1st result, 2 for 2nd,..."  could be 
> useful, but since it'd work on the search field too it'd need to have a 
> modifier key to it, like ctrl+3 for example. Although hitting the down 
> arrow three times is not that big of a deal. So its okay if this idea gets 
> forgotten.
>
>
> I have a new feature idea to consider: when we open command palette and it 
> gives results I tihnk it could be a useful thing if hitting the right arrow 
> key would copy the text from the selected item in the list below to the 
> input field where we write (so for example when one has tiddler 1, tiddler 
> 2, tiddler 3 ... tiddler 15  and you search for tid, you have the list of 
> them, you can either write it out or use the down arrow to get to the 
> number you want, but in this case if you could hit the right arrow to get 
> the name of tiddler 1 you could then easily get to 15 by writing 5 after 
> the copied text, which is better than writing out the whole title. This 
> would save more time on a longer tiddler titles. obviously. Also, I believe 
> it can be useful with non-numbered tiddlers too but they made my point very 
> easily.) 
>
>
>
> On Friday, June 26, 2020 at 9:49:30 AM UTC+2, Souk21 wrote:
>>
>> Hi Reet, I posted a thread in TWDev (
>> https://groups.google.com/forum/#!topic/tiddlywikidev/6nU5W3bQSY0) 
>> asking for help about this issue.
>>
>> Le vendredi 26 juin 2020 04:37:13 UTC+2, Reet Pandher a écrit :
>>>
>>> Hi Souk,
>>>
>>> Any luck fixing the *save wiki *command?
>>>
>>>
>>> On Tuesday, June 23, 2020 at 8:31:47 PM UTC+5:30, Souk21 wrote:
>>>>
>>>> New version 0.0.4 is up! <https://souk21.github.io/TW-commandpalette/>
>>>> New:
>>>> - Theming
>>>>   - Themes now follow your current color palette (thanks to Adam S!)
>>>>   - New Compact theme
>>>>   - New setting to change theme
>>>>   - Deleted "smoothScroll" setting
>>>> - Added '>See Story List' command to list opened tiddlers
>>>> - Insert result (ctrl+shift+I)
>>>>
>>>> Fixed:
>>>> - Fixed selection not being recognized in text fields
>>>> - Command palette now correctly gives back focus 
>>>> - Improved 'Welcome' tiddler
>>>>
>>>> Good news!
>>>> I realized the issue I had with TW text fields was not about how they 
>>>> update. It was about being in iframes (don't know how I missed that).
>>>> Fortunately it was a really easy fix!
>>>> It enabled me to fix a bug with 'selection mode' as well as add a new 
>>>> 'insert shortcut'. 
>>>> As a bonus, it also helped with the palette giving back keyboard focus to 
>>>> text fields!
>>>>
>>>> There's still some design decisions to make, for example, should the 
>>>> palette insert results as links when possible? (I'm thinking yes)
>>>>
>>>> I'm still thinking about how acting on the current tiddler should work, so 
>>>> anyone with any input on that subject should chime in :)
>>>>
>>>> Let me know what you think !
>>>>
>>>> @Mohammad @TiddlyTweeter: I'm sorry I didn't get the time to implement the 
>>>> filter operation history, but it's high on the todo list :)
>>>> I also like the idea of having common operations available. Maybe a 
>>>> setting could be switchable between 'history' and 'common operations' ?
>>>>
>>>> @Guido B: Interesting! Thanks for the heads up :) I'll check if I can make 
>>>> transpiling/polyfilling part of the process.
>>>>
>>>> @TW Tones: You can already do that :)
>>>> For example: '<$action-sendmessage $message="open-command-palette" 
>>>> $param=">"/>' will open the command palette with '>' ($param) as input.
>>>> You can have a look at 
>>>> '$:/plugins/souk21/commandpalette/CommandPaletteCommandMode', the rest is 
>>>> just a matter of creating a keyboard shortcut with TW provided way.
>>>>
>>>> I agree with you about discoverability.
>>>> For now, you can set 'neverBasic' setting to true, so you can see what 
>>>> filters operations are used (try it with '>Recent Tiddlers' for example)
>>>>
>>>> 'An example may be the creation of a parallel process trigger that will 
>>>> bypass an attempt to customise a global process.'
>>>> I'm sorry I didn't understand that part
>>>>
>>>> @si: Thanks for the input! I added a 'See Story List' command. I'm gonna 
>>>> look into switching tabs :)
>>>>
>>>> @Eshka: Thank you for the bug report! Don't know how it even worked in the 
>>>> first place haha. It's fixed now, thanks :)
>>>>
>>>> @Adam S.: Thank you a lot for the research you did! I used your pull 
>>>> request as a starting point for the new themes.
>>>> I tried it with different palettes and it feels way better now! Thanks 
>>>> again, it really helped me.
>>>> Let me know what you think of it :)
>>>> About your numbered shortcuts idea, would it be a way to select results ? 
>>>> (1 for 1st result, 2 for 2nd,...) or would it be user customizable 
>>>> shortcuts?
>>>>
>>>>

-- 
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 [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/02c0151f-2c3d-4cd8-bb4e-68685c602575o%40googlegroups.com.

Reply via email to