[tw5] Re: Plugin prototype: Command Palette

2020-08-02 Thread TW Tones
Souk21, Looking beautiful. I notice how ever after ctrl-p most characters at least on a QWERTY keyboard a shifted character - > search/execute shift-"." - < search/execute shift-"," * if we use this in future for macros << or html <* - ? help shift-"/" - # search tags shift-"3"

Re: [tw5] Re: Plugin prototype: Command Palette

2020-08-02 Thread E Browns
Aww thanks so much for the help! I'll try this (after numerous backups just in case I mess it up haha) On Mon, Aug 3, 2020, 06:56 Souk21, wrote: > Sorry I must be tired today, I meant > > on line 466 of *commandpalettewidget.js*, before this line > > -- > You received this message because you ar

Re: [tw5] Re: Plugin prototype: Command Palette

2020-08-02 Thread Souk21
Sorry I must be tired today, I meant on line 466 of *commandpalettewidget.js*, before this line -- 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+unsubs

Re: [tw5] Re: Plugin prototype: Command Palette

2020-08-02 Thread Souk21
> > I thought i had my t's and l's mixed up until I scanned the JS code! Hehe! > So sorry! I guess that's what you get for coding on a sunday morning haha I edited the post as well as the github release. Thanks a lot for the report I don't really have time to update it (or even try it) right n

Re: [tw5] Re: Plugin prototype: Command Palette

2020-08-02 Thread E Browns
That is very wild to me! Hehe! I don't even know where to insert that bit of code in the js tiddler... It'll be the first time I'll edit anything javascript if I do! Soo.. I'm very sorry for my current ignorance, but where exactly should I insert it into (while we wait for Souk's update)? Thank yo

[tw5] Re: Plugin prototype: Command Palette

2020-08-02 Thread Saq Imtiaz
> > > Sorry for bothering again but I want to share a sample scenario where > It'll help if the input box writes to (for example) > *$:/temp/command-palette-input* instead of a variable available only > within CP (like how sidebar search manipulates *$:/temp/search*). > For the rewrite I would

[tw5] Re: Plugin prototype: Command Palette

2020-08-02 Thread JD
Hi Souk! Sorry for bothering again but I want to share a sample scenario where It'll help if the input box writes to (for example) *$:/temp/command-palette-input* instead of a variable available only within CP (like how sidebar search manipulates *$:/temp/search*). When it's a tiddler that's

Re: [tw5] Re: Plugin prototype: Command Palette

2020-08-02 Thread E Browns
Hi! So far into testing I found the variable is <> And not <> I thought i had my t's and l's mixed up until I scanned the JS code! Hehe! -jd On Sun, Aug 2, 2020, 20:47 Souk21, wrote: > New version 0.0.6 ! > Changelog: > >- [BREAKING CHANGE]

Re: [tw5] Re: Plugin prototype: Command Palette

2020-08-02 Thread E Browns
Amazing update! Thank you so much! What I'm trying to accomplish is the creation of a tiddler with fields and text signified by symbols within the input, and have that save-then-nothing, or save-then-edit, or save-then-navigate. I have those macros ready to feed into CP ^^, Default CP action for

[tw5] Re: Plugin prototype: Command Palette

2020-08-02 Thread Souk21
New version 0.0.6 ! Changelog: - [BREAKING CHANGE] Renamed field 'cp-hint' to 'command-palette-hint' for consistency - New shortcut commands for customization. Allow to call an action string from the command palette with any prefix of you

[tw5] Re: Plugin prototype: Command Palette

2020-07-28 Thread Saq Imtiaz
@souk21 @jd suggest that CP make the original string from the input available as a variable to the actions invoked by commands. The last optional argument to invokeActionString is a hashmap of variables that will be available in the actionstring. On Tuesday, July 28, 2020 at 2:13:51 PM UTC+2, JD

[tw5] Re: Plugin prototype: Command Palette

2020-07-28 Thread JD
Hi Souk21, I am in love with this! This is truly amazing and exactly what I need in my personal wiki! I have a question (searching for the answer of which put me into creation mode), how do I access the text of the CommandPalette input box and have it available to an actionString - type custom

[tw5] Re: Plugin prototype: Command Palette

2020-07-22 Thread TW Tones
Souk21, This is a great contribution from a new tiddlywiki user, thank you. I do like its standalone independence behind ctrl-p, We are getting so many advances in quick access to advanced features in a few directions right now so don't be surprised if adoption is slower than normal, users may

[tw5] Re: Plugin prototype: Command Palette

2020-07-22 Thread Diego Mesa
Hey Souk21, Thanks for this! Do you think this is ready to use in production? Also, any plans to try and make this into the core/official plugin? I think its great! On Monday, June 29, 2020 at 3:09:40 AM UTC-5, Souk21 wrote: > > New version 0.0.5 is up :)

