An Electron.js based Markdown text editor that provides a live preview of your Markdown content. This application allows you to create, open, and save Markdown files, and it supports multiple windows. It also includes a menu with useful options and a link to view the project on GitHub.
- Live preview of Markdown content as you type.
- Multiple windows support.
- New Window: Open a new instance of the Markdown editor.
- Open File: Load Markdown content from a file, with an option to save changes if any.
- Save Markdown: Save the current Markdown content to a file.
- App Menu:
- Quit All: Close all open windows.
- Quit Window: Close the current window.
- Help Menu:
- View Project on GitHub: Opens the GitHub repository for this project.
- My Portfolio: Opens a link to the developer's portfolio website.
- Clone this repository to your local machine.
- Install dependencies using npm:
npm install- Start the application:
npm start- Use the input area to type your raw Markdown content.
- The preview area will show a live rendering of the Markdown content.
- Buttons:
- New Window: Open a new instance of the Markdown editor.
- Open File: Load Markdown content from a file, with an option to save changes if any.
- Save Markdown: Save the current Markdown content to a file.
- App Menu:
- Quit All: Closes all open windows of the Markdown editor.
- Quit Window: Closes the current window.
- Help Menu:
- View Project on GitHub: Opens the GitHub repository for this project.
- My Portfolio: Opens a link to the developer's portfolio website.
This project is licensed under the MIT License - see the LICENSE file for details.
This Markdown Editor App is developed by Ayush Raj.
Happy coding ✌️