text icon indicating copy to clipboard operation
text copied to clipboard

📑 Collaborative document editing using Markdown

Results 576 text issues
Sort by recently updated
recently updated
newest added

**Describe the bug** We use a loadbalanced setup with 2 nodes. We noticed that changes in files are not synced, when multiple persons editing the same file. The problem occurs...

bug

* Resolves: #2904 * Target version: master ### Readonly https://user-images.githubusercontent.com/1561347/190261995-20c63bc2-5c7b-49b3-a6e6-5cc34a480f42.mp4 ### Public https://user-images.githubusercontent.com/1561347/190262053-cd9f71de-af29-4735-98a9-4db1ded0d385.mp4

enhancement
design
3. to review

This fixes errors when using the @nextcloud/text NPM package. In the long run, we want to switch to this syntax for importing @nextcloud-vue modules anyway (ideally with tree shaking). Signed-off-by:...

Implement link preview widgets for paragraphs that only contain a link. ![Screenshot 2022-09-21 at 15 55 12](https://user-images.githubusercontent.com/3404133/191523437-a6411348-ac5c-449d-97a3-2fd50976c915.png)

3. to review

This can help https://github.com/nextcloud/text/pull/2924 The logic was to return a preview if possible and the raw content as a fallback. * If the new parameter is true, we return the...

enhancement
3. to review
feature: images

Some early PoC for displaying text file attachments from mail in viewer - [ ] Properly check if the file outside of the filesystem was passed - [ ] Wrap...

enhancement
2. developing

Signed-off-by: Luka Trovic * Resolves: #2840 * Target version: master ### Summary

tests
3. to review

Related to: https://github.com/nextcloud/nextcloud-vue/pull/3283

3. to review
dependencies: javascript
javascript

Manual backport of https://github.com/nextcloud/text/pull/2972 I don't know why but explicit heic/heif mime types have to be added in the ``. They are not shown with `image/*`. If such files are...

enhancement
3. to review
feature: images