[tw5] Re: Plugin prototype: Command Palette

2020-06-29 Thread Souk21
New version 0.0.5 is up :) This time it's a small one with a couple bugfixes: - Fixed themes tiddlers being modified unexpectedly (Thanks to @linonetwo) - Fixed "Save Wiki" bug (Thanks to @Saq Imtia

[tw5] Re: Plugin prototype: Command Palette

2020-06-28 Thread Souk21
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 T

[tw5] Re: Plugin prototype: Command Palette

2020-06-26 Thread Adam S.
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 i

[tw5] Re: Plugin prototype: Command Palette

2020-06-26 Thread Souk21
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

[tw5] Re: Plugin prototype: Command Palette

2020-06-25 Thread Reet Pandher
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! > New: > - Theming > - Themes now follow your current color palette (thanks to Adam S!) > - New Compact

[tw5] Re: Plugin prototype: Command Palette

2020-06-23 Thread Souk21
New version 0.0.4 is up! 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 tidd

[tw5] Re: Plugin prototype: Command Palette

2020-06-22 Thread Eskha
Hello Souk21, When using Command Palette with Firefox 60.7 I have an "Internal JavaScript Error" red box error, any time I hit the down arrow key. The firefox console displays the following error messages: | !ReferenceError: event is not defined| %20line%2033389%20%3E%20eval:512:5 | | onKeyDow

[tw5] Re: Plugin prototype: Command Palette

2020-06-16 Thread Adam S.
Hi Reet, It's not a solution from the developer, but I've uploaded a dark color theme for the plugin that makes the input text brighter (not completely white, but brighter, also makes the whole interface darker.) Download the file from here

[tw5] Re: Plugin prototype: Command Palette

2020-06-16 Thread Reet Pandher
Hi Souk, Just tried Command Palette in my wiki and wanted to report a visual bug: It doesn't take in the custom theme applied by the user. I am using a dark theme and the search box still takes dark gray text color. Also, the dropdown remains black text on white background. I've attached a scr

Re: [tw5] Re: Plugin prototype: Command Palette

2020-06-16 Thread TiddlyTweeter
I agree with Mohammad that "[" seems a bit "orphaned" ... BUT not sure whether list of filters should be "recent" or "*listed*" (for example those found under * Advanced Search > Filter *dropdown?). Just a comment! TT Mohammad wrote: > > > Small comments on ideas: > - Filter operation history

[tw5] Re: Plugin prototype: Command Palette

2020-06-16 Thread TiddlyTweeter
Souk21 wrote: > > New version 0.0.3 is up! > > > @TiddlyTweeter @Adam S. I tried to make the 'Welcome' tiddler on the demo > page more explicit about the diff

[tw5] Re: Plugin prototype: Command Palette

2020-06-15 Thread TW Tones
Folks I am also excited about this solution but as a long time user I see many of the suggestions touching on either existing shortcuts or solutions out there. Perhaps part of this solution should be providing information about existing features. Otherwise in future a new user, once this soluti

[tw5] Re: Plugin prototype: Command Palette

2020-06-15 Thread si
This is fantastic, great addition to tiddlywiki! A couple of suggestions for features that might be useful: - A way to list open tiddlers and jump to one of them - A way to switch sidebar tabs from the command pallet Anyway this is awsome On Wednesday, 10 June 2020 18:31:24 UTC+1, Souk21

[tw5] Re: Plugin prototype: Command Palette

2020-06-15 Thread Adam S.
On Monday, June 15, 2020 at 11:51:57 AM UTC+2, Adam S. wrote: > > Thank you for the quick fix and the update! Great work! > Nice feature to have selections auto-populate the search field! > > I have an idea that might increase usability or speed of operation: how > about, after entering commands

[tw5] Re: Plugin prototype: Command Palette

2020-06-15 Thread Adam S.
Thank you for the quick fix and the update! Great work! Nice feature to have selections auto-populate the search field! I have an idea that might increase usability or speed of operation: how about, after entering commands, having shortcuts for them? Like 1 for save, 2 for close all tiddlers etc

