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

https://github.com/atqq/onlinedemoeditor

在线编写Web demo与笔记的应用
https://github.com/atqq/onlinedemoeditor

Last synced: 9 months ago
JSON representation

在线编写Web demo与笔记的应用

Awesome Lists containing this project

README

          

# OnlineDemoEditor

[在线预览](https://code.sugarat.top)

一个在线编写`Web Demo`又能记笔记的应用(PC场景)

低配版 `语雀` + `CodePen`

![图片](https://img.cdn.sugarat.top/online-editor/63035bc3a6ea447087355f40/1661693355051/ykyyau6b4~preview)

[图例 demo地址](https://code.sugarat.top/share/63035c10a6ea447087355f55)

## 支持的功能
* [x] 离线编写Demo
* [x] 数据云存储
* [x] 分享自己的代码与笔记
* [x] Fork它人的分享
* [ ] 编码提示
* [ ] 框架模板
* [ ] 代码主题

## 站在巨人的肩膀上
* [editorj](https://editorjs.io/) - 轻量级,可拓展的块编辑器
* [Monaco Editor](https://github.com/microsoft/monaco-editor) - 一个`666`的代码编辑器(Vs Code 编辑器部分DDDD)
* [eruda](https://github.com/liriliri/eruda) - 一个功能强大,主要用于移动端的调试工具

## 技术栈
* Web侧: Vue3 + Element UI
* 服务端: TS + Node
* 数据存储:MongoDB + Redis