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

This PR was automatically generated by the workflow dispatcher Please check that there are no reverted changes before merging ⚠ See templates in https://github.com/nextcloud/.github

dependencies
3. to review
automated

When looking at intitial state optimizations @nickvergessen suggested to move the list of languages that text provides to the frontend from the current intitial state value passing to using the...

1. to develop
performance 🚀

(bottom one was successfull) ![image](https://github.com/nextcloud/text/assets/14975046/b3121cbd-c433-49b8-b20d-a8393a5d3491)

1. to develop
technical debt

## Create ``` ... iFXNNPjYbIAmpfVqEYYq replica 0 SELECT `s`.`id` FROM `oc_text_sessions` `s` LEFT JOIN `oc_text_steps` `st` ON `st`.`session_id` = `s`.`id` WHERE (`last_contact` < :dcValue1) AND (`st`.`id` IS NULL) AND (`s`.`document_id`...

1. to develop
technical debt

**Describe the bug** Follow up from https://github.com/nextcloud/assistant/issues/36 **To Reproduce** Steps to reproduce the behavior: 1. install nextcloud assistant 2. add trailing slash in readme 3. reload files app **Expected behavior**...

bug
feature: rich workspaces

**Describe the bug** If i mark a section of text i can set a link to a website whilst i can not do the same thing when i set a...

bug

**Describe the bug** The document status bar is not aligned horizontally with the rest of the editor. See the screenshot below. **To Reproduce** Steps to reproduce the behavior: 1. Open...

bug
design: papercut

When restoring a version through the web UI we should make sure to handle this without a conflict. Similar how https://github.com/nextcloud/richdocuments/pull/3152 does this, we can use the events to detect...

enhancement
1. to develop
feature: conflict resolution

**Describe the bug** The document status notice that displays connection issues is not sticky anymore. See https://github.com/nextcloud/text/pull/4474#issuecomment-1630971483 for a screenshot. **To Reproduce** Steps to reproduce the behavior: 1. Open a...

bug
bug: regression

### ⚠️ This issue respects the following points: ⚠️ - [X] This is a **bug**, not a question or a configuration/webserver/proxy issue. - [X] This issue is **not** already reported...

bug
0. Needs triage