[tw5] Re: Plugin prototype: Command Palette

2020-06-15 Thread TW Tones
Fantastic for the changes and updates The last question, yes I am more interested in opening it in > mode but being Abel to assign shortcuts to each including would be nice but not essential. Love your work Tony -- You received this message because you are subscribed to the Google Groups "Tid

[tw5] Re: Plugin prototype: Command Palette

2020-06-14 Thread Guido B
Also from myself, many thanks for this wonderful plugin. As to my point from last week regarding the Edge browser problem: I transpiled your commandpalettewidget.js file with Babel and an es2015 preset and now the plugin works also in the Edge browser. So you don't have to deal with the issue a

Re: [tw5] Re: Plugin prototype: Command Palette

2020-06-14 Thread Mohammad Rahmani
Souk21, Many thanks for the new update! Command Palette is really wonderful and very useful! Small comments on ideas: - Filter operation history (with tiddler history? or when input is [ ?) Why not to show filter history when just you type [ and narrow it while typing in searchbox and when pres

[tw5] Re: Plugin prototype: Command Palette

2020-06-14 Thread Souk21
New version 0.0.3 is up! *New:* - The palette now opens with you current text selection by default (this can be disabled with the setting 'Use selection as search query'). There's also a new keyboard shortcut in the Control Panel that bypa

[tw5] Re: Plugin prototype: Command Palette

2020-06-14 Thread TW Tones
On in edit mode. Even without sophisticated edit mode functions being able to select text tiddler title etc and pass that to the command as the target or search string would be quite useful. Regards Tony -- You received this message because you are subscribed to the Google Groups "TiddlyWiki

[tw5] Re: Plugin prototype: Command Palette

2020-06-14 Thread TiddlyTweeter
Adam S. wrote: > > I don't think it should immediately populate with a question mark to > automatically reveal help, after seeiing the welcome tiddler in the demo > and seeing that typing ? reveals help the list of history is much more > useful. > Actually you are right! My comment was based on

[tw5] Re: Plugin prototype: Command Palette

2020-06-14 Thread TW Tones
Souk21, It is amazing what you have achieved so far. Some notes; - I added the F1 key as an alternative to ctrl-p and it works well. Saving the need to do a duel key press - This made me think of other opportunities. What if we could program keyboard shortcuts to the "command" fi

[tw5] Re: Plugin prototype: Command Palette

2020-06-14 Thread Ste Wilson
How can I use this on mobile? I want to see what all the excitement is about!!! -- 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...@googlegroup

[tw5] Re: Plugin prototype: Command Palette

2020-06-13 Thread Adam S.
BRILLIANT plugin, I love it! I've been wanting something like this since I started using TiddlyWiki! Beautifully well done! (Great, useful work and also I think its visually beautiful with its simplicity) Hats off to you, Souk21 and thank you, for this gift!. I don't think it should immediatel

[tw5] Re: Plugin prototype: Command Palette

2020-06-13 Thread TiddlyTweeter
Ciao Souk One serious suggestion ... On *Ctrl+P* immediately populate with "*?*". Using it just having the bare list isn't any advantage over StoryRiver. Only with "?" do the real teeth show :-). A thought ... TT On Saturday, 13 June 2020 15:49:33 UTC+2, Souk21 wrote: > > New version 0.0.

[tw5] Re: Plugin prototype: Command Palette

2020-06-13 Thread Souk21
New version 0.0.2 is up! Changelog: Added “Show Control Panel” command Fixed bug with shadow tiddlers search / results / history Fixed z-index bug Published roadmap (copied below) I did some research about 'insert mode' that @TW

[tw5] Re: Plugin prototype: Command Palette

2020-06-12 Thread Eskha
Thank you Souk21, One of the most usefull plugin I have seen for TiddlyWiki. Best regards, Eskha -- 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+unsu

Re: [tw5] Re: Plugin prototype: Command Palette

2020-06-11 Thread Diego Mesa
YE!!! FINALLY!!! I posted about this (in a dead thread) in january of 2018!!! https://groups.google.com/d/msg/TiddlyWiki/yKrgs5ENAII/521K7N7BAAAJ Thank you so much for this! On Thursday, June 11, 2020 at 10:21:10 AM UTC-5, TiddlyTweeter wrote: > > Souk21 wrote: > >> ... a command could po

Re: [tw5] Re: Plugin prototype: Command Palette

2020-06-11 Thread TiddlyTweeter
Souk21 wrote: > ... a command could potentially execute code on your computer, and > definitely execute commands in your wiki. I very much doubt it could execute into the OS via single Wiki maliciously, though it could trash your wiki. But that is NOT something to worry about overmuch. It is

Re: [tw5] Re: Plugin prototype: Command Palette

2020-06-11 Thread Souk21
@TiddlyTweeter Yup I agree it can be confusing. I like 'Action Menu', thanks for your ideas :) Before changing the name I'm gonna wait for the prototype to be closer to 'finished', so in the meantime if anyone has a thought about it, feel free to weight in ! @TW Tones Indeed I need to write a

Re: [tw5] Re: Plugin prototype: Command Palette

2020-06-11 Thread Mohammad Rahmani
@Souk21 As Saq siad! I highly recommend keeping it simple and lightweight! Best wishes Mohammad On Thu, Jun 11, 2020 at 6:03 PM Saq Imtiaz wrote: > @Souk21 you have a great set of features already and a nice long list of > ideas to implement. I would however recommend taking a modular approach

[tw5] Re: Plugin prototype: Command Palette

2020-06-11 Thread Saq Imtiaz
@Souk21 you have a great set of features already and a nice long list of ideas to implement. I would however recommend taking a modular approach and not adding too many niche features to the default installation of the plugin. For instance, the plugin could by default come with a standard set o

[tw5] Re: Plugin prototype: Command Palette

2020-06-11 Thread TW Tones
Souk21 > @TW Tones The goal is indeed to make it the more hackable/customizable I > can. > Thank you for the tip, I didn't know about this drag n' drop feature :) > > Done the right way the community can build a library of "commands" that >> are practical for any user, and or designer and we c

