-
Notifications
You must be signed in to change notification settings - Fork 135
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Note usage through ~all apps #389
Comments
That's an interesting idea, I like it! I wrote some thoughts down on how to implement this for contact's notes. I think the approaches would be similar for the general case:
Furthermore, when introducing notes for nearly everything, a separate database table as storage backend could be required in order to save data and track the link to the subject, since adding a note attribute to every other app wouldn't scale very well. However, I think there are many details to be clarified. E.g. should there only be one note per subject, one per subject per user or multiple notes possible? Maybe "notes" is not the correct term for this, and it's more like a comment? (See comments feature in files app; maybe we should start there?) |
I agree with @sunjam and @korelstar that this conversation is valuable, but I also emphasize the sense of the latter's remarks that the design can follow many potential pathways, and that a rigorous clarification of terms and concepts is necessary to avoid making poor decisions.
I agree with the technical feasibility of hooking other applications into the notes application, using entry points and asset identifiers, but per the below comments, I would encourage pursuing competing approaches for achieving the capabilities sought in the current discussion.
Yes, I suggest that the preferred approach is to associate a contact with a text document, in cases where the user would wish to add text to the contact, but not necessarily to classify that text as a note, or to involve the note application. Employing the text application directly to edit the text, however, is obviously desirable.
I had previously opened #293 to discuss this topic. I continue to believe that files in the file system ultimately fail to capture practically the needed abstraction for notes. However, while I consider this discussion important, I also believe, in light of other considerations I am presenting here, that this issue is distinct from the immediate one.
Yes, I believe that this comment captures the needed insight to direct the discussion toward a fruitful course, and indeed I would have offered it myself if no one had done so already. In nextcloud/text#6 (comment), I began to elucidate some of the relevant observations, toward a general understanding of notes, that captures the desired functionality of the concept without restricting the cases where it may used. Briefly, I proposed that whereas the term note often is used to describe any brief text document, the association between a note and textual content is overly restrictive. Instead, the demands for an expanding number of use cases point toward the term note describing any asset, text or otherwise, that is organized in some fashion by a notes application. Indeed many notes, as well as files generally, would be textual, such as to demand a clean and robust means for the user to write them, the intention of the text application. Expounding further, a view emerges that compared to the current terminology, it is necessary to seek a larger number of terms, but with each encapsulating a more narrow meaning, Loosely, one might propose the following working definitions for ongoing discussions:
While these definitions may appear peculiar given the common understanding of certain terms, they capture familiar functionality, while opening a higher level of generality and abstraction. |
Further to the previous comments, I make the small note that expanding abstraction and flexibility incurs certain costs, particularly respecting interoperation with other software and platforms. If text is added to a contact, then how is that text synchronized with external applications? If a mobile notes application presumably includes a MarkDown viewer and editor, then what other media types does it support intrinsically? |
This comment has been minimized.
This comment has been minimized.
@brainchild0 Yes, removing the discussion label was by accident. |
Inspired by this tag request, I'd like the ability to add notes to absolutely any app in Nextcloud. Noticed this request on admin notes, but it can make sense to add notes on absolutely anything. Sure, we have markdown descriptions in some apps, but it makes sense to add notes about absolutely any particular element in any app, regardless of whether a task is required.
Other issues that could relate:
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
The text was updated successfully, but these errors were encountered: