file.link Link A link to the file. file.size Number The size (in bytes) of the file. file.ctime Date with Time The date that the file was created. file.cday Date The date that the file was created. file.mtime Date with Time The date that the file was last modified. file.mday ...
[链接文本](file://绝对路径) 使用绝对路径链接 如果你使用 Markdown 链接,请确保文件和文件夹的名称中没有空格,因为这在某些情况下可能会引起一些麻烦。 方法3:使用紧凑型维基链接来链接页面 Obsidian 支持使用维基链接(Wikilink)来链接页面的直观方式。它们是紧凑的链接并且是交互式链接。默认情况下,此功能处于打开...
link_pattern = r'(![.*?](.*?))|(<img.*?src=['"].*?['"].*?>)' md_links = re.findall(link_pattern, md_content) # 提取出有效信息 for i in range(len(md_links)): md_links[i] = md_links[i][0] # file_name为文件储存路径及文件名 for i in range(len(img_urls)): im...
在插件设置中,将 File mode 切换到 Command mode,能够让你在任意一页文档中使用 Day Planner 插件,而无需创建额外的 Day Planner 文件夹。任务书写语法与 File mode 一样,但你还需要执行下面的操作 使用快捷键 Ctrl+P 唤出命令面板 搜索关键词 link ,然后选择 Link todays' Day Planner to the current note...
! [[image.jpg|This is a caption with [a link to Obsidian](https://)]] # 文件名 ![[image.jpg|%]] ![[image.jpg|\%]] Auto Link Title 这也是一个很好用的插件,当你粘贴网址的时候,他会自动把网址变成 Markdown 的超链接格式,并且自动获取网址的 Title 作为链接的名称。
File path to URI (an Obsidian.md plugin) This plugin lets you convert a local path to a file url link that can be used to link to files or folders that are located outside of your Obsidian vault. Use Obsidian's native behaviour ❗ ...
Link Exploder is a Obsidian plugin that creates acanvasfrom a note, embedding it's incoming (i.e. backlinks) and outgoing links onto the canvas (as well as the their linked notes). The new canvas will be added to your root directory using the name of the note it's based off. ...
--- create: <% tp.file.creation_date() %> area: tags: - --- 在这里分享一些教程:Obsi...
在插件设置中,将 File mode 切换到 Command mode,能够让你在任意一页文档中使用 Day Planner 插件,而无需创建额外的 Day Planner 文件夹。任务书写语法与 File mode 一样,但你还需要执行下面的操作: 使用快捷键Ctrl+P唤出命令面板 搜索关键词link,然后选择Link todays' Day Planner to the current note ...
使用这个插件可以相当有效率的查找管理自己的笔记,最终的效果如下 用到的dataview代码如下 dataviewjs const filename=dv.current().file.name; dv.list(dv.pages().where(p => p.file.cday.toISODate() === filename).sort(p => p.file.ctime, 'desc').file.link) highlighter- __EOF__...