Jump to content

Carlos-Sz

Member
  • Posts

    911
  • Joined

  • Last visited

  • Days Won

    69

Everything posted by Carlos-Sz

  1. Version 1.2 should work on Yosemite now. Please, let me know. Download
  2. I still need to update this workflow for Yosemite. I'll do it ASAP.
  3. I made and used a lot of workflows and I don’t know any that would be affected by this change.
  4. 1. Go to Alfred Preferences then Workflows tab. 2. Select Edit With workflow 3. Double click File Filter 4. Click Search Scope tab then set where the workflow should search for the app
  5. Use /n between title and the note itself (a second /n will be interpreted as a new line) e.g. enn my title /n my note
  6. Evernote 5.6? If not please install the previous workflow version (see initial post for links). [update] It seems version 5.6 changed the way to search in a notebook. I’ll have to make an update. Thank you for your feedback. [update 2] It seems the Evernote app command find notes is not working properly (it seems another bug). The command is not passing results from a given notebook but always from all notes.
  7. And here is a version that fixes some issues due Evernote 5.6 changes: Download 8.91 for Evernote 5.6 app or greater Note: as I wrote it is not possible to show a preview (quick look) anymore (at least not for now).
  8. About Evernote 5.6 The new version of Evernote app changes how notes are saved and, unfortunately, removes any reference to the note file/folder itself, meaning the workflow will not be able to show a note preview (quick look). I’ll keep trying to find a way but so far it does not seem possible.
  9. Please, try this version. Make sure you’re using Alfred 2.5 or later. Sure, as soon as I have a new major and final version I’ll also update it there. The latest version, with Yosemite initial support, is 8.9. You can download it here.
  10. Please, try to delete the workflow from Alfred preferences then install it again. It seems fine here (OS X Mavericks).
  11. I may be wrong or even my Evernote is not that right but I think you can only use an asterisk wildcard after the query, even in Evernote app. The workflow is a kind of front end for Evernote app and thus follows Evernote app rules.
  12. Hi I’ve just checked Evernote’s dictionary and it seems I can’t change the note source.
  13. Please try typing e.g. ens bit* Or try setting automatic in the workflow preferences (see workflow Help for details).
  14. I’m sorry about that. Just go to the initial post and there you can download version 8.7 or 8.9 (an update that also works with Yosemite beta).
  15. Please, try this version. If it does not work for you please delete Evernote workflow from Alfred Preferences then reinstall the workflow (link above). Finally, make sure your Evernote app is from evernote.com and NOT from Mac AppStore.
  16. Great. Thank you for your feedback. @all: If anyone needs support for Yosemite please download version 3.2 here.
  17. Version 3.1 should work with Yosemite. Download I’ll see what I can do to make things even better. Thank you for your feedback.
  18. Evernote 8.9 with Yosemite support is out: Yosemite support Templates (read about it here) Initial support for hidden subtext (Alfred preference) Download
  19. It seems Yosemite is not creating a plist file using System Events (AppleScript), although it can write and read. The example below does not work under Yosemite. Note that _data is the path of the plist: tell application "System Events" set parentElement to make new property list item with properties {kind:record} set plistFile to make new property list file with properties {contents:parentElement, name:my _data & "settings.plist”} end tell But the code below works and can be used to create the plist if it does not exist: do shell script "defaults write " & quoted form of (my _data & "settings.plist") & space & "WorkflowSettings" & space & "OK"
  20. Yosemite, at least for now, is not creating a new plist file using System Events. The version below changes the approach: Download 3.2 Thank you for your feedback!
×
×
  • Create New...