DEV Community

Discussion on: From Evernote to Notion in Four Weeks

Collapse
 
std_ptr_null profile image
Stephen Bradley

I've spent months trying to pull off what you're doing. I feel like my Evernote usage is much simpler than yours, although I've been using it just as long.

I was absolutely unsuccessful.

I love Notion for it's beautiful formatting and it's page nesting. I'm absolutely nuts about the database objects, although they have some rough edges still. The editing experience is terrific and I really enjoy writing in it...but mostly I write in it and then copy/paste into Evernote (except images, Notion won't let you copy those).

Here were my challenges:

  • No native apps, so it misses out on OS-specific features, like Spotlight on the Mac. Also: SLOW.
  • Terrible mobile applications with no reliable offline methodology
  • Completely non-scriptable (I'm on a Mac, I'm used to AppleScripting the heck out of Evernote)
  • No text recognition in images
  • No ability to search within attachments
  • No simple tables. Tables are always databases, even if I just want a simple grid which I use...in like 40% of all my notes.
  • Can't edit attachments in place, for example in Evernote I can double-click a Word attachment, edit it, and save directly back to Evernote replacing the existing file. In Notion I have to download, edit, delete original, upload new.
  • Web clipper is still a long way behind, and only available on Chrome.

So that's a huge list (sorry Notion!). I think success depends a lot on whether or not you use all the features of Evernote. I do, and unfortunately Evernote is still the undisputed king in that case.

Collapse
 
jennapederson profile image
Jenna Pederson

Yes! This is exactly the feedback I was looking for and even reminded me of some of my other uses of Evernote that I would miss. Thank you for this list!

The lack of text recognition in images is going to bite me (whenever I start really playing with search). That is an amazing feature of Evernote.

I wondered about the "tables as databases" thing and was frustrated with it right off the bat. I don't need a page for every row for simple use cases!

I'm super curious what you were AppleScripting in Evernote! Any examples to share?

Collapse
 
std_ptr_null profile image
Stephen Bradley • Edited

Over the years I've used AppleScript for all kinds of different things in Evernote. Some of the most important ones have been replaced by software lately.

My big ones are:

  • Automating a regular export-to-HTML of all my Evernotes for backup purposes
  • Using a script in conjunction with Pandoc & TextUtil to let me write in Markdown and convert to RTF. The script would copy all the note text, convert it, and paste it back formatted. Now I just use Evertool bound to Keyboard Maestro keys to make it so much easier.
  • When I was using EN as a todo application, I used scripts to manage my different task notes, like copying unfinished things from my "due today" note, moving them and anything due tomorrow into a new, "due today" note. Those were super fun, but got ridiculously complicated. I finally switched to Things 3.
  • Automatic naming, taging, and moving notes from the inbox based on the content of the note. I'm planning on switching to Hazel for this, because its easy to set up rules based on the content of PDF files, among other things. Probably still need the AppleScript to actually move and file the document though.

Anyway, I'd be happy to share if there's something you'd like to accomplish and I've already done it. I did a lot of experimenting. :)

Edit: If you're on a Mac, you might also like DevonThink. It's at least as scriptable as Evernote, maybe more so. It is much, much worse at basic note taking - it doesn't have anything like Evernote's custom note that can contain everything - but it will accept almost any file, has great search, multiple databases, file indexing...super powerful. Mobile app is kind of a mess, but an update is coming now that 3.0 has been released on the desktop.