-
Notifications
You must be signed in to change notification settings - Fork 29
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
New feature: Copy the card ID #90
Comments
Do you mean copying the card id to the clipboard? |
Yes, exactly that. |
The previous layout was not that great, in that it was showing data using a disabled EditView. Pull Request #91 updates the screen, so that the data is shown using a TextView. Further, if one long clicks a field it can be selected and copied to the clipboard. The change will be available in the next release. Let me know if this satisfies your request. |
It did not occur to me when you asked, but there is already a feature very similar to your request. If you long press the card entry from the main page a menu will appear. That menu allows one to copy the card ID to the clipboard. I see that this feature may not be obvious. If you have any suggestions on how to improve its discoverability, please let me know. |
I didn't know about that long-tap menu. That's cool. 👍 I tested the new version, I can now long-tap to select and copy text. That's great! 👍 But I cannot do that in the "edit" screen. 😞 (I am suggesting an idea on #89) The only improvement I can think about is also adding a "copy" button that copies the entire card ID (or the entire note) in one tap. Still, don't remove the ability to select text, I like being able to select a portion of the note to copy, it is helpful in some occasions. |
This feature is specially useful for airline mileage numbers, or any number that can be used during online purchases.
It might be worth also implementing this "copy" feature to the "Note" field.
The text was updated successfully, but these errors were encountered: