Post

给编辑器加一些按钮,官方默认主题似乎不能将图片插入到文章中

目前都是以文件id的方式 [file:ac4xQhCYd]有没有兼容性比较好的解决方案呢

<button type="button" class="btn" onclick="document.getElementById('content').value += '[插入一张图片]\\n';">插入</button>
https://www.0313.co/post/4OKhQ3d0

Unable to operate without login

Comment 1

Moments/editor/edit.blade.php  283行
<img src="${fileInfo.imageSquareUrl}" class="mw-100">
<button style="width: 100%;" type="button" class="btn btn-success  mt-3 mb-3 "onclick="document.getElementById('content').value += '[file:${fileInfo.fid}]  ';">插入</button>

Moments/components/editor/sections/files.blade.php 3行
<img src="${fileInfo.imageSquareUrl}" class="mw-100">
<button style="width: 100%;" type="button" class="btn btn-success  mt-3 mb-3 "onclick="document.getElementById('content').value += '[file:${fileInfo.fid}]  ';">插入</button>

screenshot-1723225574572.png
https://www.0313.co/comment/3Oe9AYVa
Scroll up to load more