在使用这个功能时我们需要将 Templater 的【Automatic jump to cursor】 保持为打开状态。然后在模板中使用 ` 来插入光标,要实现通过快捷键在多个光标位置跳转我们需要创建多个光标,顺序只需要将tp.file.cursor()函数中传入1, 2, 3, ...` 就可以了。
代码 [[<%tp.file.cursor()%>|<%tp.file.selection()%>]]//得益于Templater的强大,代码其实很简单。如果你会使用Templater的话,下面就不用看了 以下是配置Templater的详细过程 Templater的安装 要达到这个效果,需要使用Templater这个社区插件。 进入设置 第三方插件 关闭安全模式 浏览并搜索Templater进行安装 ...
创建一个专门用于存放 templates 的文件夹,在里面存放一个名为 learn note 的文件。内容如下 <%* let today = tp.date.now("YYYY-MM-DD") let titleName = await tp.system.prompt("Please input note title",today + " ") await tp.file.move("/learn/notes/" + titleName) tp.file.cursor() -...
姓名:<%tp.file.cursor(1)%>性别:<%tp.file.cursor(2)%>年龄:<%tp.file.cursor(3)%> 第三步,在中,查询该功能的快捷键。 完成设置后,在文件中导入上述模板内容。使用快捷键,光标会自动移动到的位置。第二次使用快捷键,光标移动到的位置,以此类推。 11.3、内容快速选中 使用第三方插件Advanced Cursors,可...
姓名:<%tp.file.cursor(1)%>性别:<%tp.file.cursor(2)%>年龄:<%tp.file.cursor(3)%> 第三步,在中,查询该功能的快捷键。 完成设置后,在文件中导入上述模板内容。使用快捷键,光标会自动移动到的位置。第二次使用快捷键,光标移动到的位置,以此类推。
await tp.file.move("/Daily/" + titleName) tp.file.cursor 第一行是将当前基于「脚本模板」创建的笔记移动到 /Daily 目录中,也就是将日记「归档」。 第二行是让当前笔记获得焦点(鼠标闪烁)。 至此,我们创建了位于 \Templater\\ 的「脚本模板」,文件名为 zzz-daily,接下来就是应用了。
则在模板文件中写一句命令:<% tp.user.my_script("Hello World!") %>即可调用这个脚本。(alt+e...
remember cursor position:这个是让obsidian记忆下每个文件我上次看到哪里的,不然每次跳回文件最开头,讲真...
>|--is used to identify double angle bracket blocks to ensure that their internal text is not affected by automatic formatting. If you use the Template plugin to create a template, you need to use syntax like <% tp.file.cursor() %>. Enabling this custom rule can prevent its content ...
Novel Word Count Display a word count, page count, creation date, or other statistics for each file, folder and vault in the File Explorer pane. Navigate Cursor History Remember the recent cursor position history and jump back and forth like VS Code. Matrix Utility to easily create LaTeX matr...