
May
Level 4-
Content Count
926 -
Joined
-
Last visited
-
Days Won
8
May last won the day on October 28 2012
May had the most liked content!
Community Reputation
268 So Good You're EvilAbout May

Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
I automated the process of converting external note link to internal note link with Drafts and Pythonista Here's an example of how it works: All I have to do is: Copy Note link in Evernote Paste it in Drafts and select my custom action The note link is automatically converted and copied to clipboard Here's how to set it up You will need Drafts and Pythonista apps. In Drafts you will need to create this custom URL Action: In Pythonista you will need to create this script and name it as “internal evernote note link”: Check how your own evernote note links look and tweak the script accordinglyYo
-
I'm interested in this too...
-
Links to Tags, notebooks, stacks, and saved searches
May replied to Debayne's question in General Feature Requests
You can generate and use links to Notebooks, Tags, Searches and pretty much anything on iOS in Clever though. -
Martin Packer started following May
-
@danielegold, great points. I really like this advice. The system should be designed based in your particular needs instead of just around some specific app. Basically you're kind of suggesting to apply the Natural Planning model to design the system, i.e. "what's the successful outcome?", "what do I need from my system?", etc. This makes perfect sense and applies to designing anything actually, not just GTD. I also think that the real issue in this case is managing GTD completely on a tablet/mobile(not desktop) in the quickest and most efficient way possible with as little taps and as little
-
HOWTO: Print list of tags? [NOT CURRENTLY POSSIBLE]
May replied to longtex's topic in Evernote General Discussions
i attached the script here http://dl.dropbox.com/u/11708186/export%20tags.vbs you need to "save as" this file somewhere. or just copy/paste it to a text editor and save it as .vbs file (not .txt) the easiest way to use it would be to export all your notes as a single .html file named as "evernote.html" (make sure "tags" are enabled in export options) to "C:\" and then run the script. You will get all your tags in a "tags.txt" which would also be created in "C:\" (root of drive C). if you want to load/save files to a different location then edit the first 2 lines of the script with any text edi