hafeesh 1 Posted December 14, 2018 I don't want to type intitle: always. Please add the option to search only the title of the note in search settings PERMANENTLY. Thank you. 1 Share this post Link to post
0 jefito 4,967 Posted December 14, 2018 50 minutes ago, hafeesh said: I am a paid user. Note that for most issues here, it doesn't matter whether you are a paid user or not (bugs should be fixed or suggestions noted regardless of a user's subscription type), but you don't need to mention it in your posts, as your subscription type is noted in your user information to the left of any of your posts (yours' says "Subscription:PREMIUM"). 50 minutes ago, hafeesh said: I don't want to type intitle: always. Please add the option to search only the title of the note in search settings PERMANENTLY. So you're saying that you want this in Tools / Options / Search? Something like a checkbox labeled "Search only note titles for text terms", or something like that? Share this post Link to post
0 gazumped 6,566 Posted December 14, 2018 Just for information, and pending Evernote being able to consider this as an option at some point in the future, I use a "text-expander" - Phrase Express (although it does WAY more than just expand short codes into longer words and phrases) to insert the date and time in my notes in various formats, and to insert other words and phrases to avoid repetitive typing. I haven't tested it with the search box, buy I'd imagine you could set up a range of Ctrl+<key> shortcut to generate search terms like intitle: as necessary. Share this post Link to post
0 CalS 3,488 Posted December 14, 2018 (edited) 5 hours ago, gazumped said: I haven't tested it with the search box, buy I'd imagine you could set up a range of Ctrl+<key> shortcut to generate search terms like intitle: as necessary. Indeed you can. Ctrl+Shift+I Shift+Alt+I wraps intitle:”......” around whatever I have in the search box. Edited December 14, 2018 by CalS Wrong hot key entered 1 Share this post Link to post
0 DTLow 3,406 Posted December 14, 2018 4 hours ago, hafeesh said: I don't want to type intitle: always. Please add the option to search only the title of the note in search settings PERMANENTLY. I moved this discussion to the Feature Request Forum Evernote/Mac has a search builder feature. There's no intitle option. I find it easy to just type the search term As per the others, I'd use scripting if this was a serious concern. Also, there are also other search terms to be addressed Share this post Link to post
0 gazumped 6,566 Posted December 14, 2018 44 minutes ago, CalS said: Indeed you can. Ctrl+Shift+I wraps intitle:”......” around whatever I have in the search box. Hmmn. Shift/Ctrl/I on my keyboard opens the "info" panel on the currently selected note! -Which is something useful I didn't know (or didn't remember knowing) too. A few more PE codes need to be entered this weekend I think... 🤫 1 Share this post Link to post
0 CalS 3,488 Posted December 14, 2018 3 hours ago, gazumped said: Hmmn. Shift/Ctrl/I on my keyboard opens the "info" panel on the currently selected note! -Which is something useful I didn't know (or didn't remember knowing) too. A few more PE codes need to be entered this weekend I think... 🤫 intitle:"Brainfa$#". Shift+Alt+I is my hotkey. Thanks, will fix the above. 1 Share this post Link to post
0 hafeesh 1 Posted January 16 On 12/14/2018 at 7:57 PM, jefito said: Note that for most issues here, it doesn't matter whether you are a paid user or not (bugs should be fixed or suggestions noted regardless of a user's subscription type), but you don't need to mention it in your posts, as your subscription type is noted in your user information to the left of any of your posts (yours' says "Subscription:PREMIUM"). So you're saying that you want this in Tools / Options / Search? Something like a checkbox labeled "Search only note titles for text terms", or something like that? Yes , I need such an option Share this post Link to post
0 Don Dz 79 Posted January 16 Using AutoHotkey, entering two short characters (either qq or qv) gives me the desired search (after first copying the search string) . This is is the code I use: :*:qq::intitle:^v :*:qv::intitle:"^v" 2 Share this post Link to post
0 CalS 3,488 Posted January 16 2 hours ago, Don Dz said: Using AutoHotkey, entering two short characters (either qq or qv) gives me the desired search (after first copying the search string) . This is is the code I use: :*:qq::intitle:^v :*:qv::intitle:"^v" Ctrl+Alt+I puts Intitle:" on the front and " on the end of whatever I have in the search bar. PhraseExpress is my tool of choice. Term turns in Intitle:"Term". Share this post Link to post
0 Don Dz 79 Posted January 17 1 hour ago, CalS said: Ctrl+Alt+I puts Intitle:" on the front and " on the end of whatever I have in the search bar. PhraseExpress is my tool of choice. Term turns in Intitle:"Term". Do you mean copy is automatic with that code? Share this post Link to post
0 CalS 3,488 Posted January 17 1 hour ago, Don Dz said: Do you mean copy is automatic with that code? Not with the above phrase, it just wraps intitle around whatever is in the search bar. However, I also have a hotkey (Ctrl+<minus sign>) which places any text I've highlighted into the search bar in All Notes context, no matter what app the text appears in. Easy enough to add the Intitle phrase to the end of it to get an intitle search for whatever the highlighted text may be. Just haven't had the need. Share this post Link to post
0 hafeesh 1 Posted February 9 I also created an autohotkey to insert intitle: Now if i press F6 the cursor will move to search bar... then if i presee F7.. "intitle:" will be inserted.... Share this post Link to post
0 Don Dz 79 Posted Monday at 07:55 PM On 2/9/2019 at 12:05 PM, hafeesh said: I also created an autohotkey to insert intitle: Now if i press F6 the cursor will move to search bar... then if i presee F7.. "intitle:" will be inserted.... That's great if that's enough for your needs. The AH script below can add more automation, if you like: 1-It will copy any text in a text field in Evernote, if selected/highlighted, and will paste the clipboard into the search box as an intitle search. Or 2-it will change any text in the search box into an intitle search (uncheck "Clear context on Search" in Options, Search, otherwise the Seach box will be cleared without copying anything). I use Winkey+Z for the hotkey. #z:: IfWinActive ahk_class ENMainFrame { Send ^c Sleep 100 Send {F6} Sleep 200 Send ^a Sleep 100 Send ^x Sleep 200 Send intitle:^v Sleep 100 return } else return For exact matching, replace ^v with "^v". If anything other than a text field is selected, it might not work correctly. If script misbehaves, using higher numbers for "Sleep" should remove any errors. Share this post Link to post
I don't want to type intitle: always.
Please add the option to search only the title of the note in search settings PERMANENTLY.
Thank you.
Share this post
Link to post