This Notepad application is a functional and feature-rich text editor built using WPF (Windows Presentation Foundation). It provides a user-friendly interface for creating, editing, and managing text-based documents.
Notepad - Day Mode
Notepad - Night Mode
- Basic Text Editing:
- Create, open, and save text documents.
- Cut, copy, and paste functionality, and more.
- Enhanced UI:
- Modern and user-friendly interface.
- Theming support with DayMode and NightMode.
- Advanced Functionality:
- Spell checking (to be enhanced later).
- Auto-save and restore application state.
- Hide scrollbars and toggle word wrap.
- Customization:
- Hide the menu bar, always on top, and more.
- Status Bar:
- Display current line and column position.
- Show/hide file path.
- Print Document
- Show Line Numbers and select the complete line
- and more.
To run the Notepad application locally, follow these steps:
- Clone the repository to your local machine:
git clone https://github.com/ravikantasoliya/notepad.git
- Open the solution in Visual Studio.
- Build and run the application.
- Create a new text document or open an existing one.
- Explore the menu bar for various options such as File, Edit, Format, View, and Help.
- Customize the application using the available settings.
- Enjoy a simple yet feature-rich Notepad experience!
If you would like to contribute to the project, feel free to submit a pull request. Contributions, bug reports, and feature requests are welcome!
This Notepad application is licensed under the MIT License.
For inquiries or feedback, feel free to contact Ravikant Asoliya.
Enjoy using the Notepad Application!