0.13.0 ā€¢ Published 3 days ago

@blocknote/core v0.13.0

Weekly downloads
-
License
MPL-2.0
Repository
-
Last release
3 days ago

Live demo

See our homepage @ https://www.blocknotejs.org or browse the examples.

Example code (React)

npm version

import { BlockNoteView, useCreateBlockNote } from "@blocknote/react";
import "@blocknote/core/fonts/inter.css";
import "@blocknote/react/style.css";

function App() {
  const editor = useCreateBlockNote();

  return <BlockNoteView editor={editor} />;
}

@blocknote/react comes with a fully styled UI that makes it an instant, polished editor ready to use in your app.

If you prefer to create your own UI components (menus), or don't want to use React, you can use @blocknote/core (advanced, see docs).

Features

BlockNote comes with a number of features and components to make it easy to embed a high-quality block-based editor in your app:

Animations:

Helpful placeholders:

Drag and drop blocks:

Nesting / indentation with tab and shift+tab:

Slash (/) menu:

Format menu:

Real-time collaboration:

Feedback šŸ™‹ā€ā™‚ļøšŸ™‹ā€ā™€ļø

We'd love to hear your thoughts and see your experiments, so come and say hi on Discord or Matrix.

Contributing šŸ™Œ

See CONTRIBUTING.md for more info and guidance on how to run the project (TLDR: just use npm start).

Directory structure:

blocknote
ā”œā”€ā”€ packages/core       - The core of the editor
ā”œā”€ā”€ packages/react      - The main library for use in React apps
ā”œā”€ā”€ examples            - Example apps
ā”œā”€ā”€ playground          - App to browse the example apps (https://playground.blocknotejs.org)
ā””ā”€ā”€ tests               - Playwright end to end tests

The codebase is automatically tested using Vitest and Playwright.

License šŸ“ƒ

BlockNote is licensed under the MPL 2.0 license, which allows you to use BlockNote in commercial (and closed-source) applications. If you make changes to the BlockNote source files, you're expected to publish these changes so the wider community can benefit as well.

Credits ā¤ļø

BlockNote builds directly on two awesome projects; Prosemirror by Marijn Haverbeke and Tiptap. Consider sponsoring those libraries when using BlockNote: Prosemirror, Tiptap.

BlockNote is built as part of TypeCell. TypeCell is proudly sponsored by the renowned NLNet foundation who are on a mission to support an open internet, and protect the privacy and security of internet users. Check them out!

Hosting and deployments powered by Vercel:

0.13.0

3 days ago

0.12.4

1 month ago

0.12.3

1 month ago

0.12.1

2 months ago

0.12.0

2 months ago

0.11.2

3 months ago

0.11.1

4 months ago

0.11.0

4 months ago

0.10.1

5 months ago

0.10.0

5 months ago

0.9.4

7 months ago

0.8.5

9 months ago

0.9.3

8 months ago

0.8.4

9 months ago

0.9.6

6 months ago

0.9.5

7 months ago

0.9.0

9 months ago

0.8.4-alpha.0

9 months ago

0.9.2

9 months ago

0.8.3

9 months ago

0.8.2

10 months ago

0.8.1

11 months ago

0.7.1-alpha.0

12 months ago

0.8.0

11 months ago

0.7.0

12 months ago

0.6.2

1 year ago

0.6.1

1 year ago

0.4.6-alpha.4

1 year ago

0.4.6-alpha.3

1 year ago

0.4.6-alpha.0

1 year ago

0.4.6-alpha.1

1 year ago

0.4.5

1 year ago

0.4.4

1 year ago

0.5.0

1 year ago

0.4.0

1 year ago

0.4.3

1 year ago

0.5.1

1 year ago

0.4.2

1 year ago

0.3.0

1 year ago

0.2.1

1 year ago

0.2.4-alpha.7

1 year ago

0.2.0

1 year ago

0.2.1-alpha.2

1 year ago

0.2.2-alpha.0

1 year ago

0.2.3

1 year ago

0.2.2

1 year ago

0.2.1-alpha.0

1 year ago

0.2.1-alpha.1

1 year ago

0.1.2

1 year ago

0.1.1

1 year ago

0.1.0

2 years ago

0.1.0-alpha.3

2 years ago