We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
建议支持上传图片后执行自定义命令,可以参考marktext和typora的效果
上传图床时以图片地址为参数调用命令,并从标准输出流获取新的图片url
我认为这样可以大大减少软件支持适配不同图床的工作量,而且支持用户使用自己picgo等图床工具上传到更多平台,毕竟picgo等工具是专门的图床工具,而这个软件的重点则是markdown的编辑渲染和hexo的操作,这样既能减少工作量又能支持更多图床
The text was updated successfully, but these errors were encountered:
No branches or pull requests
大意
建议支持上传图片后执行自定义命令,可以参考marktext和typora的效果
效果
上传图床时以图片地址为参数调用命令,并从标准输出流获取新的图片url
优势
我认为这样可以大大减少软件支持适配不同图床的工作量,而且支持用户使用自己picgo等图床工具上传到更多平台,毕竟picgo等工具是专门的图床工具,而这个软件的重点则是markdown的编辑渲染和hexo的操作,这样既能减少工作量又能支持更多图床
The text was updated successfully, but these errors were encountered: