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

List Responsively App as an item in the native Open With applications list for html files #330

Closed
manojVivek opened this issue Jul 19, 2020 · 1 comment · Fixed by #355
Closed
Assignees
Labels
enhancement New feature or request
Projects
Milestone

Comments

@manojVivek
Copy link
Collaborator

No description provided.

@manojVivek manojVivek added enhancement New feature or request help wanted Extra attention is needed good first issue Good for newcomers labels Jul 19, 2020
@manojVivek manojVivek added this to New in App Roadmap via automation Jul 19, 2020
@manojVivek manojVivek moved this from New to Higher-Priority Items in App Roadmap Jul 19, 2020
@jjavierdguezas
Copy link
Contributor

jjavierdguezas commented Jul 19, 2020

maybe this can help
https://www.electron.build/configuration/configuration#PlatformSpecificBuildOptions-fileAssociations
image

"build": {
  "fileAssociations": [{
    "ext": "html",
    "role": "Viewer"
  }]
}

then, based on some reading, we should get the file path in process.argv[1] (and/or listen to the open-file event of app)

also this could be interesting: (https://www.electronjs.org/docs/tutorial/recent-documents

@manojVivek manojVivek added this to the v0.9.0 milestone Jul 28, 2020
@manojVivek manojVivek moved this from Higher-Priority Items to Ready for Release in App Roadmap Jul 28, 2020
@manojVivek manojVivek removed good first issue Good for newcomers help wanted Extra attention is needed labels Jul 28, 2020
@manojVivek manojVivek moved this from Ready for Release to Release v0.9.0 in App Roadmap Jul 30, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
No open projects
App Roadmap
  
Release v0.9.0
Development

Successfully merging a pull request may close this issue.

2 participants