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** When starting to type a list and paste something for the content it is not converted to a list **To Reproduce** Steps to reproduce the behavior: 1....

bug
feature: formatting
feature: formatting - lists

**Describe the bug** When trying to add a mailto link the form field starts to get sluggish, the cursor jumps to random positions, text gets deleted and a `https://` is...

bug

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@nextcloud/cypress](https://togithub.com/nextcloud/nextcloud-cypress) | [`^1.0.0-beta.7` -> `^1.0.0-beta.8`](https://renovatebot.com/diffs/npm/@nextcloud%2fcypress/1.0.0-beta.7/1.0.0-beta.8) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@nextcloud%2fcypress/1.0.0-beta.8?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

dependencies

Simplify the handling of csrf-tokens and auth. ### 🏁 Checklist - [x] Code is properly formatted (`npm run lint` / `npm run stylelint` / `composer run cs:check`) - [x] [Sign-off...

tests
3. to review

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@tiptap/core](https://tiptap.dev) ([source](https://togithub.com/ueberdosis/tiptap/tree/HEAD/packages/core)) | [`^2.1.13` -> `^2.3.1`](https://renovatebot.com/diffs/npm/@tiptap%2fcore/2.1.13/2.3.1) |...

dependencies

**Describe the bug** If you rename an .md file to a .txt file, the content will be lost after opening it in the built-in text editor. If you download the...

bug
1. to develop
high

On any markdown editor links to files are like this: `[link sample][relative_path.sample` Say I have .md files pointing to other files in my next cloud archive, with any markdown app...

bug

**Describe the bug** This bug only appears on my Android Browsers. When you try to delete a line, the cursor does not jump to the previous line. The line is...

bug
1. to develop
mobile

### 📝 Summary * Resolves: https://github.com/nextcloud/android/issues/12138 When it receives a 403 error it triggers a reload event, catchable by the android app. ### Warning I don't know how this app...

bug
3. to review
backport-request
feature: direct editor
feedback-requested

Requires https://github.com/nextcloud/server/pull/44952 This will avoid triggering dependency injection queries during app bootstrap for every request.

enhancement
3. to review
performance 🚀