DISSINET / InkVisitor

An open-source, browser-based front-end application for the collection of complex structured data from textual resources in history and the social sciences into a RethinkDB database for further analysis.
BSD 3-Clause "New" or "Revised" License
10 stars 3 forks source link

Allow copy-pasting text from Annotator even in the highlight mode #2194

Open davidzbiral opened 3 months ago

davidzbiral commented 3 months ago

When text is selected either by mouse, or by shift + [ctrl] + cursor keys (#2193) in Annotator / highlight mode, one action the users wants is to add anchor, another is to copy-paste text in the system clipboard. I have seen this action is possible in the xml mode and text editing mode, but allow this action with both Ctrl+C and with a copy icon in the modal to create anchor also in the highlight mode.

(I have seen that in the text editing mode of Annotator, Ctrl+V pasting is allowed already, so that part is fine.)