bk161124
Member-
Posts
24 -
Joined
-
Last visited
-
Days Won
1
bk161124 last won the day on March 31 2017
bk161124 had the most liked content!
Recent Profile Visitors
1,036 profile views
bk161124's Achievements
Member (4/5)
1
Reputation
-
bk161124 reacted to a post in a topic: clipboard merge - causes fast append when not wanted
-
Try adding a new empty citation. After that the workflow could read my Library.
-
In the Workflow, in "Applescript handling Alfred WF UI:" the Applescript code reads as follows: on run argv set theQuery to item 1 of argv tell application "System Events" keystroke space using control down delay 0.1 keystroke theQuery end tell end run Here keystroke space using control down should be variable because people tend to have different Alfred triggers 😊
- 44 replies
-
- development
- alfred4
-
(and 1 more)
Tagged with:
-
Nice it works now 😊Thanks for the fix and the workflow, it’s so easy to forget how to trigger all those nice tools! Edit: `Press enter to proceed with Keyword:` does not work for me
- 44 replies
-
- development
- alfred4
-
(and 1 more)
Tagged with:
-
It’s not working for me: ERROR: Search Alfred Workflows[Script Filter] Code 1: Traceback (most recent call last): File "/Users/MyUsername/Dropbox/Sync/Alfred.alfredpreferences/workflows/user.workflow.88E26D31-D3BB-49EB-B363-DFD40BC8BC70/alf.py", line 102, in <module> Workflows = Workflows() File "/Users/MyUsername/Dropbox/Sync/Alfred.alfredpreferences/workflows/user.workflow.88E26D31-D3BB-49EB-B363-DFD40BC8BC70/Workflows.py", line 23, in __init__ self.workflows = self._get_workflows_list() File "/Users/MyUsername/Dropbox/Sync/Alfred.alfredpreferences/workflows/user.workflow.88E26D31-D3BB-49EB-B363-DFD40BC8BC70/Workflows.py", line 109, in _get_workflows_list i = self.get_item(w) File "/Users/MyUsername/Dropbox/Sync/Alfred.alfredpreferences/workflows/user.workflow.88E26D31-D3BB-49EB-B363-DFD40BC8BC70/Workflows.py", line 95, in get_item if plist_info['disabled'] and self.exclude_disabled: KeyError: 'disabled'
- 44 replies
-
- development
- alfred4
-
(and 1 more)
Tagged with:
-
solved [SOLVED] DevonThink 3 Results in Alfred
bk161124 replied to bk161124's topic in Discussion & Help
Thanks! Thats it, the Developer of DT just replied with the same answer to my thread over at their forum. -
solved [SOLVED] DevonThink 3 Results in Alfred
bk161124 replied to bk161124's topic in Discussion & Help
Hi deanishe, thanks for your answer. The DT Databases are located in ~/Documents and they were there before, when it was DT2 and Alfred found the files. I’ll open a thread in the DT Forums and link it here. Edit: DevonThink Forum Thread -
Hi! I just switched to DevonThink 3 and with DevonThink 2 I could search and find all files inside my DT Databases with Alfred. This does not work anymore. I enabled the Spotlight Index of my Databases and the Files are found with Spotlight, but not with Alfred. Do I have to enable something else in Alfred to be able to find my files with Alfred? I thought it would just use the Spotlight index and the results should be the same… Thanks!
-
bk161124 reacted to a post in a topic: Alfred -> DEVONthink
-
bk161124 reacted to a post in a topic: List, filter and activate network locations from within Alfred
-
bk161124 reacted to a post in a topic: Giphy workflow
-
Hi! That’s a great Workflow deanishe! Thanks! Would it be possible to add a trigger to open the active Safari Tab in Firefox/Chrome whatever with a singe shortcut or keyword? Thanks!
- 101 replies
-
Hi, I didn’t find a workflow so I made one, hopefully it is helpful to someone. The Workflow is made to action on any filetype and it moves the file to the inbox of a specified DEVONThink Database (you have to change that in the Applescript part) and moves the original to the trash afterwards. Download
-
bk161124 reacted to a post in a topic: Bookends Tools — A curated toolset for Bookends reference manager
-
Bookends Tools — A curated toolset for Bookends reference manager
bk161124 replied to iandol's topic in Share your Workflows
Thank you for this really cool Workflow! If I may add a feature request: I’d like to search for an Author or Title and have the option to pass the page to cite to alfred. For my MMD to LaTeX Workflow I cite like this: [11][#Hagner2001;] - I already changed the Applescipt so I can paste the second part of the citation, [#Hagner2001;] but I’m really missing the option to define a page ? Would be great if you would consider adding this! -
bk161124 reacted to a post in a topic: File browser sorting
-
vitor reacted to a post in a topic: File Icons in Alfred File Navigation [solved]
-
did both, no changes. strange… Well sorry, I rebooted after rebuilding the Metadata and now the icons show up correct. Thanks for your help!
-
-
Hi! Alfred does not show the correct icon for Markdown Files on my mac. I restared a couple of times, cleaned caches with Onyx, set a different default application for *.md files – all with no luck. I’m using Typora as my Markdown Editor of choice. In Finder/Path Finder the *.md icon is shown correctly: In Alfred File Navigation it looks like this: I’m using Alfred 3.3.1. [806] and I’m on macOS 10.12.4 (16E195) Thanks for any help!
-
Upload File — Upload files and folders for easy sharing
bk161124 replied to vitor's topic in Share your Workflows
Uploading multiple Files is not possible, right? Only folders work. Would it be possible to add support for multiple files in the same fashion as folders (zipping the files, than uploading)? -
I think that a video wouldn’t help as simply nothing happens. The debugger states: I’m guessing that’s because I rely on PathFinder? I haven’t filed a bug report because I thought it would be a good starting point for getting to know Alfred Workflows better and because I can add my own small enhancements now that you helped me figure out how to do it.