
Benben
Member-
Content Count
26 -
Joined
-
Last visited
About Benben
-
Rank
Member
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
That's really overwhelming for me. can you please make a simple example of using one variable in alfredscript? Thanks any way!
-
Benben started following Show snippets in results, pass variables to alfred script, Can't assign F11 F12 and 1 other
-
Hi there i have a workflow where a hotkey would trigger the "Keyword" input and the pass the argument into a var utility and set "title" var to the current query. In the end i have an alfred script which will post to wordpress self hosted blog. I have tried this: on alfred_script(q) set myBlogUsername to "myusername" set myBlogPass to "mypassword" set poststrut to {post_type:"post", post_status:"publish", post_format:"status", post_title:"{var:title}", post_content:"test"} tell application "https://myblogdomain.com//xmlrpc.php" set myPosts to call xmlrpc {met
-
Suggestions/auto complete for Web Searches
Benben replied to greghoch's topic in Alfred Feature Suggestions
+1 I think it should be built in! -
Benben reacted to a post in a topic: Add ability for snippet search to include contents of snippets too when searching
-
Any news about that?
-
I can use F2, F3 and so... but when i try to assign F1 it does nothing. I tried to search for apps that may use it, but it seem's there nothing else using it. Is there a way (in BigSur) to find out if something is using it? Thanks, Ben
-
I didn't get the sound but found the conflict! thank you very much!
-
I have the option to not use the function keys, so my F1-F12 are used as regular keys and i have a lot of workflows assigned to those keys. For some reason i can't assign F11 and F12. I have checked in the system preferences that those are not assigned to any other process. If it matters: I use latest Alfred version and macbook air with BigSur.
-
Image/HTML as output of a workflow
Benben replied to leonherrmann's topic in Alfred Feature Suggestions
+1 (i use "keyboard maestro" for stuff like that for now): (Even with inserted user input) -
Ok, Thanks. it would be very useful for me for sure. for now it makes alfred not so useful as a "snippet manager". i guess i will use keymaestro for now. waiting for it to happen
-
you mean that any workflow that starts with a snippet trigger will show in the snippets viwer? If that's the case, i guess this will solve my problem is it planned to be any time soon?
-
It doesn't trigger it. it opens the workflow settings panel.
-
Alan He reacted to a post in a topic: Show snippets in results
-
Btw - just to explain my goal: I code. I love using snippets. But i also love using advanced snippets (workflows). I want to be able to quickly search (not auto expand text) my snippets and my advanced snippets (workflows), in one place. For now, i can search snippets in one place and the advanced snippets (workflows) in another, and it's very inconvenient when you have a lot of snippets (and advanced snippets).
-
I know you can use a keyword for showing snippets in the regular alfred serach and i know there is this seperate snippets search option. My question is is it possible to just show snippets with the regular results together in the search? Thanks, Ben
-
Great! Thanks!