This is a simple text editor built with Electron. It provides basic functionality such as opening, editing, saving, and renaming files.
- Open files
- Edit files
- Save files
- Rename files
- Basic Highlightings for other languages
To install the application, follow these steps:
- Clone the repository:
git clone <repository-url>
- Navigate to the project directory:
cd <project-directory>
- Install the dependencies:
npm install
- Start the application:
npm start
if you want to install the release, please visit the Release Section.
To use the application, open it and use the menu to open a file. You can then edit the file and save your changes. You can also rename the file.
Contributions are welcome. Please open an issue or submit a pull request.
This project is licensed under the MIT License.