0.1.0 • Published 6 years ago

cerebro-plugin-boostnote v0.1.0

Weekly downloads
4
License
MIT
Repository
github
Last release
6 years ago

cerebro-plugin-boostnote

Build Status

Cerebro plugin for searching Boostnote notes.

npm.io

Install

On Cerebro window, plugin install and search for "Boostnote" plugin.

This plugin is not compatible with the upstream Cerebro application until this PR is merged. To be able to use this plugin right now, you need to build Cerebro from source and include the code from the specified PR.

Usage

  • To be able to use this plugin, you need to configure the "storagePath" option in the plugin settings. This can be any folder where your Boostnote are stored (and can include multiple Boostnote storage folders).

  • Cerebro will automatically index all your notes in the background hourly. To force an index update or after configuring the plugin, run boost reload.

  • The plugin can be triggered either by typing "boost" or "!b".

  • You can filter by tags using "hash" sign. Ex: "#php", it will display all notes with tag "PHP".

Development

Clone repo

git clone https://github.com/brpaz/cerebro-plugin-boostnote

Install dependencies

yarn install

Launch the plugin

npm start

  • A symlink will be created between the plugin folder and the Cerebro plugins folder.
  • You will need to reload your Cerebro settings (Right click on Cerebro tray icon -> Development -> Reload).
  • You can use Cerebro Dev Tools to debug your plugin.

Related