# X-Editor **Repository Path**: mirrors/X-Editor ## Basic Information - **Project Name**: X-Editor - **Description**: X 编辑器是嵌入在浏览器中的文本编辑器 - **Primary Language**: TypeScript - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: https://www.oschina.net/p/x-editor - **GVP Project**: No ## Statistics - **Stars**: 6 - **Forks**: 1 - **Created**: 2023-10-18 - **Last Updated**: 2026-01-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # X Editor [ [Website](https://editor.xieyuheng.com) ] A text editor embedded in the browser, while still can edit your local files. - Preview Markdown. - Preview [Mimor](https://github.com/xieyuheng/mimor). - View image. - Listen audio. - Watch video. Currently we support Chromium-based browsers (such as Chrome, Edge and Opera). ## Development ```sh npm install # Install dependencies npm run dev # Start the dev server npm run check # Type check npm run format # Format the code ``` ## License [GPLv3](LICENSE)