Hacker News new | past | comments | ask | show | jobs | submit login

How though? People say this like search is simple, but how do you search for things?

I'm using Roam and I still have this issue.




I spent some time to build my own web-based markdown editor, and was using minisearch[0] to index and do fuzzy search on my notes. I've recently switched to Obsidian and plan to make a similar extension in the next weeks.

[0]: https://www.npmjs.com/package/minisearch


If you're on a Linux system and the notes are just text files a grep -rn . -e 'search term' is probably sufficient. Use -rnw If you're looking for whole words.


Absolutely. And if you do this a lot it might be worth substituting ripgrep for grep.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: