rc Support, Vim Input Method Switch, Word Splitting for Simplified Chinese in Edit Mode and Vim Mode vim 三件套解决部分中文痛点: Code 笔记内运行代码:支持几十种语言 Suite 极大提升书写数学公式体验 calendar 和本地日历事项联动 增强编辑体验 格式更美观的 easy-typing、更方便管理附件的 Attach...
tp.file.create_new() 这个函数的作用是基于模板或内容创建新的文档,其方法签名为: tp.file.create_new(template: TFile | string, filename?: string, open_new: boolean = false, folder?: TFolder | string) 参数: template 模板文件或者文本内容,指定模板需要使用 tp.file.find_tfile(name) 来获取...
You can create a "DataviewJS" block via: 您可以通过以下方式创建"DataviewJS"块: ```dataviewjs dv.pages("#thing")... ``` Code executed in such codeblocks have access to the dv variable, which provides the entirety of the codeblock-relevant dataview API (like dv.table(), dv.pages(...
Place a code block with the admonition type:```ad-noteLorem ipsum dolor sit amet, consectetur a...
不显示框线Use the following code to create a css snippet and activate in Obsidian使用以下代码创建css snippet,在软件中启用ul ul,ol ul,ul ol,ol ol { position: relative;}ul ul::before,ol ul::before,ul ol::before,ol ol::before { content: ''; border-left: 2px solid var(--background...
LIST rows.themewheretype="工作任务"AND createTime >=date(today) - dur(3 month) //sum函数使得条目扁平化 GROUP BYsum(file.etags) 效果: 方案3:按照tags分表显示 更进一步,想按不同项目标签分不同的表格。研究了官方给的用例Codeblock Examples - Dataview (blacksmithgu.github.io)。使用dataviewjs ...
To create a graph create a code block with the language set to graph. ```graph bounds: [Xmin, Ymax, Xmax, Ymin] elements: [ {type: name, def: []} ] ``` Examples Line ```graph bounds: [-10, 10, 10, -10] elements: [ {type: line, def: [[0,0],[4,1]]} ] ``` ...
Create a code block (three ticks) with mahjong as a language. Provide mahjong notation like 123m456p789s11z. Once you click away from the block or switch to reader mode, you should see tiles. Syntax Tile Groups Tile GroupMeaning m Man (Characters) suits: 1m, 2m, ..., 9m p Pin (...
Jupyter plugin This plugin allows code blocks to be executed as Jupyter notebooks. obsidian-jupyter - 0.3.0 https://github.com/tillahoffmann/obsidian-jupyter Kanban Create markdown-backed Kanban boards in Obsidian. obsidian-kanban - 0.5.15 https://github.com/mgmeyers/obsidian-kanban Kindle Highlig...
Create or Open a note in the Obsidian vault. Example note Add a code block Type ` into Obsidian 3 times and 3 more should appear below. Backticks Keyboard location Make a dataview codeblock Type dataview next to the first line. For JavaScript type dataviewjs. dataview codeblock ...