obsidian打开时出现a javascript error occured in the main process obj-1 error(s),0 warning(s),Linking...cc.obj:errorLNK2001:unresolvedexternalsymbol_displayDebug/cc.exe:fatalerrorLNK1120:1unresolvedexternals执行link.exe时出错.cc.exe-1error(s),0warning(s)
{ errno: -32, code: 'EPIPE', syscall: 'write' } A JavaScript error occurred in the main process Uncaught Exception: Error: write EPIPE at afterWriteDispatched (node:internal/stream_base_commons:160:15) at writeGeneric (node:internal/stream_base_commons:151:3) at Socket._writeGeneric (node...
<input type="password" id="password" name="password" placeholder="输入你的密码"> <a href="javascript:;" class="button px-4 py-3 sm:px-6" style="color: #fff;background-color: #337ab7;border-color: #2e6da4;margin-left:10px;"> <div>点击获取</div> </a> </div> <div class="...
Obsidian从入门到入坑(1)——入门篇 “A second brain,for you,forever.” 首先,Obsidian最强大的地方不在于它的双向链接、标签系统,也不是以本地markdown文件形式储存带来的安全感——而是基于Github的免费社区插件生态。这意味着你可以以极高的自由度打造你的Obsidian,并且与Bookxnote、Anki、Potplay、微信读书等...
将Obsidian Vault视为可查询的数据库。提供 JavaScript API 和基于管道的查询语言,用于过滤、排序和提取 Markdown 页面中的数据。 比如:显示游戏文件夹中的所有游戏,按评级排序,并包含一些元数据。 \```dataview table time-played, length, rating from 'games' ...
将Obsidian Vault视为可查询的数据库。提供 JavaScript API 和基于管道的查询语言,用于过滤、排序和提取 Markdown 页面中的数据。 比如:显示游戏文件夹中的所有游戏,按评级排序,并包含一些元数据。 \```dataview tabletime-played,length,rating from"games" sortratingdesc \``` ...
Fixed a bug in the "Style Active Selection" option which was causing an undefined variable error on file load 0.0.4 Updated "Retain Active Line on Selection" to support multi-cursor selection 0.0.3 Updated "Retain Active Line on Selection" to support multi-line selection ...
and variables. This one’s helpful when you have some code ideas that you want to try later. However, you should keep in mind that when using JavaScript, the plugin won’t be able to detect the difference between an object and a variable when connected to a dot function. With other lan...
Templater 插件相比较官方「模板插件」最大的区别就是它支持「Eta模板」渲染,即具备了「执行 JavaScript 脚本的能力」,这使得我们可以完成一些自动化的事情。 PS :如果你有能力可以点击链接查看 Templater 所有语法和函数。 安装并设置 Templater 第一步:在「第三方插件」中浏览并搜索 Templater: ...
简介:可将变量、函数和 JavaScript 代码处理结果插入笔记中。 Obsidian 自带的模板插件只有{{date}}和{{time}}可用,功能少的可怜。从最开始Templater就展现了它的实力,它可以获取日期、时间、文件名、内容、路径,可以预设光标位置,可以自己添加命令等等。