You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**The Ultimate Real-Time Markdown Editor for Professionals, Developers & Writers**
4
8
5
9
Easyeditor is not just another Markdown editor—it's a **powerhouse** for your documentation needs. Write Markdown (MD), create stunning diagrams with **Mermaid** & **UML**, render mathematical equations with **KaTeX**, and preview it all in **real-time**!
@@ -39,7 +43,7 @@ Prefer a containerized environment? getting up and running is as simple as one c
39
43
```bash
40
44
# Pull and run the latest version
41
45
docker pull ghcr.io/gcclinux/easyeditor:latest
42
-
docker run -d --name EASYEDITOR -p 3024:3024 ghcr.io/gcclinux/easyeditor:main
46
+
docker run -d --name EASYEDITOR -p 3024:3024 ghcr.io/gcclinux/easyeditor:latest
43
47
```
44
48
*Access it at: `http://localhost:3024`*
45
49
@@ -80,17 +84,22 @@ npm run app
80
84
To build the native desktop application provided by Tauri:
81
85
82
86
**First, set up your environment:**
87
+
88
+
***All Platforms**: Install Visual Studio Code, Kiro, Antigravity, VSCodium or any other prefered IDE
0 commit comments