- It's a simple plugin which lets you to search your vault by using phrases and keywords.
Works with English language only.
Based on https://www.npmjs.com/package/compromise library
- Press CTRL + P to open command menu.
- Choose nlp search
- Enter your phrase or a keyword
- Press Enter key to initiate search
All matching results will be displayed within a popup modal.
A note will be opened by clicking the left mouse button on a result.
git clone https://github.com/Sparky4567/nlpsearch.git ./obsidian/plugins/nlpsearch
cd nlpsearch
npm install --save
npm run build