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
- Host: GitHub
- URL: https://github.com/atlassian-labs/prosemirror-kotlin
- Owner: atlassian-labs
- License: apache-2.0
- Created: 2024-08-02T19:00:08.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-04-17T22:57:36.000Z (about 2 months ago)
- Last Synced: 2025-04-18T12:32:02.412Z (about 2 months ago)
- Language: Kotlin
- Homepage:
- Size: 610 KB
- Stars: 26
- Watchers: 6
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: history/README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# Prosemirror Kotlin
[](LICENSE) [](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:
```xmlcom.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.
[](https://www.atlassian.com)