Click here to Skip to main content
15,891,375 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello.
I would like to ask you if there is any way to run html file as a program to for example have possibility to edit that file in hisself and save it as the same file in the same location.

What I have tried:

Locally created and runned html file "is thinking" that he is running on "some" server... but maybe there is any way to force the system (Windows 10) to run it as a local application with typical local application priviligies (without changing general sercurity options in web browser)?
Posted
Updated 22-Mar-21 7:30am
Comments
[no name] 22-Mar-21 13:31pm    
"Something" has to run it; in this case, it's still a browser.
Richard MacCutchan 22-Mar-21 13:31pm    
You can run it locally through IIS.

1 solution

Take a look at one of these: cross-platform-tools[^]
WebWindow or CefSharp might be what you are looking for.

Another option might be to use TiddlyWiki, see: cross-platform-productivity-tools[^]

And yet another option might be to create a PWA (Progressive Web Application), see: pwa-framework[^] and: Build a Basic PWA With Html and Javascript for Beginners[^]
 
Share this answer
 
v4

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900