imzbf / md-editor-v3

Markdown editor for vue3, developed in jsx and typescript, dark theme、beautify content by prettier、render articles directly、paste or clip the picture and upload it...
https://imzbf.github.io/md-editor-v3
MIT License
1.52k stars 146 forks source link

纯本地环境如何加载第三方类库 #584

Closed q2316367743 closed 2 months ago

q2316367743 commented 2 months ago

Describe the issue

我在写一个electron的应用,应用是纯本地环境,所以无法加载远程js,我应该如何设置,才可以不使用远程cdn,或者自定义cdn的url

Procedure version

4.16.7

Reproduction link

No response

imzbf commented 2 months ago

参考文档:

https://imzbf.github.io/md-editor-v3/en-US/demo#%F0%9F%99%8D%F0%9F%8F%BB%E2%80%8D%E2%99%82%EF%B8%8F%20Import%20All%20Library

https://imzbf.github.io/md-editor-v3/en-US/demo#%F0%9F%93%A1%20Intranet%20Link

q2316367743 commented 2 months ago

感谢,确实可以