alpha22jp / simplenote2.el

A new version of emacs helper to interact with Simplenote
GNU General Public License v2.0
58 stars 12 forks source link

Filter note list by content #20

Closed mmcclimon closed 8 years ago

mmcclimon commented 8 years ago

I've been working on some things to make this mode work better for me, and I wonder what you'd think of them. Basically, this set of commits adds a search bar widget to the top of the buffer: you can enter a regex, which then greps the simplenote2-notes-dir.

It's not perfect: I was trying to find a way to leverage Emacs's grep-mode, but couldn't seem to find a way to get it to avoid opening a compilation-mode buffer. It's fine if you don't want to merge this, but it might be useful to some people.

alpha22jp commented 8 years ago

Dear @mmcclimon,

Thanks. I think it's very useful. BTW, I personally don't use Simplenote any more. If you don't mind, I'd like you to be a collaborator of this project so you can make changes easily.

mmcclimon commented 8 years ago

If you don't mind, I'd like you to be a collaborator of this project so you can make changes easily.

Sure, that's fine. Thanks!