Skip to content

altaf-creator/MarkdownEditor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MarkdownEditor - a basic markdown viewer and editor

Hello, World! MarkdownEditor is a markdown viewer and editor with all of the essential features.

Note: MarkdownEditor is currently only available for Windows (64-bit).

Features

  • All markdown features, except:
    • Definition List
    • Emojis
  • Built-in directory file viewer
  • (almost) Real-time preview
  • Export to HTML (without CSS)
  • Open folders
  • Lightweight

Screenshots

screenshot1

screenshot2

screenshot3

screenshot4

Usage

  • 💾: Save
  • 💾, but blue: Save As
  • 📤: Export to HTML
  • 📂: Open
  • 🗃️: Open Folder
  • ℹ️: About

Installation

NOTE: Currently only available for Windows 64-bit

Download from Releases

  1. Unzip the file
  2. Open the shortcut named MarkdownEditor
  3. or navigate to /bin/, then open MarkdownEditor.exe

Compile using Visual Studio

  1. Open Visual Studio
  2. Click "Clone Repository" below "Get Started" section
  3. Copy and Paste this link https://github.com/altaf-creator/MarkdownEditor into the "Repository Location" text box.
  4. Click "Clone"
  5. Change debugging target to "x64"
  6. Click "▶ MarkdownEditor" to compile
  7. The compiled build will be located at \MarkdownEditor\bin\x64\Debug\net48\MarkdownEditor.exe.

Credits


Licensed under the MIT License.