Is your feature request related to a problem? Please describe.
Seen in https://apps.nextcloud.com/apps/collectives comments :
Design Concerns and Vendor Lock-In: Unfortunately, some design decisions severely limit portability. Markdown is typically chosen for its flexibility and ease of reuse in other systems. But Collective undermines this advantage:
When you paste an image into a note, the app converts the note into a folder, stores the image inside it, and renames the note to readme.md. This approach makes migration to other tools almost impossible. A better strategy, as seen in tools like Obsidian, would be to store all images in a central assets folder and keep the original file structure intact. The folder structure itself is unconventional. Instead of using established concepts like “categories” (as seen in Nextcloud Notes), Collective creates subfolders for each note and saves the main content as readme.md. This reinvention of basic structures adds unnecessary complexity. Conclusion: Collective is an easy-to-use app and has potential for team collaboration—if you’re willing to accept its unusual file structure and limitations in Markdown compatibility.
I am also poised with the limitation of the file picker search nextcloud/server#55609 (comment)
I have finally understood that any file dropped into the collectives is stored in the collective.
But I still do not know if a file in a collective is read only or can be modified by the members of the team, the same can be said in deck.
If i link a file it is not displayed that the file is linked to the collectives
Describe the solution you'd like
Should there be an admin setting who define permissions on file attachments /file drops
all the files linked to the team are by default : (read only / modifiable)
=> If i link a file to the collectives it would be good to see the attachment in Files app (sidebar) and be able to change the permissions there
What happens when i use the smart picker ? 🤯
Describe alternatives you've considered
A user documentation who explains this https://nextcloud.github.io/collectives/usage/
(I can help maybe with that)
Additional context
Add any other context or screenshots about the feature request here.
Is your feature request related to a problem? Please describe.
Seen in https://apps.nextcloud.com/apps/collectives comments :
I am also poised with the limitation of the file picker search nextcloud/server#55609 (comment)
I have finally understood that any file dropped into the collectives is stored in the collective.
But I still do not know if a file in a collective is read only or can be modified by the members of the team, the same can be said in deck.
If i link a file it is not displayed that the file is linked to the collectives
Describe the solution you'd like
Should there be an admin setting who define permissions on file attachments /file drops
all the files linked to the team are by default : (read only / modifiable)
=> If i link a file to the collectives it would be good to see the attachment in Files app (sidebar) and be able to change the permissions there
What happens when i use the smart picker ? 🤯
Describe alternatives you've considered
A user documentation who explains this https://nextcloud.github.io/collectives/usage/
(I can help maybe with that)
Additional context
Add any other context or screenshots about the feature request here.