nextcloud / text

📑 Collaborative document editing using Markdown
GNU Affero General Public License v3.0
528 stars 85 forks source link

Better arrangement of "new" menu (files plugin) #5932

Open susnux opened 1 week ago

susnux commented 1 week ago

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:

import { NewMenuEntryCategory } from '@nextcloud/files'