Create code buttons that execute JavaScript/TypeScript:```code-button "Click me!" // CommonJS (cjs) style const { dependency1 } = require('./path/to/script1.js'); // ES Modules (esm) style import { dependency2 }
Updated Feb 12, 2024 TypeScript twibiral / obsidian-execute-code Sponsor Star 1.3k Code Issues Pull requests Obsidian Plugin to execute code in a note. javascript typescript note-taking obsidian hacktoberfest obsidian-plugin obsidian-md Updated Mar 1, 2025 TypeScript RyotaUshio / obsidian...
Dataview 为我们提供了以下几个方法来解析 DQL 查询语句或者 DataviewJS 语句。 dv.execute(source)执行任意数据视图查询并将视图嵌入到当前页面中。 dv.executeJs(source)执行任意 DataviewJS 查询并将视图嵌入到当前页面中。 使用方式: ```dataviewjs dv.executeJs("dv.list([ 1, 2, 3, 4])") // 相当...
> [!info] 除了查询类型外,其他内容都是可选的。 > 对于有效的 DQL 查询,您唯一需要的是 Query Type(对于 [`CALENDAR`](https://blacksmithgu.github.io/obsidian-dataview/queries/query-types#calendar-queries) 查询,需要的是一个日期字段)。 一个更受限的查询可能如下所示: ``` ```dataview LIST FROM...
Obsidian Dataview Treat yourObsidian Vaultas a database which you can query from. Provides a JavaScript API and pipeline-based query language for filtering, sorting, and extracting data from Markdown pages. See the Examples section below for some quick examples, or the fullreferencefor all the ...
obsidian-execute-code https://github.com/twibiral/obsidian-execute-code Obsidian Plugin to execute code in a note. TypeScript MIT license obsidian-kindle-plugin https://github.com/hadynz/obsidian-kindle-plugin Sync your Kindle notes and highlights directly into your Obsidian vault TypeScript MIT ...
Script Engine Since 1.5.0, you can easily execute ExcalidrawAutomate macros and assign command palette shortcuts to them, using the ScriptEngine. You will find an intro video and a growing library of ready to install scripts here. You can organize scripts into groups on the Obsidian Tools Panel...
Execute Code Mousewheel Image zoom Meta Bind Clear Unused Images Folder notes Novel Word Count Longform Custom File Explorer sorting Map View List Callouts Typewriter Scroll Markdown Table Editor Another Quick Switcher Strange New Worlds Surfing ...
Use the command palette (Ctrl/Cmd + P) to execute the "Publish All to Confluence" command, which publishes all the notes from the configured folder to Confluence. connie-publish Frontmatter To publish pages outside the folderToPublish, add the connie-publish YAML frontmatter to your notes: ...
Read from code blocks in .md file in the vault (see details below). Commands Display textlint diagnostics. Execute textlint linting. How to Set Up Install textlint plugins by adding them to textlint-builder/package.json. Place your .textlintrc configuration in textlint-builder/textlintrc.json....