Lexora v0.1.2
Lexora Release
A Typora-style, high-performance Markdown reader & in-place editor built with Tauri 2 + Rust + SolidJS.
✨ Highlights in this Release:
- 9-Language Internationalization (i18n): Native localization support for English, 简体中文, 繁體中文, 日本語, 한국어, Deutsch, Français, Español, and Русский with automatic system language detection and instant live switching.
- Top MenuBar Language Switcher: Added dedicated
Help -> Language (语言)submenu with native language names andAuto (Follow System)option. - Open-Source License Migration: Migrated repository license to GNU Affero General Public License v3.0 (AGPL-3.0).
- VS Code-Style Custom Title & Menu Bar: Frameless window with custom draggable titlebar, min/max/close controls, and
File,Edit,View,Window,Helpmenus. - Windows
.mdShell File Associations: Auto-registers.md,.markdown,.mdx, and.txtfile types; opens documents directly on double-click in Windows Explorer. - Tri-State Display Modes: Instantly toggle between Reading Mode (read-only rendered HTML), Writing Mode (Typora-style in-place WYSIWYG), and Code Mode (source code with synchronized line numbers).
- Monochrome Vector UI: Pure theme-adaptive vector iconography (
stroke="currentColor") across status bar, toolbar, tabs, and outline sidebar. - In-Place Formatting & Paragraph Format: Format selected text directly (Ctrl+B for bold, Ctrl+0 for paragraph, Ctrl+1~6 for headings, etc.).
- Outline-First Sidebar: Layered Table of Contents sidebar with smooth anchor scrolling across all display modes.
- Intelligent Drag & Drop: Drop files into window to open, drop onto tab bar for new tabs, or drop into text area to insert Markdown links.
- Crash-Safe Atomic Saving: Never lose work with atomic writes (
.tmp-> atomic rename). - Global Workspace Search & Utilities: Full-text ripgrep-grade search (Ctrl+Shift+F), in-document Find & Replace (Ctrl+F/Ctrl+H), standalone HTML export (Ctrl+E), Mermaid diagrams, and KaTeX math.
See CHANGELOG.md for full release details.