-
Notifications
You must be signed in to change notification settings - Fork 3
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
Add share button with citation hint to TIDO #470
Comments
How should we identify that it's a citation? If I remember correctly that part is a dynamic key/value pair, so projects might use a different key for their citations like "Zitation" or "Zitat" or "How to Cite". I see two options:
|
to generalize this, a "share" button might become a "copy" button and can be available to all fields. to keep the UI clean, a button might become available on hover, since a user who wants to copy the citation statement will always move a cursor to the respective field |
Good idea!
There is at least one project where we plan for tablet usage. Hovering will not cover this. |
I think it will. Mobile Browsers will keep |
Not sure about displaying the copy button everywhere. What about values that contain dynamic HTML or Markdown (that decision that we still have to make)? We currently have a PR for the citation key solution in the config. #530 |
Hi guys in the current PR #530 a solution to this issue is done according to 'Make it configurable as metadata panel option, e.g. citationKey = "Citation"'. |
@mathias-goebel, @stexandev and I discussed about this. Our solution will be as follows:
|
The discussion that goes beyond the citation key should be in a separate issue. |
Description:
This issue was noticed in Ahiqar project. --> https://projects.academiccloud.de/wp/42467
In TIDO Simon suggested a share button with the citation hint.
This is about the citation hint within the TIDO Metadata tab as seen in this example:
Acceptance Criteria
Share button is located in position which makes sense UX wise
MVP: Share button copies citation hint to clipboard
_Nice2Have: button opens dialogue to choose between options like, e.g.
copy to clipboard
open in your email software
open in Zotero(?)_
The text was updated successfully, but these errors were encountered: