An open API service indexing awesome lists of open source software.

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

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)