Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Markdown Editor App

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.

Features

  • 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.

Getting Started

  1. Clone this repository to your local machine.
  2. Install dependencies using npm:
npm install
  1. Start the application:
npm start

Usage

  1. Use the input area to type your raw Markdown content.
  2. The preview area will show a live rendering of the Markdown content.
  3. 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.
  4. App Menu:
    • Quit All: Closes all open windows of the Markdown editor.
    • Quit Window: Closes the current window.
  5. Help Menu:
    • View Project on GitHub: Opens the GitHub repository for this project.
    • My Portfolio: Opens a link to the developer's portfolio website.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Acknowledgements

Developer

This Markdown Editor App is developed by Ayush Raj.

Happy coding ✌️

About

Desktop application using electron js to edit, save and see live preview for markdown.

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages