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

推荐订阅源

J
Java Code Geeks
Jina AI
Jina AI
小众软件
小众软件
WordPress大学
WordPress大学
Last Week in AI
Last Week in AI
美团技术团队
V
V2EX
酷 壳 – CoolShell
酷 壳 – CoolShell
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
博客园 - 聂微东
博客园 - 【当耐特】
人人都是产品经理
人人都是产品经理
雷峰网
雷峰网
博客园 - 司徒正美
量子位
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
宝玉的分享
宝玉的分享
月光博客
月光博客
IT之家
IT之家
博客园 - 三生石上(FineUI控件)
大猫的无限游戏
大猫的无限游戏
T
Tailwind CSS Blog
博客园 - Franky

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 0.10.8 Desktop (Public)
2021-01-11 · via Obsidian Changelog
Shiny new things Obsidian Publish can now restrict site access with one or multiple passwords. You can now choose to store attachments in the same folder as the current note, or in a subfolder relative to the current note. Huge PDF improvements: PDF files will now render when embedded inside a note. PDF files are now rendered using a native PDF viewer, which can scroll, zoom, select and copy text. You can now link to a page of a PDF file by adding #page=number at the end. For example [[My file.pdf#page=3]] . This also works for embedded PDFs. Typing # while auto-completing a PDF file will automatically add #page= for you. Improvements Folders now shows the number of files and subfolders when you hover over them. The hover tooltips for the file explorer has been reprimanded for being too eager to show up on time. They will now only display once you stop your mouse over it. An unlinked pinned outline pane will now attempt to open the file if it's not already open. Audio recorder will now generate file names with timestamps similar to pasted images. Word count has been improved to handle numbers better. No longer broken Changing active panes with hotkeys will now properly focus on them. Tooltips no longer leave behind a lingering line sometimes. Tooltips now appear on the correct side for backlinks and file explorer. The editor text should now always stay clear using subpixel-antialiasing, instead of jumping to blurry grayscale from time to time. Developers The file-open event is now fired in a debounced frame instead of synchronously running while the activeLeaf is being set. The layout-ready event will now only fire once when the app finish loading the workspace, instead of also triggering when loading a different workspace.