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

希望支持Markdown图片title变为图注 #290

Closed
Achuan-2 opened this issue Apr 27, 2024 · 7 comments · Fixed by #291
Closed

希望支持Markdown图片title变为图注 #290

Achuan-2 opened this issue Apr 27, 2024 · 7 comments · Fixed by #291

Comments

@Achuan-2
Copy link

Markdown 的完整图片语法是 ![anchor text](img_src "title")
目前语雀、思源笔记都是支持将Markdown图片title变为图注的
anchor text在很多软件里都是会自动生成无意义的“image”文字

@YangFong
Copy link
Member

提供一个你预期的效果图,我参考一下。

@Achuan-2
Copy link
Author

Achuan-2 commented Apr 27, 2024

只需要wx-renderer.js 把text改为title就好了,或者加一个开关,可以选择解析text或者title
Clip_2024-04-27_17-51-30
Clip_2024-04-27_17-51-55

@Achuan-2
Copy link
Author

Achuan-2 commented Apr 28, 2024

建议还是搞一个选项,图注要么是title要么是anchor text(alt text),因为很多Markdown软件上传图片,anchor text都默认是文件名(比如Github、语雀就是),没有文件名的就是无意义的image字符占位,因为这个语法本来就是设计用来当图片丢失或者网络原因来占位告知是什么图片的,所以我只会给需要的图片加上title,同时其他图片保留anchor text。
现在这种改进的话,就会导致我所有的图片都有标题,有的显示title,有的显示anchor text。

@yanglbme
Copy link
Member

你不想加 title 或者 anchor text 的地方,就不加上,它不就没显示了

@Achuan-2
Copy link
Author

Achuan-2 commented Apr 28, 2024

嗯嗯,这不是为了更方便吗,现在这样就需要每次导出Markdown后一个个改。因为我用的笔记软件(思源笔记、语雀)就是只渲染title为图注。
不过看大佬愿不愿意有没有时间改了,我fork了一个repo,让编辑器只渲染title为图注,已经满足我的需求了。

@yanglbme
Copy link
Member

@YangFong 只渲染 title 确实比较合理,我们改一下吧

@YangFong
Copy link
Member

倒是有一定的场景,我晚上补个版本,加入图注选项,选择渲染模式。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants