https://github.com/xieyuheng/x-editor
A text editor embedded in the browser, while still can edit your local files. | Preview Markdown | View image | Listen audio | Watch video
https://github.com/xieyuheng/x-editor
audio-player editor image-viewer markdown markdown-viewer text-editor video-player
Last synced: 11 months ago
JSON representation
A text editor embedded in the browser, while still can edit your local files. | Preview Markdown | View image | Listen audio | Watch video
- Host: GitHub
- URL: https://github.com/xieyuheng/x-editor
- Owner: xieyuheng
- License: gpl-3.0
- Created: 2023-10-13T21:18:22.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2025-07-20T06:43:55.000Z (11 months ago)
- Last Synced: 2025-07-20T08:30:46.632Z (11 months ago)
- Topics: audio-player, editor, image-viewer, markdown, markdown-viewer, text-editor, video-player
- Language: Vue
- Homepage: https://editor.fidb.app
- Size: 560 KB
- Stars: 51
- Watchers: 3
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Authors: AUTHORS
Awesome Lists containing this project
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)