Skip to content

Commit a1abe54

Browse files
committed
Merge feature/license-modal: EasyAI repo scanner, documentation personas, license improvements
2 parents 5323182 + 00ce92f commit a1abe54

44 files changed

Lines changed: 4604 additions & 330 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ EasyEditor is an easy markdown editor that allows you to write Markdown (MD) and
77
*EasyEditor is a free and open-source project. You can use it for free and modify it as you like.*
88

99
## Latest CODE version
10+
- 1.7.0 - feat: New AI integration for support and documentation.
1011
- 1.6.6 - feat: Add important ability to import docx files and convert to md files
1112
- 1.6.5 - feat: Add KaTeX support for rendering mathematical equations in the preview component.
1213
- 1.6.4 - Implemented new templates and plantuml templates.

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ From simple notes to complex technical documentation, Easyeditor has you covered
1919
* **Export Power**: Export to **PNG**, **TXT**, **PDF**, **MD** and secure **SSTP Encryption**.
2020
* **Customizable**: Choose from beautiful themes or create your own!
2121
* **SSTP Encryption**: SSTP (Simple Security Text Protocol) protection using modern AES-256-CBC encryption!
22+
* **EasyAI Personas**: Built-in AI personas for documentation, diagrams, code fixes, and more — with full repo scanning that reads your project file-by-file to generate accurate, context-aware documentation.
2223

2324
[![Infographic](https://img.shields.io/badge/📊_Infographic-View_PDF-orange?style=for-the-badge)](docs/Easyeditor-Infographic.pdf)
2425

@@ -127,6 +128,15 @@ Seamlessly manage your version control without leaving the editor.
127128

128129
<a><img src="screenshots/git_feature.png" alt="Git Feature" width="720" height="400"></a>
129130

131+
### 🤖 EasyAI Personas
132+
Multiple AI personas for documentation, diagrams, code fixes, user stories, and more. The Documentation persona scans your entire Git repository file-by-file to produce accurate, project-specific documentation.
133+
134+
<a><img src="screenshots/easyai-new-feature-many-personas.png" alt="EasyAI Personas" width="720" height="400"></a>
135+
136+
**Repo Scanning for Documentation:**
137+
138+
<a><img src="screenshots/easyai-scanning-repo-ofr-documentation.png" alt="EasyAI Repo Scanning" width="720" height="400"></a>
139+
130140
### 📝 Table Support
131141
Clean and responsive table rendering.
132142

index.html

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,13 @@
1111

1212
</head>
1313

14-
<body>
15-
<div id="root"></div>
14+
<body style="margin:0;padding:0;background:#1e1e2e">
15+
<div id="root">
16+
<div id="app-loader" style="display:flex;align-items:center;justify-content:center;height:100vh;background:#1e1e2e;color:#cdd6f4;font-family:system-ui,sans-serif;font-size:14px;gap:10px">
17+
<img src="./public/32x32.png" alt="" width="32" height="32" onerror="this.style.display='none'"/>
18+
<span>Loading EasyEditor...</span>
19+
</div>
20+
</div>
1621
<script type="module" src="/src/main.tsx"></script>
1722
</body>
1823

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "easyeditor",
33
"description": "EasyEditor - A simple Markdown editor",
4-
"version": "1.6.6",
4+
"version": "1.7.0",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",

release/latest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"version": "1.6.6",
2+
"version": "1.7.0",
33
"date": "Sat Feb 21 03:24:31 PM GMT 2026"
44
}
247 KB
Loading
82.7 KB
Loading

screenshots/git_feature.png

173 KB
Loading

snap/snapcraft.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: easyeditor
2-
version: '1.6.6'
2+
version: '1.7.0'
33
summary: Easy Markdown Editor
44
description: |
55
Easyeditor is a robust Markdown editor designed for developers and writers.

0 commit comments

Comments
 (0)