社区 API Demo 成为赞助者
相关 API: options.upload,isUploading()
⚠️ 注意事项:
  new Vditor('vditor', {
    cache: {
      enable: false,
    },
    upload: {
      accept: 'image/*,.mp3, .wav, .rar',
      token: 'test',
      url: '/api/upload/editor',
      linkToImgUrl: '/api/upload/fetch',
      filename (name) {
        return name.replace(/[^(a-zA-Z0-9\u4e00-\u9fa5\.)]/g, '').
          replace(/[\?\\/:|<>\*\[\]\(\)\$%\{\}@~]/g, '').
          replace('/\\s/g', '')
      },
    },
    height: 360,
    typewriterMode: true,
    value: '由于跨域问题,可前往[完整示例](https://ld246.com/guide/markdown)进行体验,前往 [API](https://ld246.com/article/1549638745630#options-upload) 进行了解。当然也欢迎在下方进行留言。',
  })

参与讨论