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

[![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/vite-config](https://togithub.com/nextcloud/nextcloud-vite-config) | [`^1.2.3` -> `^2.0.0`](https://renovatebot.com/diffs/npm/@nextcloud%2fvite-config/1.2.3/2.0.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@nextcloud%2fvite-config/2.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

dependencies

[![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.3.2` -> `^2.4.0`](https://renovatebot.com/diffs/npm/@tiptap%2fcore/2.3.2/2.4.0) |...

dependencies

[![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/event-bus](https://togithub.com/nextcloud/nextcloud-event-bus) | [`^3.2.0` -> `^3.3.0`](https://renovatebot.com/diffs/npm/@nextcloud%2fevent-bus/3.2.0/3.3.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@nextcloud%2fevent-bus/3.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

dependencies

[![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/eslint-config](https://togithub.com/nextcloud-libraries/eslint-config) | [`^8.3.0` -> `^8.4.1`](https://renovatebot.com/diffs/npm/@nextcloud%2feslint-config/8.3.0/8.4.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@nextcloud%2feslint-config/8.4.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

dependencies

[![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/babel-config](https://togithub.com/nextcloud/babel-config) | [`^1.1.1` -> `^1.2.0`](https://renovatebot.com/diffs/npm/@nextcloud%2fbabel-config/1.1.1/1.2.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@nextcloud%2fbabel-config/1.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

dependencies

At the moment media files embedded in a markdown file are stored inside a hidden folder named .attachments.123456 next to the markdown file. There are many nice markdown editors for...

enhancement
feature: images

In editors with a user or share token we don't want to depend on a document session for fetching attachments. This fixes fetching attachments in editors without a document session...

bug
3. to review
backport-request

### 📝 Summary `this.$syncService` is cleared during the `close` method. However we need the `baseVersionEtag` to ensure the editing session on the server is still in sync with our local...

bug
2. developing

Besides the push message, editing options are shown as well. These should not be seen here. ![bug](https://github.com/nextcloud/text/assets/18211821/d7e9ad27-964e-447b-9750-fdcf855bf42f) _Originally posted by @ArminXG in https://github.com/nextcloud/text/issues/5800#issuecomment-2167270242_

bug
1. to develop
feature: rich workspaces

* As the last open part of https://github.com/nextcloud/server/issues/43728 The "new" menu entry should have the proper placement, all you need to do is to ad `category: NewMenuEntryCategory.Other` here: https://github.com/nextcloud/text/blob/c2b25db6f9c31b9d6e382a3240adfc67d24a0e3c/src/helpers/files.js#L118-L120 with:...

bug
1. to develop