[!IMPORTANT] This plugin is in very early development and is not intended for public usage. Note that at this time, all rights are reserved.
The Obsidian Entities Plugin enhances your Obsidian experience by adding autocomplete functionality for "Entities" such as files, templates, and more. It supports various providers like folders, templates, and Dataview queries.
For example, perhaps you have a folder called "People". Entities allows you trigger autocomplete of all your "People" notes, once you type "@".
For debugging purposes, you can manually reload all entity providers from the settings.
To build the plugin, run the following commands:
npm install
npm run build
To run the tests, use:
npm test
Contributions are welcome! Please fork the repository and submit a pull request.
This project is licensed under the MIT License. See the LICENSE file for details.
Author: RyanC
GitHub: gtg922r