-
Notifications
You must be signed in to change notification settings - Fork 948
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
[Suggestion]Enable URL Copying from "File Name/URL" Column in App #980
Comments
My suggestion is to add a new column before the File Name/URL column to indicate whether the entry is a URL or a file. We could then rename File Name/URL to Title. For copying functionality, we could add a right-click option called Copy URL for URLs and Copy Location for files (or simply omit the copy feature for files if preferred). Just sharing my two cents. I hope this helps! |
@mriamnobody good idea, thanks for suggestion! Next version will have an ability to copy the contents of "File name / URL" column. CTRL+C (or equivalent on Macs) will copy file name or url of selected row or rows to the clipboard, so you can do CTRL+V to paste it. You can get this feature from the latest development builds.
|
Thanks a lot @raivisdejus for quick implementation of the suggestion. Cheers. |
In the "File Name/URL" column displays the file name for uploaded files and the URL when a link (e.g., a YouTube URL) is used for transcription. There’s currently no way to copy the URL directly from the app once it appears in this column, making it difficult to retrieve or reuse the URL later.
We can add a right-click or context menu option to copy the URL.
The text was updated successfully, but these errors were encountered: