Skip to content

EasyEdit is an easy markdown editor that allows you to write MarkDown (MD) and preview it in real-time. You can save, load .md files and export to PDF

License

Notifications You must be signed in to change notification settings

gcclinux/EasyEdit

Repository files navigation

EasyEdit

EasyEdit

EasyEdit is an easy markdown editor that allows you to write Markdown (MD) and preview it in real-time. You can save, load .md files and export to HTML,TXT & PDF. The idea is to provide a single MD / Mermaid Aplication that can help creating MD documents by build the MD code as easy as a click of a button.

** EasyEdit is a free and open-source project. You can use it for free and modify it as you like. **

Latest Example implementing custom tables...

Example Example

Install the project

$ node --version
$ npm --version
$ git --version

$ git clone https://github.com/gcclinux/EasyEdit.git
$ cd EasyEdit
$ npm install

Run the Standalone Project

$ npm start

Build as an standalone App (Windows & Linux)

$ npm run electron:build

Pre-built packages

✓ [Linux x86_64] EasyEdit-1.3.6-amd64.deb [ SHA256 ] [ MD5 ]
✓ [Linux x86_64] EasyEdit-1.3.6-amd64.snap [ SHA256 ] [ MD5 ]
✓ [Linux x86_64] EasyEdit-1.3.6-x86_64.AppImage [ SHA256 ] [ MD5 ]
✓ [Linux x86_64] EasyEdit-1.3.6-x64.zip [ SHA256 ] [ MD5 ]

✓ [Linux aarch64] EasyEdit-1.3.6-arm64.AppImage [ SHA256 ] [ MD5 ]
✓ [Linux aarch64] EasyEdit-1.3.6-arm64.deb [ SHA256 ] [ MD5 ]
✓ [Linux aarch64] EasyEdit-1.3.6-arm64.snap [ SHA256 ] [ MD5 ]
✓ [Linux aarch64] EasyEdit-1.3.6-arm64.zip [ SHA256 ] [ MD5 ]

✓ [Windows 64-bit] EasyEdit-Setup.1.3.6.exe [ SHA256 ] [ MD5 ]
✓ [Windows 64-bit] EasyEdit-Portable.1.3.6.exe [ SHA256 ] [ MD5 ]
✓ [Windows 64-bit] EasyEdit-1.3.6-Win.zip [ SHA256 ] [ MD5 ]

✓ [Darwin aarch64] EasyEdit-1.3.6-arm64.dmg [ SHA256 ] [ MD5 ]
✓ [Darwin aarch64] EasyEdit-1.3.6-arm64-mac.zip [ SHA256 ] [ MD5 ]

Example Gantt graph as code

gantt
    title Create EasyEdit
    dateFormat YYYY-MM-DD
    section Tasks
    Initial App :task1, 2024-11-11, 14d
    Add features :task2, 2024-11-18, 14d
    Run test :task3, 2024-11-25, 3d
    Deliver Product :task4, 2024-11-31 , 3d
Loading

Example Table displayed

header1 header2 header3
row1 col2 col3
row2 col2 col3

Markdown Image URL Example & code

GitHub Project

[![GitHub Project](https://raw.githubusercontent.com/gcclinux/EasyEdit/refs/heads/main/public/easyedit128.png "EasyEdit Icon")](https://github.com/gcclinux/EasyEdit)