惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

博客园 - Franky
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
美团技术团队
The Cloudflare Blog
量子位
酷 壳 – CoolShell
酷 壳 – CoolShell
博客园_首页
F
Fortinet All Blogs
J
Java Code Geeks
人人都是产品经理
人人都是产品经理
N
Netflix TechBlog - Medium
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
爱范儿
爱范儿
Apple Machine Learning Research
Apple Machine Learning Research
B
Blog RSS Feed
博客园 - 聂微东
Hugging Face - Blog
Hugging Face - Blog
WordPress大学
WordPress大学
小众软件
小众软件
Y
Y Combinator Blog
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
Vercel News
Vercel News
S
SegmentFault 最新的问题
有赞技术团队
有赞技术团队

Obsidian Changelog

Obsidian 1.13.0 Mobile (Early access) Obsidian 1.13.0 Desktop (Early access) Obsidian 1.12.7 Mobile (Public) Obsidian 1.12.7 Desktop (Public) Obsidian 1.12.6 Mobile (Early access) Obsidian 1.12.6 Desktop (Early access) Obsidian 1.12.5 Mobile (Early access) Obsidian 1.12.5 Desktop (Early access) Obsidian 2026.02.27 (Public) Obsidian 1.12 Mobile (Public) Obsidian 1.12 Desktop (Public) Obsidian 1.12.4 Mobile (Early access) Obsidian 1.12.4 Desktop (Early access) Obsidian 1.12.3 Mobile (Early access) Obsidian 1.12.3 Desktop (Early access) Obsidian 1.12.2 Mobile (Early access) Obsidian 1.12.2 Desktop (Early access) Obsidian 1.12.1 Mobile (Early access) Obsidian 1.12.0 Mobile (Early access) Obsidian 1.12.1 Desktop (Early access) Obsidian 1.12.0 Desktop (Early access) Obsidian 1.11.7 Mobile (Public) Obsidian 1.11.7 Desktop (Public) Obsidian 1.11.7 Mobile (Early access) Obsidian 1.11.7 Desktop (Early access) Obsidian 1.11.6 Mobile (Early access) Obsidian 1.11.6 Desktop (Early access) Obsidian 1.11.5 Mobile (Public) Obsidian 1.11.5 Desktop (Public) Obsidian 1.11.5 Mobile (Early access)
Obsidian 1.4.0 Desktop (Early access)
2023-07-26 · via Obsidian Changelog
Shiny new things Introducing Properties . A simple and durable way to add tags, aliases, dates, and other metadata to your notes. Your properties can even include links to other notes. Usage New visual editor for properties in Live Preview and Reading mode. Property types: Text — supports internal links List — supports internal links Number Checkbox Date Time New commands for interacting with properties: Add file property ( Ctrl/Command + ; ) Clear properties Edit property Show all properties Show file properties All properties sidebar pane shows a list of all the properties across your vault, and number of uses for each. File properties sidebar pane shows the properties for the active file. Cut/copy/paste properties. Portability Properties are saved directly to your note as frontmatter , a special section at the beginning of your file, encoded in YAML. This makes your note metadata readable in any plain text app, and compatible with many tools that support YAML frontmatter. Improvements Tag autocomplete now uses a fuzzy search algorithm. PDF: Added “Copy as quote” and “Copy annotation” context menu options. PDF: Added a button to copy annotations from the annotation popup. PDF: Added “Copy link to page” to PDF thumbnail context menu. Mermaid as been upgraded to v10. No longer broken Fixed: PDF Viewer single page view resets to first page. Fixed: PDF viewer search settings unclickable when toggling sidebar. Fixed bug where closing an pop-out window with an active modal would keep the modal active. macOS: In frameless window mode, the top-right buttons no longer shift when creating/closing tab groups. File Recovery modal will now show a loading state when loading large vaults. Workspace: fix "follow link under cursor" commands in Canvas. Canvas: nudging selection should not cause stacked tabs to scroll. Outline: Fixed outline not rendering if the view was opened via the "Show outline" command. The "New tab" view will now show the current hotkeys. Fixed sometimes arrows and markers disappear from mermaid diagrams. (Credits to @Bunker-D) Developers Vault: createFolder now return a TFolder . Metadata: FrontMatterCache no longer inherits from CacheItem . Theming: new CSS variables have been added for Properties that start with --metadata . About Properties Internal Links Internal links can be added to frontmatter using the following syntax: --- link: "[[Link]]" linklist: - "[[Link]]" - "[[Link2]]" --- tag / alias / cssclass vs tags / aliases / cssclasses As of 1.4.0, we're deprecating the "tag", "alias", and "cssClass" frontmatter keys. The new property editor will automatically migrate to tags , aliases , and cssclasses and the values will automatically be converted to lists. The old keys will still be identified correctly in the app, but the property editor will always prefer tags and aliases .