Welcome to mirror list, hosted at ThFree Co, Russian Federation.

CHANGELOG.md - github.com/nextcloud/text.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 284a3914b82cbcce40ca84018c3a572c7f151683 (plain)
1
2
3
4
5
6
7
8
9
10
11
# 1.0.0

- Opening and editing markdown files
- Collaborative editing
    - Note that depending on the number of concurrent users this will put a higher load on your server, make sure to properly scale your setup according to that
- Support for [commonmark](https://commonmark.org/)
- Support for [gfm strikethrough extension](https://github.github.com/gfm/#strikethrough-extension-)
- Insert images or files from Nextcloud
    - Adding files currently has the limitation, that the file must be available to the editing user
    - You can share a file as a public link include images with that for everyone in the document
    - External images are not rendered for security reasons