-
Notifications
You must be signed in to change notification settings - Fork 2.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
希望能增加图片保存的功能 #2316
Comments
上面三张图片 分别是pc端的查看,pc端的编辑,网页端的查看 |
1,需要自己手动操作下。粘贴好文章后,你再右击图片,选择复制,然后再粘贴到showdoc文中,便是上传到showdoc。也就是说文字和图片要分别编辑一次。 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
应用场景是,我这边做好了教程要给其他人看,有一部分内容是网络截取的,有一部分是自己编写的,2个部分都涉及了图片的问题,
1、网络截取的,基本上是复制的,也包括了页面中的图片,但直接链接的是对方的网络的图片,(可以在网页中显示,但在pc端无法直接显示),这个是否可以类似直接把网络的图片下载在本地服务器上在显示出来(不考虑假设的服务器的空间问题),因为如果对方删除了文档啥的,就直接显示错误了
2、自己添加的图片,选择的是附件上传插入的,在web和PC的客户端都是显示一个链接,要手动点开才可以显示的,这个是否也可以修改下
The text was updated successfully, but these errors were encountered: