text
text copied to clipboard
📑 Collaborative document editing using Markdown
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
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...
(bottom one was successfull) 
## 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`...
**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**...
**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...
**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...
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...
**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...
### ⚠️ 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...