https://github.com/opf/op-blocknote-extensions
https://github.com/opf/op-blocknote-extensions
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/opf/op-blocknote-extensions
- Owner: opf
- Created: 2025-06-06T11:21:33.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-06-15T16:33:52.000Z (7 months ago)
- Last Synced: 2025-08-08T13:53:13.036Z (5 months ago)
- Language: TypeScript
- Size: 87.9 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# OpenProject BlockNote extensions
This repo is in an early prototype state.
### Usage
To build the library and generate types and source maps.
```sh
npm run build:lib
```
To run the test app for local development
```sh
npm run dev
```
To develop with OpenProject locally
```sh
npm run build:lib
npm pack
cp op-blocknote-extensions-0.0.0.tgz ../openproject/frontend
cd ../openproject/frontend
npm i -S op-blocknote-extensions-0.0.0.tgz
```
This should make sure that the package is available for OpenProject even if running on a container.