I have been using evernote for a few months now, and I love it. The ability to capture almost any digital content, and then able to search it. Oh, did I say search it too! Okay, here is a little bit of a problem I am running into.
I often times store text content that I need to search later for for precise phrases and regular expressions. You know, all those lines in which "darling" is followed by "dear", or more realistically, "WebHandler" is followed by "function". And as many of you can attest, this kind of precise searching is not Evernote's strengths, unfortunately.
So, I found the place where evernote stores its content (~/Library/Application Support/Evernote in Mac), and then just run grep on that directory (well, grep is very slow, so I actually make a git repo out of the directory, and run "git grep", which turns out to be more than 10 or sometimes 50 times faster). That works quite well, except for... yes, except for... follow along...
The problem is that I want to search through the title and content of a post. But evernote stores the titles only in logs, not with actual posts. And posts are stored in strange looking files.
So, once I find the appropriate file (using the command above) that contain the appropriate keywords, it is hard to go back and find the actual note that has it. And this method is not able to find keywords in the title. Well, it can, but it hard to map back to actual notes in evernote.
How the hell I am easily supposed to get a handle on corresponding note in the evenote UI? :-) I can see that there is a unique ID of the post, but how do I access that post easily in the evenote UI?
If you have got any ideas, and have tried something like this, I will appreciate any help. Or if you have got a better method of doing regular expressions search in evernote, I would love to hear that too. May be I am just making it way more complicated than it has to be. :-)
Idea
yogeshwersharma 1
Hello there,
I have been using evernote for a few months now, and I love it. The ability to capture almost any digital content, and then able to search it. Oh, did I say search it too! Okay, here is a little bit of a problem I am running into.
I often times store text content that I need to search later for for precise phrases and regular expressions. You know, all those lines in which "darling" is followed by "dear", or more realistically, "WebHandler" is followed by "function". And as many of you can attest, this kind of precise searching is not Evernote's strengths, unfortunately.
So, I found the place where evernote stores its content (~/Library/Application Support/Evernote in Mac), and then just run grep on that directory (well, grep is very slow, so I actually make a git repo out of the directory, and run "git grep", which turns out to be more than 10 or sometimes 50 times faster). That works quite well, except for... yes, except for... follow along...
The problem is that I want to search through the title and content of a post. But evernote stores the titles only in logs, not with actual posts. And posts are stored in strange looking files.
So, once I find the appropriate file (using the command above) that contain the appropriate keywords, it is hard to go back and find the actual note that has it. And this method is not able to find keywords in the title. Well, it can, but it hard to map back to actual notes in evernote.
How the hell I am easily supposed to get a handle on corresponding note in the evenote UI? :-) I can see that there is a unique ID of the post, but how do I access that post easily in the evenote UI?
If you have got any ideas, and have tried something like this, I will appreciate any help. Or if you have got a better method of doing regular expressions search in evernote, I would love to hear that too. May be I am just making it way more complicated than it has to be. :-)
Thanks for reading,
~yogi
Link to comment
6 replies to this idea
Recommended Posts
Archived
This topic is now archived and is closed to further replies.