Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alltobebetter/bob-markdown
AIBoB MD编辑器
https://github.com/alltobebetter/bob-markdown
Last synced: about 1 month ago
JSON representation
AIBoB MD编辑器
- Host: GitHub
- URL: https://github.com/alltobebetter/bob-markdown
- Owner: alltobebetter
- License: mit
- Created: 2024-10-25T04:48:22.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-10-25T05:58:22.000Z (2 months ago)
- Last Synced: 2024-11-22T01:17:00.747Z (about 1 month ago)
- Language: JavaScript
- Homepage: https://bob-md.vercel.app
- Size: 2.36 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGE.md
- License: LICENSE
Awesome Lists containing this project
README
# 欢迎使用 AIBoB MD编辑器 👋
## ✨ 主要特性
- 🚀 实时预览,所见即所得
- 💡 支持代码高亮
- 📊 支持图表和流程图
- 🧮 支持数学公式
- 📝 支持任务列表
- 🖼️ 支持图片上传
- 📱 支持移动端预览## 🎯 快速开始
### 基本语法演示
#### 1. 标题
# 一级标题
## 二级标题
### 三级标题#### 2. 列表
- 无序列表项 1
- 无序列表项 2
- 子项 1
- 子项 21. 有序列表项 1
2. 有序列表项 2#### 3. 任务列表
- [x] 已完成任务
- [ ] 未完成任务#### 4. 代码块
```python
def hello_world():
print("Hello, AIBoB MD!")
```#### 5. 表格
| 功能 | 支持情况 |
|------|----------|
| 实时预览 | ✓ |
| 代码高亮 | ✓ |
| 图表支持 | ✓ |#### 6. 引用
> 这是一段引用文本
> 可以有多行### 🎨 进阶功能
#### 数学公式
行内公式:$E=mc^2$独立公式:
$$
\sum_{i=1}^n a_i=0
$$#### 流程图
```flow
st=>start: 开始
op=>operation: 操作
cond=>condition: 是否继续?
e=>end: 结束st->op->cond
cond(yes)->op
cond(no)->e
```## 📚 使用帮助
- 左侧为编辑区
- 右侧为预览区
- 支持拖拽图片上传
- 支持快捷键操作## 🔗 相关链接
- [Markdown 教程](https://markdown.com.cn/)
## 📝 License
MIT License