Create in folder:是否创建到文件夹。打开状态会将新文件存放在下方选择的文件夹内。 Choose folder when creating a new note:新笔记存放的位置。只有当上一个设置项为打开状态时才会出现。选择路径后,记得点击一下选择框右侧的Add添加。 Create in same folder as active file:将新笔记存放在当前打开的笔记同一...
tp.file.content 这个属性的作用是在 Templater 执行时将当前文档内容插入到 tp.file.content 所在位置。tp.file.create_new() 这个函数的作用是基于模板或内容创建新的文档,其方法签名为: tp.file.create_new(template: TFile | string, filename?: string, open_new: boolean = false, folder?: TFolder ...
remove .idea folder from repo Jun 7, 2024 README.md Update README.md May 3, 2024 cla.md Create cla.md Aug 2, 2023 community-css-themes.json Update community-css-themes.json Sep 16, 2024 community-plugin-deprecation.json Deprecate plugin obsidian-toggle-list v1.2.6 as it causes the use...
Advanced New File Create notes in chosen folder. File Explorer Note Count See the number of notes in each folder within the file explorer. Title index Add serial numbers to your Markdown title. QuickAdd Quickly add new notes or content to your vault. Pluck Quickly create notes from web page...
current().file.path])) 如果要查询库中所有不存在的链接,将遍历方式修改一下: dv.list(new Set(Object.values(dv.app.metadataCache.unresolvedLinks).flatMap(l => Object.keys(l)).sort()).values()) 这里需要使用 Set() 来去重,因为同一个链接可能在不同的页面引用多次。 上面我们只是将仓库中...
Fantasy calendars in Obsidian! 暂未翻译 https://github.com/fantasycalendar/obsidian-fantasy-calendar file-chucker File chucker Quickly move a file to a new or existing folder, then open the next file. 暂未翻译 https://github.com/kenlim/file-chucker-plugin file-explorer-markdown-ti...
An Obsidian plugin for day planning and managing pomodoro timers from a task list in a Markdown note.一个 Obsidian 插件,用于从 Markdown 笔记中的任务列表中规划和管理番茄钟计时器。 Natural Language Dates 下载次数:33028插件描述: Create date-links based on natural language基于自然语言创建日期链接 ...
When you begin using Obsidian you have to designate where you want to keep your notes. If you already have your notes in markdown format in a folder, you would choose the “open folder as vault” option. Otherwise, you can create a new vault and choose a location to store your notes....
npx create-obsidian-plugin 在命令行的提示下输入插件id(我用的是delete-image-links),插件名称,...
Obsidian is a powerful knowledge base that works on top of a local folder of plain text Markdown files. It is a second brain, for you, forever. Now available o…