Skip to content

Commit 31674b5

Browse files
committed
feat: new textAgent chalk icon + updated tagline
- Replaced M logo with handwritten chalk 'textAgent' icon - Tagline: 'Write with AI Agents — Markdown Editor & Viewer' - Updated favicon, og:image, twitter:image references
1 parent 601f379 commit 31674b5

5 files changed

Lines changed: 28 additions & 8 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# TextAgent
22

33
<div align="center">
4-
<img src="assets/icon.jpg" alt="TextAgent Logo" width="150px"/>
5-
<h3>AI-Powered Markdown Editor & Viewer</h3>
4+
<img src="assets/icon.png" alt="TextAgent Logo" width="150px"/>
5+
<h3>Write with AI Agents — Markdown Editor & Viewer</h3>
66
<p>Write, preview, present, and share — all in your browser, 100% client-side</p>
77
<a href="https://textagent.github.io/">Live Demo</a> •
88
<a href="#-features-at-a-glance">Features</a> •

assets/icon.png

571 KB
Loading
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# CHANGELOG — Rebrand Icon & Tagline
2+
3+
## Summary
4+
Replaced the old "M" logo with a new handwritten chalk-style "textAgent" icon and updated the tagline.
5+
6+
## What Changed
7+
8+
### `assets/icon.png` (NEW)
9+
- New handwritten chalk calligraphy "textAgent" icon on dark navy chalkboard background
10+
11+
### `README.md`
12+
- Tagline changed: "AI-Powered Markdown Editor & Viewer" → "Write with AI Agents — Markdown Editor & Viewer"
13+
- Icon reference updated from `icon.jpg` to `icon.png`
14+
15+
### `index.html`
16+
- og:image, twitter:image, and favicon updated from `icon.jpg` to `icon.png`
17+
- Favicon MIME type fixed from `image/jpg` to `image/png`
18+
19+
### `package.json`
20+
- Description updated to match new tagline

index.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,18 +38,18 @@
3838
<meta property="og:title" content="TextAgent">
3939
<meta property="og:description"
4040
content="TextAgent is a powerful GitHub-style Markdown rendering tool with AI assistant, live preview, LaTeX math, Mermaid diagrams, syntax highlighting, dark mode, and export options to PDF, HTML, and MD—all fully client-side and secure.">
41-
<meta property="og:image" content="https://textagent.github.io/assets/icon.jpg">
41+
<meta property="og:image" content="https://textagent.github.io/assets/icon.png">
4242

4343
<!-- Twitter -->
4444
<meta property="twitter:card" content="summary_large_image">
4545
<meta property="twitter:url" content="https://textagent.github.io/">
4646
<meta property="twitter:title" content="TextAgent">
4747
<meta property="twitter:description"
4848
content="TextAgent is a powerful GitHub-style Markdown rendering tool with AI assistant, live preview, LaTeX math, Mermaid diagrams, syntax highlighting, dark mode, and export options to PDF, HTML, and MD—all fully client-side and secure.">
49-
<meta property="twitter:image" content="https://textagent.github.io/assets/icon.jpg">
49+
<meta property="twitter:image" content="https://textagent.github.io/assets/icon.png">
5050

5151
<title>TextAgent</title>
52-
<link href="assets/icon.jpg" rel="icon" type="image/jpg">
52+
<link href="assets/icon.png" rel="icon" type="image/png">
5353

5454
<!-- Anti-flicker: set theme BEFORE any CSS/JS loads -->
5555
<script>
@@ -564,8 +564,8 @@ <h5>Menu</h5>
564564
<button id="qab-help" class="qab-btn" title="Help Mode">
565565
<i class="bi bi-question-circle"></i> Help
566566
</button>
567-
<a href="https://github.com/Textagent/textagent.github.io/issues" class="qab-btn"
568-
title="Open Issues" target="_blank" rel="noopener noreferrer"
567+
<a href="https://github.com/Textagent/textagent.github.io/issues" class="qab-btn" title="Open Issues"
568+
target="_blank" rel="noopener noreferrer"
569569
style="text-decoration:none;color:inherit;font-size:0.55rem;padding:2px 6px;white-space:normal;text-align:center;line-height:1.1;max-width:3.2rem">
570570
<i class="bi bi-bug"></i> Open Issues
571571
</a>

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "textagent",
33
"version": "1.0.0",
4-
"description": "AI-Powered Markdown Editor & Viewer",
4+
"description": "Write with AI Agents — Markdown Editor & Viewer",
55
"private": true,
66
"type": "module",
77
"scripts": {

0 commit comments

Comments
 (0)