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
Copy file name to clipboardExpand all lines: README.md
+64-90Lines changed: 64 additions & 90 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,96 +6,70 @@ Project completed by 100% solo with moderate use of AI, templates and inspriatio
6
6
Any feedbacks can go to: @objectpresents (Discord), objectpresents.bsky.social (Bluesky) or lightingperson_2763@outlook.com.vn
7
7
8
8
## Changelogs:
9
-
#### v2.1.4 (03.11.2025)
10
-
- UI consistency improvements across the app:
11
-
- Standardized toolbar buttons to a consistent icon + text pattern.
12
-
- Unified popup title bars with blue headers, close buttons, rounded corners, and consistent shadows.
13
-
- Redesigned Find/Replace as a centered dialog with header, improved spacing, and dark-mode support.
14
-
- Replaced image cap prompt with a proper Image Cap dialog (validation, persistence, Enter-to-confirm).
15
-
- Dark-mode scrollbars across browsers (added color-scheme hints and custom scrollbar styling).
16
-
- Bumped application version to v2.1.4.
17
-
#### v2.1.3 (29/10/2025)
18
-
Features and improvements in v2.1.3:
19
-
20
-
- Implemented heading rendering inside blockquotes so Markdown headings within ">" blocks render as proper HTML headings.
21
-
- Added "image from link" auto-resize option (dialog checkbox). When enabled, the editor measures the linked image client-side and inserts responsive <img> markup with a configurable maximum width (default: 800px). Runtime cap can be adjusted via the toolbar control; preferences are persisted to localStorage (keys: md-auto-resize-images, md-auto-resize-max). Toolbar control id: #btn-image-cap.
22
-
- Word wrap (beta) improvements and details:
23
-
- Works in both the editor and the preview. Long words and URLs wrap at safe boundaries to avoid horizontal scrolling.
24
-
- Code blocks use white-space: pre-wrap while preserving indentation; inline code wraps without breaking layout.
25
-
- Blockquotes, lists, and table cells are hardened to wrap content cleanly without overflow.
26
-
- Toggle via toolbar button (#btn-wordwrap) or keyboard shortcut (Ctrl+Alt+W / Ctrl+Shift+W).
27
-
- Preference persists in localStorage under md-word-wrap.
28
-
- Credits: feature made by LoserFan2020 with contributions from Phuc and Hung.
29
-
- Misc: reordered blockquote/header parsing so headings inside blockquotes render correctly, fixed related JavaScript and CSS syntax issues encountered during development, and applied small UX polish to dialogs and controls.
30
-
#### v2.2.0-beta-1 (28/10/2025)
31
-
32
-
- Added support for editing directly in preview pane
33
-
- Implemented real-time synchronization between editor and preview
34
-
- Enhanced markdown-to-HTML conversion for better editing experience
35
-
- Improved bidirectional editing capabilities
36
-
- Added more basic table functionality
37
-
- Implemented automatic update checking system
38
-
- All features from v2.1.4, v2.1.3, v2.1.2 ported to v2.2:
39
-
- Word wrap (beta) with toolbar button and keyboard shortcut
40
-
- Image auto-resize feature with configurable maximum width
41
-
- Heading rendering inside blockquotes
42
-
- Unified popup styling with blue headers
43
-
- Dark-mode scrollbars with color-scheme support
44
-
- Centered Find/Replace dialog
45
-
- Undo/Redo history dropdown on hover
46
-
- Improved undo/redo system with 250ms throttle for reduced lag
47
-
- Dark-mode styling for history dropdown
48
-
#### v1.3.2 (27/10/2025):
49
-
- Major Improvements for v1.3.2:
50
-
- Replaced regex-based parser with markdown-it for better CommonMark support
51
-
- Added syntax highlighting for code blocks using highlight.js integration
52
-
- Added support for local library vendoring (vendor-libs.ps1)
53
-
- Added proper support for backslash-escaped markdown characters
0 commit comments