-
Notifications
You must be signed in to change notification settings - Fork 118
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
Support Default App handling #20
Comments
What's scary is that... I think this is possible.
|
Cool! That makes it much easier to use Chrome for a lot of stuff. How do I enable this then? |
It would require enabling another experimental Chromium flag, and the author designing the application to allow this. Currently, it's not setup to actually use it, and he might not do it, since it's intended to just be a simple demo to show off a proposal. Who knows, they might take sometime later to do this. I am maintaining a separate fork of this project, heavily optimized for performance, which I plan to update and improve. |
imagine photopea.com being able to read / write .psd files and stuff
directly... :-D
…On Thu, Nov 12, 2020 at 7:04 PM Anonymous ***@***.***> wrote:
Cool! That makes it much easier to use Chrome for a lot of stuff. How do I
enable this then?
It would require enabling another experimental Chromium flag, and the
author designing the application to allow this.
Currently, it's not setup to actually use it, and he might not do it,
since it's intended to just be a simple demo to show off a proposal.
Who knows, they might take sometime later to do this.
I am maintaining a separate fork of this project, which I plan to heavily
update and improve.
After creating a solution for another issue here (#27
<#27>), and
submitting a PR here, I'll probably look into that, because I personally
wanted to use this app like a native app too!
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#20 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAFYAKDWMKBJXG4BSZYHAVDSPRZYXANCNFSM4KI32XEA>
.
|
Please find a way to let me associate the Text Editor with any .txt file.
Expected behaviour
Right-click and "open as" or dimply double-clicking any text file
should 1) open Text Editor
and 2) Text Editor should subsequently open the selected .txt file
Actual current behaviour
Right click open-as / double-click .txt files opens Tex Editor with an empty screen. The actual selected .txt doc does not get openend
Screenshot
The text was updated successfully, but these errors were encountered: