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

https://github.com/atlassian-labs/prosemirror-kotlin

Kotlin implementation of Prosemirror
https://github.com/atlassian-labs/prosemirror-kotlin

Last synced: about 2 months ago
JSON representation

Kotlin implementation of Prosemirror

Awesome Lists containing this project

README

        

# Prosemirror Kotlin
[![Atlassian license](https://img.shields.io/badge/license-Apache%202.0-blue.svg?style=flat-square)](LICENSE) [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](CONTRIBUTING.md)

Java/Kotlin implementation of [Prosemirror](https://prosemirror.net/)

## Documentation

- [collab](collab/README.md)
- [history](history/README.md)
- [model](model/README.md)
- [state](state/README.md)
- [test-builder](test-builder/README.md)
- [transform](transform/README.md)

## Contributions

Contributions to prosemirror-kotlin are welcome! Please see [CONTRIBUTING.md](CONTRIBUTING.md) for details.

## Maven / Gradle dependency
Add prosemirror-kotlin dependencies using prosemirror. in place of the normal artifact specifier.

Check the latest packages at Maven central on: https://packages.atlassian.com/maven-central/com/atlassian/prosemirror/.

### Maven:
```xml

com.atlassian.prosemirror
{moduleIdentifier}
{latest}

```

### Gradle:
```kotlin
implementation("com.atlassian.prosemirror:{moduleIdentifier}:{latest}") // this version number should be updated to update the version of prosemirror-kotlin
```

## License

Copyright (c) 2024 Atlassian and others.
Apache 2.0 licensed, see [LICENSE](LICENSE) file.


[![With ❤️ from Atlassian](https://raw.githubusercontent.com/atlassian-internal/oss-assets/master/banner-cheers.png)](https://www.atlassian.com)