text
text copied to clipboard
📑 Collaborative document editing using Markdown
[](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) | [](https://docs.renovatebot.com/merge-confidence/)...
[](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) |...
[](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) | [](https://docs.renovatebot.com/merge-confidence/)...
[](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) | [](https://docs.renovatebot.com/merge-confidence/)...
[](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) | [](https://docs.renovatebot.com/merge-confidence/)...
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...
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...
### 📝 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...
Besides the push message, editing options are shown as well. These should not be seen here.  _Originally posted by @ArminXG in https://github.com/nextcloud/text/issues/5800#issuecomment-2167270242_
* 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:...