fs-viewer extension to query and manage collections managed by fs-curator
For now there's no UI experience for managing extensions in the fs-viewer
project. So all installations must be done manually.
- Build this extension & generate symblinks
npm install && npm run link
- Open the application level preferences in your favorite text editor
~/.config/fs-viewer/config.json
(for linux users)%APPDATA%/fs-viewer/config.json
(for windows users)
- Add the following property to the JSON file
{
"extensions":["fsve-curator"]
}
Note: Assume pre-alpha, "it works on my box", level of quality. It can't harm your files, but it might not work for your setup.