Skip to content

支持提取 vscode foam 的 wikilink 形式的资源/图片 #83

@figuremout

Description

@figuremout

ui上的哪部分与此新功能有关?

markdown编辑器右键上下文菜单

新功能描述

目前只能提取![]()形式的图片,但是也有很多人在 vscode 用 foam 插件写双链笔记,使用![[wikilink]]形式。

[选填]建议的解决方案

vscode foam 插件提供了 wikilink 兼容其他 markdown 工具的方式,比如在文档中写入![[PIO.png]]并保存后,会自动在笔记末尾生成并维护一个 link references:

[//begin]: # "Autogenerated link references for markdown compatibility"
[PIO.png]: ../_resources/PIO.png "PIO.png"
[//end]: # "Autogenerated link references"

保存到博客园时只需要找出文档中所有[[wikilink]]形式的链接,再对照末尾的 link references 找到相对路径上传图片即可。

Metadata

Metadata

Assignees

Labels

featNew features

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions