# X-Editor **Repository Path**: benqend/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**: 0 - **Forks**: 1 - **Created**: 2023-10-27 - **Last Updated**: 2023-10-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # X Editor [ [Website](https://editor.fidb.app) ] A text editor embedded in the browser, while still can edit your local files. - Preview Markdown. - 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 ``` ## Contributions To make a contribution, fork this project and create a pull request. Please read the [STYLE-GUIDE.md](STYLE-GUIDE.md) before you change the code. Remember to add yourself to [AUTHORS](AUTHORS). Your line belongs to you, you can write a little introduction to yourself but not too long. ## License [GPLv3](LICENSE)