notaapp / talk

Issues and discussions for the notes app, Nota.
https://nota.md
60 stars 1 forks source link

Option to exclude a folder from search (cmd+o) #423

Open abhisheksingh0196 opened 6 months ago

abhisheksingh0196 commented 6 months ago

Would it be possible to have a feature where we could exclude a folder from search. So I have an archive folder which I generally don't want to be included in search. But if I want for some use case - I should be able to include that folder for search. Or have a normal search (cmd+o) that excludes that folder and have a full search (cmd+shift+o) that looks for every folder.

astoilkov commented 6 months ago

This is currently possible if you add a .gitignore to the root of the project. Would that work for you?