Skip to content
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

[Feature]: Disable base64 image upload #2633

Closed
zhuozhiyongde opened this issue Jul 27, 2024 · 2 comments
Closed

[Feature]: Disable base64 image upload #2633

zhuozhiyongde opened this issue Jul 27, 2024 · 2 comments
Labels
discussion Question or dicussion enhancement New feature or request

Comments

@zhuozhiyongde
Copy link

zhuozhiyongde commented Jul 27, 2024

功能概述 | Describe the feature

如题,希望允许禁用直接图片上传,但是允许 md 语法的外链图床。

base64 上传图片比较容易占满免费的数据库额度,个人觉得不太合适。


Feature Overview | Describe the feature

As the title states, I hope to allow direct image uploading to be disabled, but allow external link image beds with md syntax.

It is easier to upload images to base64 to fill up the free database quota, but I personally think it is not suitable.

@zhuozhiyongde zhuozhiyongde added discussion Question or dicussion enhancement New feature or request labels Jul 27, 2024
@track23
Copy link

track23 commented Jul 27, 2024

const waline = init({
  imageUploader: false,
})

@zhuozhiyongde
Copy link
Author

zhuozhiyongde commented Jul 27, 2024

草 我的问题,抱歉,没认真看文档


My question, sorry, I didn’t read the document carefully

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
discussion Question or dicussion enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants