5 Star 16 Fork 5

Gitee 极速下载/jodit

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/xdan/jodit
克隆/下载
index.html 1.10 KB
一键复制 编辑 原始数据 按行查看 历史
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport"
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<title>Jodit Start</title>
<link rel="stylesheet" href="./public/app.css" />
<link rel="stylesheet" href="../build/es2015/jodit.min.css" />
<script src="./build/es2015/jodit.min.js"></script>
<link rel="icon" href="https://xdsoft.net/jodit/pro/favicon.png" />
</head>
<body>
<style>
#box {
padding: 100px;
margin: 20px;
position: relative;
height: 500px;
}
@media (max-width: 480px) {
#box {
padding: 0;
}
}
</style>
<div id="box">
<h1>Jodit Test Document</h1>
<textarea id="editor">
&lt;img src="https://xdsoft.net/jodit/files/artio.jpg"/&gt;
</textarea>
</div>
<script>
const editor = Jodit.make('#editor', {
uploader: {
url: 'https://xdsoft.net/jodit/finder/?action=fileUpload'
},
filebrowser: {
ajax: {
url: 'https://xdsoft.net/jodit/finder/'
}
}
});
</script>
</body>
</html>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/mirrors/jodit.git
git@gitee.com:mirrors/jodit.git
mirrors
jodit
jodit
main

搜索帮助