Jump to content

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

974 profile views

bk161124's Achievements

Member

Member (4/5)

1

Reputation

  1. Try adding a new empty citation. After that the workflow could read my Library.
  2. 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 😊
  3. 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
  4. 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'
  5. Thanks! Thats it, the Developer of DT just replied with the same answer to my thread over at their forum.
  6. 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
  7. 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!
  8. 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!
  9. 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
  10. 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!
  11. did both, no changes. strange… Well sorry, I rebooted after rebuilding the Metadata and now the icons show up correct. Thanks for your help!
  12. 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!
  13. 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)?
  14. 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.
×
×
  • Create New...