https://github.com/standardnotes/filesafe-embed
FileSafe UI client embedded into Bold Editor and FileSafe Bar.
https://github.com/standardnotes/filesafe-embed
Last synced: 10 months ago
JSON representation
FileSafe UI client embedded into Bold Editor and FileSafe Bar.
- Host: GitHub
- URL: https://github.com/standardnotes/filesafe-embed
- Owner: standardnotes
- Created: 2019-04-25T23:33:59.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-10-17T17:09:43.000Z (over 2 years ago)
- Last Synced: 2025-02-14T22:47:30.937Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 1.69 MB
- Stars: 0
- Watchers: 5
- Forks: 3
- Open Issues: 30
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# FileSafe Embed
This is the reusable UI library that is part of the larger FileSafe system. It uses FileSafeJS to build a UI for managing files, integrations, and keys. FileSafe Embed is not meant to be used in isolation, but is instead meant to be embedded into a final wrapper. For example, the Bold Editor and FileSafe Extension Bar use this library.
## Setup
Run `npm install` for dependencies and then `npm run build`. Conduct further testing in the Bold Editor by following the instructions there to load FileSafe Embed. Remember to build both repos, `npm run build` in FileSafe Embed and `npm run watch` in Bold Editor to see any changes.