An open API service indexing awesome lists of open source software.

https://github.com/prosekit/prosekit

Framework agnostic and headless rich text editor
https://github.com/prosekit/prosekit

Last synced: 2 months ago
JSON representation

Framework agnostic and headless rich text editor

Awesome Lists containing this project

README

          

# [ProseKit](https://prosekit.dev)

[![npm](https://img.shields.io/npm/v/prosekit)](https://www.npmjs.com/package/prosekit)

The ultimate toolkit for text editing. Based on [ProseMirror](https://prosemirror.net/).

## Quick Start

You can install a full-featured example with a single command using [shadcn/ui](https://ui.shadcn.com):

```bash
# Use React
npx shadcn@latest add @prosekit/react-example-full
# Use Vue
npx shadcn@latest add @prosekit/vue-example-full
# Use Preact
npx shadcn@latest add @prosekit/preact-example-full
# Use Svelte
npx shadcn@latest add @prosekit/svelte-example-full
# Use Solid
npx shadcn@latest add @prosekit/solid-example-full
```

## Documentation

For full documentation, visit [prosekit.dev](https://prosekit.dev).

## Community

Join the community on [Discord](https://prosekit.dev/chat).

## Changelog

Detailed changes for each release are documented in the [CHANGELOG.md](https://github.com/ocavue/prosekit/blob/master/packages/prosekit/CHANGELOG.md).

## Contributing

See [CONTRIBUTING.md](https://github.com/ocavue/prosekit/blob/master/CONTRIBUTING.md) for details.

## License

MIT