Carlos-Sz Posted April 3, 2013 Author Share Posted April 3, 2013 Awesome! tyvm Great! Sync with alfred an quit if have added this to your workflow in my setup it will sync evernote and quit it when sync is finished on alfred_script(q) --set quit_command to "{query}" tell application "Evernote" synchronize repeat until isSynchronizing is false --THIS EMPTY LOOP WILL PAUSE SCRIPT UNTIL PREVIOUS SYNC IS FINISHED end repeat quit end tell end alfred_script Thank you for sharing it. I’ll try it. Link to comment
Carlos-Sz Posted April 4, 2013 Author Share Posted April 4, 2013 Version 4.0 is out: New note with tags supported: just add # followed by the tags (comma separated) at the end e.g. My Note#Mytag1,Mytag2,Mytag3 See initial post for details. Link to comment
thh Posted April 8, 2013 Share Posted April 8, 2013 Hi, this is a great workflow, thank you. Could you implement to show the notebook as the subtitle of the notetitle results? This would be really helpful. Cheers Link to comment
Carlos-Sz Posted April 8, 2013 Author Share Posted April 8, 2013 Hi, this is a great workflow, thank you. Could you implement to show the notebook as the subtitle of the notetitle results? This would be really helpful. Cheers Thank you for your suggestion. I’ll see what can be done. Meanwhile you can use notebook:my query here to search in a notebook. Link to comment
Carlos-Sz Posted April 9, 2013 Author Share Posted April 9, 2013 Version 4.5 is out: Paste a note directly to the topmost application (e.g. search a note, hold fn key and hit Return key to paste the note content into the editor) Hotkeys to search See initial post for details. Link to comment
thh Posted April 9, 2013 Share Posted April 9, 2013 Hi, v4.5: when I type ennew, then nothing happens, except that alfred says "loading options" under "Create a new note…". Do I have to make any adjustments to the script first? Other commands work fine. Cheers Link to comment
Carlos-Sz Posted April 9, 2013 Author Share Posted April 9, 2013 Hi, v4.5: when I type ennew, then nothing happens, except that alfred says "loading options" under "Create a new note…". Do I have to make any adjustments to the script first? Other commands work fine. Cheers I downloaded and tested the workflow and everything is fine. Please, download the workflow again and reinstall it: https://dl.dropbox.com/u/127623/Evernote%204.5.alfredworkflow You can also try to restart Alfred just in case. Link to comment
thh Posted April 9, 2013 Share Posted April 9, 2013 mmh. Doesn't help. It's weird: When I assign hotkeys, they work (e.g. new note from clipboard). When I type ennew, then it seems to get stuck while "loading options" - even if I add text after ennew, pressing return won't do anything. Not sure how to debug this.. Link to comment
Carlos-Sz Posted April 9, 2013 Author Share Posted April 9, 2013 (edited) mmh. Doesn't help. It's weird: When I assign hotkeys, they work (e.g. new note from clipboard). When I type ennew, then it seems to get stuck while "loading options" - even if I add text after ennew, pressing return won't do anything. Not sure how to debug this.. Make sure you don’t have any other workflow, or even a copy of Evernote, using the same keyword. I’ve just tested in another Mac and it is also working fine. Anyway, I’ll double check some procedures just in case. One more thing: try to restart Alfred (quit Alfred itself, not only preferences). Edited April 9, 2013 by Carlos-Sz Link to comment
Florian Posted April 9, 2013 Share Posted April 9, 2013 Your workflow is awesome Could you add a "sync" function? Link to comment
Vatican Posted April 9, 2013 Share Posted April 9, 2013 When I try to update using Alleyoop, it downloads version 4.0 instead of 4.5. In the Alleyoop dropdown, it says: Evernote 4.0 v. 4.5—Direct paste and hotkeys for searching Even though it says v. 4.5, it downloads 4.0. Upon rerunning oop, the same update shows up. Does anyone know how to fix this (bar manually)? Link to comment
Carlos-Sz Posted April 10, 2013 Author Share Posted April 10, 2013 (edited) Your workflow is awesome Could you add a "sync" function? Thank you. Do you mean a command just for synching or an automatic synching right after a new note is created? When I try to update using Alleyoop, it downloads version 4.0 instead of 4.5. In the Alleyoop dropdown, it says: Evernote 4.0 v. 4.5—Direct paste and hotkeys for searching Even though it says v. 4.5, it downloads 4.0. Upon rerunning oop, the same update shows up. Does anyone know how to fix this (bar manually)? The remote link is right but here what I’ve found: I changed some files to make my version Evernote 4.1. Alleyoop download the right version but it renamed it to 4.1 (it gets the name of the workflow not the remote file). Anyway, please download version 4.5 directly from the link (see initial post) just in case. Edited April 10, 2013 by Carlos-Sz Link to comment
Florian Posted April 10, 2013 Share Posted April 10, 2013 i just meant a keyword to trigger a sync. But if you wanna go crazy, I won't stop you, i like the enthusiasm Link to comment
gcrouse Posted April 10, 2013 Share Posted April 10, 2013 I get an invalid certificate error going to the link for 4.5. Link to comment
Carlos-Sz Posted April 10, 2013 Author Share Posted April 10, 2013 I get an invalid certificate error going to the link for 4.5. The file is in my Dropbox account and I’ve downloaded it without any issues just now. Anyway, here is an alternative download link. Link to comment
Carlos-Sz Posted April 10, 2013 Author Share Posted April 10, 2013 i just meant a keyword to trigger a sync. But if you wanna go crazy, I won't stop you, i like the enthusiasm Great. I think I’ll go with the sync keyword. I initially decided to let Evernote alone regarding synching (not that it can’t be changed in the future). Link to comment
thh Posted April 10, 2013 Share Posted April 10, 2013 Hi, the ennew keyword is still not working for me. I've done the following: - restart computer - reinstall Evernote - reinstall Alfred Evernote plugin - rename ennew into some other keyword The issue is still the same. Alfred doesn't do anything once ennew has been typed. The "loading options" is shown, indicating that the right workflow is being called. Also, when I rename ennew in the Evernote workflow, then typing ennew falls back onto a browswer serach, showing that the keyword doesn't exist twice (same after uninstalling the workflow). Using the hotkeys works, indicating that the script in the 3rd column of the workflow does its job fine. The error therefore seems to happen in the ennew scriptfilter, which calls add_evernote.scpt. Any ideas left? I'd really like to get this to work... Link to comment
Carlos-Sz Posted April 10, 2013 Author Share Posted April 10, 2013 ...which calls add_evernote.scpt. Any ideas left? I'd really like to get this to work... I’ll review the script later today and then I’ll post here some test builds. Thank you for your patience. Link to comment
Carlos-Sz Posted April 10, 2013 Author Share Posted April 10, 2013 ... Any ideas left? I'd really like to get this to work... Here it a new version. Please test it. Download I’ve added the keyword ensync to, well, synchronize Evernote. Link to comment
thh Posted April 15, 2013 Share Posted April 15, 2013 Hi, sorry for the late reply, was gone over weekend - yes, the new version works. I really appreciate your work, many thanks! Link to comment
Alex Posted April 15, 2013 Share Posted April 15, 2013 Hi Carlos, This is fantastic. Is it possible to specify the notebook when adding a note, as is possible with tags? Best, Alex Link to comment
Carlos-Sz Posted April 15, 2013 Author Share Posted April 15, 2013 Hi, sorry for the late reply, was gone over weekend - yes, the new version works. I really appreciate your work, many thanks! Great to hear and thank you for your feedback and patience. Hi Carlos, This is fantastic. Is it possible to specify the notebook when adding a note, as is possible with tags? Best, Alex I’m already testing it: title or note#tags#notebook In resume, after the second # you can specify an existing notebook or a new one that the workflow will create. Thank you for your feedback. Link to comment
Alex Posted April 15, 2013 Share Posted April 15, 2013 Hi Carlos, I would suggest using @ for notebook and keeping # for tags. Best, Alex Link to comment
Carlos-Sz Posted April 15, 2013 Author Share Posted April 15, 2013 Hi Carlos, I would suggest using @ for notebook and keeping # for tags. Best, Alex The choice of the text delimiter is always tricky. For simplicity, I’m using another hash because if the note is an email then I don’t have to worry about what the @ means later, when parsing the string. Anyway, I’ll consider an alternative. Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now