Hacker News new | ask | show | jobs
by pdepip 2276 days ago
I've been working on a personal knowledge base called mmap.it. It's like spotlight for all of your workflows and code snippets.

Basically combines a markdown editor with full text search and all functionality is made accessible through global shortcuts so you can look up information without context switching.

It's free with plans to be open sourced in the next day or so. You can check it out here (https://mmap.it)

1 comments

I built something similar at my last job to keep me sane. It was incredibly beneficial. I'm rebuilding a different version now and wondering what you're using for search?

Do you have any additional metadata fields like "tags" or "categories" that can also be searched?