sample.canvas Clarify color presets are strings Mar 25, 2024 Repository files navigation README MIT license An open file format for infinite canvas data. Infinite canvas tools are a way to view and organize information spatially, like a digital whiteboard. Infinite canvases encourage freedom and ex...
An open file format for infinite canvas data. JavaScript2.6k94 obsidian-apiPublic Type definitions for the latest Obsidian API. 1.8k201 obsidian-clipperPublic Highlight and capture the web in your favorite browser. The official Web Clipper extension for Obsidian. ...
before_date = window.moment(today, "YYYY-MM-DD", true).add(-1,"days").format("YYYY-MM-DD:dddd") after_date = window.moment(today, "YYYY-MM-DD", true).add(1,"days").format("YYYY-MM-DD:dddd") -%> <%* const files = this.app.vault.getMarkdownFiles()//图片 let imageUrl ...
With Canvas, plugins, Kanban boards, and dozens of folders, migrating your life into Obsidian might seem like a time-consuming and daunting task at first. But the rewards are well worth the effort. It only falls short in the task management department, as there is no way to set reminders...
delete i.text } } p = p.filter(function(b){ return b.file.lists.finance...
You can drag a note to the suitable side tray to open it. It’s a neat place to add a checklist while primarily working on the middle area. You can even place images, canvases, and databases in there. Tip:once you have everything in the right place on your file, you cantake scree...
Canvas 中引用文章和笔记的内容 数据迁移 当决定要使用 Obsidian 之后,首先需要将之前的内容迁移过来。我之前的绝大部分文章和笔记都放在 Hexo 博客里面,提交到 Github 仓库之内,直接将博客的 markdown 源文件拷贝到 Obsidian 创建的 Vault 里就能够正常识别。
由@Boninall开发的 Canvas Presentation 允许你在 Canvas 中基于顺序来显示卡片; 由@nguyenvanduocit开发的 Open Gate 让你可以在 Obsidian 中嵌入绝大部分网站; 由@MatthewAlner开发的 Toggle Case 让用户更容易操作文本,在 " 小写 “” 大写 " 和 " 标题大小写 " 之间进行切换,就像 Text Format 插件那样; ...
//过滤掉日记、excalidraw、canvas的MOC 和模板、box let filterPages = dv.pages('-#日记 and -#excalidraw') .filter(p => p.file.path.contains("白板")==0 && p.file.path.contains("box")==0 && p.file.path.contains("模板")==0 && ...
```dataviewjsconst listLimit =10const calloutSytle = ">> [!abstract]- "//过滤掉日记、excalidraw、canvas的MOC 和模板、boxlet filterPages = dv.pages('-#日记 and -#excalidraw').filter(p => p.file.path.contains("白板")==0 &&p.file.path.contains("box")==0 &&p.file.path.contains(...