Skip to content
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

feat(sltt-app): provide way to jump to passage video via copied video link #34

Open
ericpyle opened this issue Oct 2, 2024 · 0 comments

Comments

@ericpyle
Copy link
Collaborator

ericpyle commented Oct 2, 2024

The electron sltt-app does not expose a URL input field (as does a browser window) whereby a user can jump to a passage video/time via a link from .

image

Here are some options:

  1. Do nothing. Only support this navigation in the web-browser
  2. Electron could provide a Go (navigation) menu in the chrome from the main process.
  3. Alternatively, the app could watch for changes to the clipboard so if the user copies a link (rather than clicking on it)
  4. The client app could provide an custom link Copy sltt-app link for video (only sltt-app team members can view) that uses a custom protocal sltt-app://#/index.html?project={project}&id={_id_video}&time=0.05

Of these, perhaps the Go > Jump to Project/Video/Time menu would be the most straightforward?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant