shuzijun / markdown-editor

IntelliJ Platform A full-featured WYSIWYG editor for markdown
https://plugins.jetbrains.com/plugin/17254-markdown-editor
Apache License 2.0
155 stars 35 forks source link

复制图片默认的文件路径 #82

Closed itweixiang closed 1 year ago

itweixiang commented 1 year ago

现象描述

粘贴图片的时候,是默认放在../assets路径下面了。查了下配置,没有看到相关的参数可以设置。

代码

看了下代码,应该是在这个类里面设置了默认值

图片

修改

我在idea的安装目录,手动给idea64.exe.vmoptions和idea.properties这两个文件,手动加上了配置

markdown.editor.editorAssetsPath=images

但复制图片的时候,还是assets,这个是为什么呢?

shuzijun commented 1 year ago

配置路径: File | Settings | Tools | Markdown Editor

itweixiang commented 1 year ago

配置路径: File | Settings | Tools | Markdown Editor

这个里面的选项,看不出来要怎么配置呀,有详细点的说明吗?

shuzijun commented 1 year ago
image
itweixiang commented 1 year ago

应该是我使用的IDEA版本比较低,然后没出现这个配置