[tw5] Re: Plugin prototype: Command Palette

2020-06-11 Thread TiddlyTweeter
Souk21 wrote: > > @TiddlyTweeter @David Gifford @Mohammad Thanks for your feedback! As I > said, I'm definitely not against changing the name. > > I do think that 'command palette' should be indicated somewhere... > Right. That's no issue. Its simply that "palette" is confusing in the present

[tw5] Re: Plugin prototype: Command Palette

2020-06-11 Thread Souk21
Thanks everyone for the kind words and the encouragements :) @TiddlyTweeter @David Gifford @Mohammad Thanks for your feedback! As I said, I'm definitely not against changing the name. I do think that 'command palette' should be indicated somewhere, as that was what my first google search was whe

[tw5] Re: Plugin prototype: Command Palette

2020-06-11 Thread Reet Pandher
Hi Souk, A bug(?): The command *save wiki* does not seem to work. I get the message *saved wiki* but the save button is still red and i have to manually save it. I am using tiddlydesktop Also one request: Please add a command to access control panel directly. Thanks!! -- You received this m

[tw5] Re: Plugin prototype: Command Palette

2020-06-11 Thread Reet Pandher
This is amazing!! It feels so mature for such a new plugin Please keep developing this..!! On Wednesday, June 10, 2020 at 11:01:24 PM UTC+5:30, Souk21 wrote: > > Hello everyone! > > > I discovered TiddlyWiki a couple weeks ago, and I set myself to use it for > note taking. > I really enjoy the

[tw5] Re: Plugin prototype: Command Palette

2020-06-11 Thread bimlas
Wow wow WOW! O_O My full appreciation in all respects: - You've created a very universal plugin that makes it easy to manage the wiki, even for beginners - In a few weeks, you got to know Tiddly so much that you could write such a modular solution - Your very first Tiddly plugin

Re: [tw5] Re: Plugin prototype: Command Palette

2020-06-11 Thread Guido B
This is on the PC provided by my employer, so I still have to use the old Edge browser Am Donnerstag, 11. Juni 2020 09:35:13 UTC+2 schrieb Mohammad: > > Hi Guido, > > I am using Microsoft Edge (Chromium) and it works like a charm! Microsoft > itself does recommend the new Edge! > > > Best wishes

Re: [tw5] Re: Plugin prototype: Command Palette

2020-06-11 Thread Mohammad Rahmani
David, Many popular editors including VS Code, Sublime, Atom use Command Palette! This inline with them and you will get used to! Best wishes Mohammad On Thu, Jun 11, 2020 at 4:27 AM David Gifford wrote: > Yeah I got all excited about it being something for color palettes. I > agree the name

Re: [tw5] Re: Plugin prototype: Command Palette

2020-06-11 Thread Mohammad Rahmani
Hi Guido, I am using Microsoft Edge (Chromium) and it works like a charm! Microsoft itself does recommend the new Edge! Best wishes Mohammad On Thu, Jun 11, 2020 at 10:27 AM Guido B wrote: > Souk21, > > Great plugin and it would fit perfectly into my workflow. Using it on my > Mac with Safar

[tw5] Re: Plugin prototype: Command Palette

2020-06-10 Thread Guido B
Souk21, Great plugin and it would fit perfectly into my workflow. Using it on my Mac with Safari or Firefox works fine. However, using it on a Windows10 machine running the Edge browser, I get the following error message: "Undefined widget 'commandpalettewidget'". Being not a JS-person, I have

[tw5] Re: Plugin prototype: Command Palette

2020-06-10 Thread TonyM
Souk21, Thanks so much for sharing this. I think it is superb, the more hack-able you can keep it the better as I can see many potential applications, why build them all yourself when others will do it for you? The idea is to permit extensibility while keeping it as close to standard tiddlywik

[tw5] Re: Plugin prototype: Command Palette

2020-06-10 Thread David Gifford
Yeah I got all excited about it being something for color palettes. I agree the name needs changing. On Wednesday, June 10, 2020 at 2:53:43 PM UTC-5, TiddlyTweeter wrote: > > Looks very interesting! > > TBH, I don't think the name is right as "Palette" in TW has been used so > far for COLOR. >

Re: [tw5] Re: Plugin prototype: Command Palette

2020-06-10 Thread TiddlyTweeter
> > @TiddlyTweeter I'm not too attached to this name. If it's confusing and > there's better ideas I'm definitely up to change it. > *Command Picker?* That seems to fit okay? Stress on activity of picking a command to *do *something. Its a neat tool, bringing together common actions in a simp

Re: [tw5] Re: Plugin prototype: Command Palette

2020-06-10 Thread Souk21
@Mohammad Didn't think about filter history, thanks! Added to the list :) @TiddlyTweeter I'm not too attached to this name. If it's confusing and there's better ideas I'm definitely up to change it. -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group

Re: [tw5] Re: Plugin prototype: Command Palette

2020-06-10 Thread TiddlyTweeter
I agree, its actually a neat term in context of Visual Studio. But it will cause confusion in TW because of our use of color palettes. It sounds like its a Commander FOR color palettes; rather than a palette OF Commands. Best wishes TT On Wednesday, 10 June 2020 22:23:19 UTC+2, Mohammad wrote:

Re: [tw5] Re: Plugin prototype: Command Palette

2020-06-10 Thread Mohammad Rahmani
TT, Command Palette was taken from Visual Studio Code! See it here: https://code.visualstudio.com/docs/getstarted/userinterface#:~:text=Command%20Palette,brings%20up%20the%20Command%20Palette. Best wishes Mohammad On Thu, Jun 11, 2020 at 12:23 AM TiddlyTweeter wrote: > Looks very interesting!

[tw5] Re: Plugin prototype: Command Palette

2020-06-10 Thread TiddlyTweeter
Looks very interesting! TBH, I don't think the name is right as "Palette" in TW has been used so far for COLOR. TW has a sophisticated system for color palette manipulation. TBH, on First look I thought that was what it was about! :-) and got confused. Now I better see what it is! Very intere

[tw5] Re: Plugin prototype: Command Palette

2020-06-10 Thread Souk21
Thank you! For custom commands you can have a look at tiddlers tagged $:/tags/CommandPaletteCommand (you can type '@$:/tags/CommandPaletteCommand' in the command palette to list them) There's five types: - prompt: use tiddler's text as a command in the command palette - prompt-basic: same but doe

[tw5] Re: Plugin prototype: Command Palette

2020-06-10 Thread Saq Imtiaz
OK played with it for a few minutes and so far I love it. It is a souped up version of a search solution I use in one of my wikis. Would love to be able to: - add custom commands - choose which commands to show and which to hide On Wednesday, June 10, 2020 at 7:31:24 PM UTC+2, Souk21 wrote: > >

[tw5] Re: Plugin prototype: Command Palette

2020-06-10 Thread Saq Imtiaz
@Souk21 welcome to the group and thank you for sharing! I will take a detailed look later and will provide feedback, I too prefer keyboard based solutions later. On the technical side if you have specific questions, feel free to post a list. State in TW plugins is managed via tiddlers, usually