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 ...
To obtain all pages which link FROM [[note]] (i.e., all the links in that file), use FROM outgoing([[note]]).若要获取所有链接from[[note]]的页面(即该文件中的所有链接),请使用from outgoing([[note]]。 笔者:也就是显示笔记的入链和出链 使用AND、OR 和 - 创建更高级的来源组合 You ca...
文献往往要和过往工作比较,也要依赖(或受启发于)前人工作,将这些信息 link 起来(图中紫色字即是与其他笔记文件的 link),在左侧便能看到不同层级、不同深度的图谱显示,不同颜色节点表示不同类型的文件(橙色 - 文献笔记、天蓝色 - 作者、红色 - 科研细分方向)。 在笔记中某些行末有 emoji( / ),这不只是为了...
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. ...
constcontent =awaitdv.io.load(page.file.path); // 正则表达式 constregex =newRegExp(`(- (?<date>\\d{4}-\\d{2}-\\d{2}) (?<time>\\d{2}:\\d{2}) \\[(?<name>[^\\]]+)\\]\\((?<link>[^\\)]+)\\) #(?<tag>[^\\s]+))`,'gm'); ...
! [[image.jpg|This is a caption with [a link to Obsidian](https://)]] # 文件名 ![[image.jpg|%]] ![[image.jpg|\%]] Auto Link Title 这也是一个很好用的插件,当你粘贴网址的时候,他会自动把网址变成 Markdown 的超链接格式,并且自动获取网址的 Title 作为链接的名称。
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)): img_urls[i] = img_urls[i][0] # img_url为图片链接, ...
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 ❗ ...
--- create: <% tp.file.creation_date() %> area: tags: - --- 在这里分享一些教程:Obsi...
[display]): Constructs a link object from a file path or name.elink(url, [display]): Constructs a link to an external URL.Numeric operations include functions like round for rounding numbers and performing mathematical calculations.For object, array, and string manipulation, functions ...