text
text copied to clipboard
📑 Collaborative document editing using Markdown
**Describe the bug** When right-clicking and copying the Outline link, and trying to use that (either in another note, or email, chat, etc.), the link opens the file, but does...
**Describe the bug** We currently also return and handle 409 responses during sync requests. This leads to two possible scenarios that can create such responses. In addition the 409 will...
We used to have 409 responses when the client was not in sync with the server state. But with yjs we can now always apply updates as long as they...
## This is a challenging https://github.com/nextcloud/text/labels/good%20first%20issue if you... * want to **learn how the desktop client integrates with the text app** * have some basic knowledge of **php** If you...
Follow-up for https://github.com/nextcloud/text/issues/6817 Reference https://github.com/nextcloud/text/pull/6856#pullrequestreview-2702668639 https://github.com/user-attachments/assets/cf89c834-73bb-4de7-ba82-7a4cd5c01a43
Hi, One of my main usage of checkboxes in a document is for a shopping list. The editor easily allows to add a new item, but every item has to...
**Describe the bug** Lists inside callouts are not persisted when copying the file. I suspect the created markdown is parsed to contain a list but that is not valid in...
**Describe the bug** When a list entry contains only a link, the three-dot menu button to switch between text and preview is displayed left to it. The alignment is off...
## Steps to reproduce 1. Open a note 2. Change to another note 3. See 403 error in JS console ### Expected behaviour Switching between notes should not generate an...
## Short summary of the issue - [ ] Markdown syntax is not properly rendered in text ## I used this docker-compose config ````markdown version: '2' volumes: nextcloud: db: services:...