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
Implement comprehensive editing enhancements including:
- EditorToolbar: Formatting buttons for bold, italic, headings, code, tables, checklists, blockquotes, and more
- DocumentStats: Real-time document statistics (words, characters, lines, reading time)
- SearchBar: Full-featured search with Ctrl+F support, match navigation, and auto-scroll
- ExportMenu: Export to standalone HTML and PDF via print
- Synchronized scrolling between editor and preview panes
- Keyboard shortcuts for search (Ctrl+F) and navigation
- Full internationalization for all 6 supported language locales
Copy file name to clipboardExpand all lines: CHANGELOG.md
+15Lines changed: 15 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
---
9
9
10
+
## [0.1.2_RC2] — 2026-07-01
11
+
12
+
### ✨ Advanced Editor Suite & Productivity Enhancements
13
+
14
+
-**Markdown Formatting Toolbar (`EditorToolbar`)**: Added an interactive formatting toolbar in Edit mode with quick-insert buttons for Grassetto (`**`), Corsivo (`*`), Barrato (`~~`), Headings (H1-H3), Code Blocks (```), Inline Code, Links, Markdown Tables, Task Checklists (`- [ ]`), Blockquotes, and Horizontal Rules. Includes intelligent text-selection wrapping and auto-focusing.
15
+
-**Real-Time Document Statistics (`DocumentStats`)**: Embedded a live statistics counter in the file info bar showing total words, characters, lines, and estimated reading time (~200 WPM).
16
+
-**In-Document Search (`SearchBar`)**: Added a full-featured search bar accessible via `Ctrl+F` / `Cmd+F` or the new `🔍 Find` toolbar button. Supports case-insensitive matching, match count badge ("X of Y"), previous/next navigation (`Enter` / `Shift+Enter`), and automatic scroll-to-highlight in Edit mode.
17
+
-**Standalone HTML & PDF Export (`ExportMenu`)**: Added an export dropdown menu to the file info bar:
18
+
-**Standalone HTML**: Exports the currently rendered Markdown into a self-contained `.html` file with embedded GitHub-dark/light CSS and typography styling for offline distribution.
19
+
-**Print / PDF**: Direct integration with `window.print()` for clean PDF document generation.
20
+
-**Bidirectional Synchronized Scrolling**: Implemented smooth, feedback-loop-free synchronized scrolling between the Markdown editor textarea and the Live Preview pane.
21
+
-**Symmetric i18n Expansion**: Updated all 6 supported language locales (`it`, `en-US`, `en-GB`, `es`, `fr`, `de`) with full translations for toolbar actions, statistics, search interface, and export options.
0 commit comments