Skip to content

Commit bca9a28

Browse files
committed
updating readme & screenshots
1 parent 5556232 commit bca9a28

4 files changed

Lines changed: 12 additions & 10 deletions

File tree

README.md

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,22 @@
11
## *EasyEdit*
22

3-
![EasyEdit](https://raw.githubusercontent.com/gcclinux/EasyEdit/refs/heads/main/public/easyedit128.png)
3+
![EasyEdit](screenshots/copilot_banner.png)
44

5-
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, load Git repo and stage,commit, push and export to HTML,TXT, PDF & SSTP Encryption. The idea is to provide a single MD / Mermaid /UML Aplication that can help creating MD documents by build the MD code as easy as a click of a button, with over 130 features & examples.
5+
About the product: 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, load Git repo and stage, commit, push and export to HTML,TXT, PDF & SSTP Encryption. The idea is to provide a single MD / Mermaid /UML Application that can help creating MD documents by build the MD code as easy as a click of a button, with over 130 features & examples.
66

7-
![EasyEdit](screenshots/banner-720x360.png)
87

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

1110
## *Try it before Installing it*
1211

1312
[![Try EasyEdit Online](https://img.shields.io/badge/🚀_Try_EasyEdit-Launch_Web_App-success?style=for-the-badge&logo=rocket)](https://gcclinux.github.io/EasyEdit/webapp/)
1413

14+
## *Download the App*
15+
16+
🚀 **Get the best experience!** Grab the easy-to-install standalone version for Windows & Linux directly from our releases.
17+
18+
[![Download Latest Release](https://img.shields.io/badge/⬇️_Download_Desktop_App-Get_Latest_Release-blue?style=for-the-badge&logo=github)](https://github.com/gcclinux/EasyEdit/releases/latest)
19+
1520
## *Install the project*
1621
```
1722
$ node --version
@@ -44,8 +49,11 @@ $ npm run electron:build
4449
$ docker pull ghcr.io/gcclinux/easyedit:main
4550
$ docker run -d --name EASYEDIT -p 3024:3024 ghcr.io/gcclinux/easyedit:main
4651
```
52+
## *Example of the new git functionality to edit MD straight in the repository*
4753

48-
## *Latest Example implementing Templates and Examples...*
54+
<a><img src="screenshots/git_functions.png" alt="Example" width="720" height="400"></a>
55+
56+
## *Example of the EasyEdit power with over 130 features & examples*
4957

5058
<a><img src="screenshots/020-1800x900.png" alt="Example" width="720" height="400"></a>
5159

@@ -57,12 +65,6 @@ $ docker run -d --name EASYEDIT -p 3024:3024 ghcr.io/gcclinux/easyedit:main
5765

5866
<a><img src="screenshots/Themes_2025-10-24.png" alt="Example" width="720" height="400"></a>
5967

60-
## *Example Table displayed*
61-
62-
| header1 | header2 | header3 |
63-
| :--- | :--- | :--- |
64-
| row1 | col2 | col3 |
65-
| row2 | col2 | col3 |
6668

6769
---
6870

screenshots/ascii-editing.png

143 KB
Loading

screenshots/copilot_banner.png

886 KB
Loading

screenshots/git_functions.png

159 KB
Loading

0 commit comments

Comments
 (0)