Snorkel
pendingby Andrew Foster
Snorkel is an assistant for getting things done.
Snorkel
Snorkel is an assistant for getting things done.
Development
- Clone this repo into your vault's
.obsidian/plugins/folder - Run
npm installto install dependencies - Run
npm run devto start compilation in watch mode - Reload Obsidian to load the plugin
- Make changes to
main.tsand they will be compiled automatically
Building
- Run
npm run buildto build the plugin for production
Manually Installing the Plugin
- Copy
main.js,styles.css,manifest.jsonto your vault's.obsidian/plugins/snorkel/folder
Releasing
- Update your
manifest.jsonwith your new version number - Update your
versions.jsonfile with the new version and minimum Obsidian version - Create a new GitHub release with the files
main.js,styles.css,manifest.json - Tag the release with the version number
API Documentation
For plugin developers
Search results and similarity scores are powered by semantic analysis of your plugin's README. If your plugin isn't appearing for searches you'd expect, try updating your README to clearly describe your plugin's purpose, features, and use cases.