8000 GitHub - ShahroozD/Texty: Text editor created in electron
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

ShahroozD/Texty

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Summary

This is a very basic text editor. Created using ElectronJS

You can read about how this application is created by following a three part tutorial.

Structuring and reading system files

Creating new files

And saving changes

Adding application preferences

Room for improvements?

You bet!

This project was simply to explore some of the features of Electron. There's a lot that can be done here, some of which can be

  • Checking whether a file already exists.
  • Dealing with unsaved files when moving between them.
  • Actually convert content to markdown.
  • Store content using innerText rather than innerHTML.
  • And many more things which might be even more important than the above.
  • Better file organisation

But none of those will be added in this repository, the basic code here corresponds to the code snippets used in the tutorials.

About

Text editor created in electron

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 57.9%
  • CSS 25.5%
  • HTML 16.6%
0