王一之 发表于 2022-4-3 22:48:37

论坛新版本markdown编辑器上线啦~



## 前言

因为购买的markdown插件实在太垃圾了,不得不再自己重写一个,这钱花得我真无力吐槽(***RNM,退钱!!*** 再次吐槽dz的应用市场和开发!!!)

**如果有未兼容、排版错误,或者对编辑器有其他意见,请在本帖下方回复**

## 使用
与脚本站使用同一套markdown技术栈,支持以下功能:

### 基本功能
> 懒得动了,复制粘贴来自tui.editor官网
>
You can create an instance with the following code and use `getHtml()` and `getMarkdown()` of the (https://github.com/nhn/tui.editor).

> See the table below for default options
> > More API information can be found in the document

* CommonMark + GFM Specifications
   * Live Preview
   * Scroll Sync
   * Auto Indent
   * Syntax Highlight
      1. Markdown
      2. Preview
* [ ] checkbox
* checkbox


### 图片上传
> 支持复制粘贴上传

!(data/attachment/forum/202204/03/224039vp53v9vejdo3nxzm.png)

### 多种语言代码高亮

```js
console.log("hello world")
```
```c
print("hello world");
```
```cpp
std::cout<<"hello world";
```
```go
fmt.Println("hello world");
```

### 表格

| title | name|
| --- | --- |
| 标题 |名字|


## 感谢以下项目

* tui.editor
* github-markdown-css
* prismjs
* erusev/parsedown

## End
如果您的discuz论坛也需要此markdown插件可以免费使用,代码是开源的。为论坛也写了不少dz插件,如果有需要也可联系我们,另外也欢迎志同道合的朋友,一起来建设论坛,论坛的挺多资源都是开放、开源的。

* 开源地址:https://github.com/scriptscat/dz_markdown
* 脚本站前端:https://github.com/scriptscat/scriptlist-frontend (后端暂未开源)
* 脚本猫扩展:https://github.com/scriptscat/scriptcat
* ...

Hangover 发表于 2022-4-3 23:24:45

ggnb!!!终于换掉了~

潘钜森 发表于 2022-4-4 00:01:44

ggnb!{:4_94:}

清轻的 发表于 2022-4-4 10:29:23

ggnb!辛苦了

ChP.GNS 发表于 2022-4-4 12:43:58

ggnb!!!

lty123 发表于 2022-4-4 13:02:03

ggnb!!!!!

rubinTime 发表于 2022-4-4 21:18:37

ui很不错,最好的是可以预览

王一之 发表于 2022-4-5 08:43:43

rubinTime 发表于 2022-4-4 21:18
ui很不错,最好的是可以预览

预览?什么意思呢?右侧不就是么?

rubinTime 发表于 2022-4-5 09:13:36

王一之 发表于 2022-4-5 08:43
预览?什么意思呢?右侧不就是么?

对我的意思,就是右侧增加了预览,很贴心

maxzhang 发表于 2022-4-6 15:49:30

编辑器是不错、、、就是这个渲染嘛、、
页: [1] 2 3
查看完整版本: 论坛新版本markdown编辑器上线啦~