Skip to content

Latest commit

 

History

History
36 lines (22 loc) · 926 Bytes

File metadata and controls

36 lines (22 loc) · 926 Bytes

Application Name

Description

This is a simple text editor built with Electron. It provides basic functionality such as opening, editing, saving, and renaming files.

Features

  • Open files
  • Edit files
  • Save files
  • Rename files
  • Basic Highlightings for other languages

Installation

To install the application, follow these steps:

  1. Clone the repository: git clone <repository-url>
  2. Navigate to the project directory: cd <project-directory>
  3. Install the dependencies: npm install
  4. Start the application: npm start

if you want to install the release, please visit the Release Section.

Usage

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.

Contributing

Contributions are welcome. Please open an issue or submit a pull request.

License

This project is licensed under the MIT License.