当前位置: 首页 > 微软应用 > 办公软件 > 正文
黑曜石 Markdown 笔记 Obsidian 1.12.4 x64 跨平台知识管理工具

黑曜石 Markdown 笔记 Obsidian 1.12.4 x64 跨平台知识管理工具

作者:大眼仔~旭 日期:2周前 (02-27) 评论:5 条

摘要:黑曜石 Markdown 笔记 Obsidian 中文版由大眼仔旭发布。在日益拥挤的 Markdown 知识库和笔记市场中,黑曜石是一个相对较新的进入者。 Obsidian 出色的 Markdown 支持及其简单明了的设计使其成为同类应用中的佼佼者。 Obsidian 几乎拥有该类别中其他应用程序常见的所有标准票价,但…

黑曜石 Markdown 笔记 Obsidian 中文版大眼仔旭发布。在日益拥挤的 Markdown 知识库和笔记市场中,黑曜石是一个相对较新的进入者。 Obsidian 出色的 Markdown 支持及其简单明了的设计使其成为同类应用中的佼佼者。

Obsidian 几乎拥有该类别中其他应用程序常见的所有标准票价,但它通过为高级用户包含许多其他功能来提高赌注。 有一个视觉上引人注目的图形视图,它是存储在 Obsidian 中的所有文件的一种“思维导图”,一个可以查找和替换文件中某些 Markdown 语法元素的“Markdown 格式导入器”,并支持数学和图表语法。 这真的只是触及了 Obsidian 功能的皮毛。 Obsidian 是可扩展的,应用程序中有许多免费的社区插件可用。

另外两个功能值得一提。 Obsidian 提供了一种将笔记发布到互联网的简单方法,它将您的所有文件存储在仅包含您输入的文本的纯文本 Markdown 文件中。

免费黑曜石 Markdown 笔记 Obsidian 中文版

免费黑曜石 Markdown 笔记 Obsidian 中文版

Obsidian 是一款笔记和知识管理应用程序,由创建 Dynalist 的人设计,Dynalist 是一种流行的在线大纲,也是我最喜欢的工具之一。 他们认为它是“笔记的 IDE”。 它可以让您将一组纯文本文件变成一个丰富的链接思想网络。

Obsidian 的数据存储在 Markdown 文件的本地文件夹中。 该应用程序强大的链接和反向链接功能将这些单独的文件变成一个知识库,作为您的第二大脑运行。 我最初对应用程序不知所措,直到我发现可以通过插件添加的广泛功能。 你真的可以让它成为你自己的。

开发人员将其用作任务管理器、软件开发知识库以及笔记、想法和代码片段的存储库。 它因其开放的架构、可扩展性、代码块、GitHub 集成、Vim 键绑定和可配置的热键而受到赞赏。

什么是 Obsidian(黑曜石)?

Obsidian 将其数据存储在 Markdown 文件的文件夹中,因此绝对没有锁定,您可以使用任何文本编辑器或 Markdown 应用程序访问您的笔记。 可以在 Obsidian 中打开 Markdown 文件的现有文件夹。 您的笔记存储在本地,可以使用 iCloud、Google Drive、GitHub 等存储在云中。

黑曜石主要概念

以下是使用 Obsidian 需要了解的一些主要概念:

  • 链接和反向链接:链接将单个笔记转换为相关想法的网络。 链接是使用 Markdown 链接或根据您在设置中的选择创建的。 反向链接会自动生成并显示在侧边栏中,并包含上下文。 未链接的提及也被列出。 通过在预览模式下单击并在编辑模式下单击 – 单击链接,然后使用 + + 左箭头返回。
  • 别名:可以为每个音符创建别名,以便您可以使用不同的名称链接到它们。
  • 侧边栏:左侧边栏显示反向链接和未链接的引用。 只需单击一下,即可将未链接的引用更改为链接。 插件还使用它来显示标题的轮廓、标签窗格等。
  • 图表视图:这是笔记之间关系的图形表示。 将鼠标悬停在笔记上会以紫色显示所有相关笔记,单击笔记会将您带到那里。
  • 块:每个页面都由块组成,这些块可能是段落、列表等。 每个块前后都有一个空行。 您可以使用语法 .[[filename^block]] 创建指向特定块或标题的链接
  • 搜索:搜索查找包含单词或短语的笔记,并将它们显示在导航栏中,并在所选笔记中突出显示它们。 可以打开和关闭区分大小写,并且运算符可用于路径、文件、标记、行和节。
  • 拆分窗口: Obsidian 允许您像在 IDE 中一样多次拆分窗口。 窗格可以链接在一起,以便它们一起滚动。 其用途之一是在两个链接窗格中显示同一笔记的编辑和预览模式。 另一种方法是在新窗格中打开链接。
  • Markdown:在编辑模式下支持和显示 Markdown,但不支持预览模式。 像 Dynalist 和 Roam 一样,它不是很标准。 例如,文本是用双星号创建的,需要双下划线而不是单下划线或星号。 支持表格、任务列表、删除线和脚注。**粗体**__斜体__
  • Latex:您可以通过将 Latex 代码包含在双美元符号中来为 Obsidian 添加数学符号。
  • 代码块:提供代码块,支持语法高亮。 使用 Prism,支持 255 种语言。
  • 折叠:有一个设置允许你折叠标题和/或缩进,允许你使用 Obsidian 作为大纲。 Outline 插件在侧边栏中显示标题的目录。
  • 标签:支持标准主题标签以及嵌套标签。 不支持多字标签。 可以使用插件在侧边栏中显示标签窗格。
  • 文件夹:笔记可以组织在分层文件夹中,允许您创建文档大纲。
  • 嵌入:笔记和其他文件可以使用 . 语音备忘录可以嵌入录音插件。
  • Vaults:可以通过使用不同的 Vaults 创建无限数量的知识库。 这些只是 Markdown 文件的不同文件夹。
  • 插件:可扩展性是 Obsidian 的核心价值之一。 目前有 22 个插件可用,包括反向链接、图表视图、搜索、标签窗格、每日笔记、加星标的笔记、模板和大纲。

黑曜石可以免费使用

当且仅当您在拥有两个或更多人的公司中将其用于与工作相关的创收活动时,您才需要为 Obsidian 付费。如果是这种情况,请为每个用户获取商业许可证。非营利组织不需要商业许可证。

对于所有其他用途,您可以永久免费使用 Obsidian。

为了支持我们的开发,您可以购买一次性 Catalyst 许可证以抢先体验新的 Obsidian 版本,但这完全是可选的。如果您愿意,您可以通过 Obsidian Unlimited 做出更多贡献。

您的数据是本地的,仅供您使用

要使用 Obsidian,您无需提供电子邮件或创建帐户。只有当您打算向我们付款或使用我们的一项附加服务(Obsidian Publish 和 Obsidian Sync)时,您才需要这样做。

所有数据都保存在您本地的设备上,绝不会发送到我们的服务器。我们也不收集任何个人数据。

显然,如果您使用我们的 Obsidian Publish 或 Obsidian Sync 服务,以提供我们访问您的数据所需的服务(在 Obsidian Sync 的情况下是加密数据)。我们只做提供服务所需的事情,而不会处理您的数据。

黑曜石常见问题

问:我是一名自由职业者/作家/博主,我需要商业许可证吗?
答:除非您雇用至少一个全职员工,否则您不需要商业许可证。

问:我是一名教师/教授,我使用 Obsidian 进行教学/讲座,我需要商业许可吗?
A:不需要,如果是一般的教育相关的,即使在营利性机构工作,也不需要商业许可证。

问:我是一名研究员,我使用 Obsidian 进行研究,我需要商业许可吗?
答:如果您的研究产生了商业产品,则您需要获得商业许可才能使用。否则,如果您仍在生产产品,或者如果您的研究不涉及生产产品,则不需要商业许可。

问:我在工作期间使用 Obsidian 来记录团队流程和为团队会议做笔记,您需要商业许可证吗?
答:除非您是公司唯一的员工,否则您需要商业许可证。您应该要求您的公司为您获取商业许可证。

问:我使用 Obsidian 来存储我所有的个人和专业知识,因为很难将它们分开。我需要商业许可证吗?
答:如果您的笔记包含与您工作中的项目和流程直接相关的内容,则您需要商业许可。

官方主页

What’s new in Obsidian 1.12.4
Feb 28, 2026
New:
Obsidian CLI:
This release introduces the Obsidian CLI, a command line interface that lets you control Obsidian from your terminal for scripting, automation, and integration with external tools.
Image resizing:
Images in Live Preview can now be resized by dragging from the corner. Double-click the corner to reset the image size.
Automatic attachment cleanup:
When deleting a file, a prompt will ask if you would also like to delete its attachments. A new setting in Files & Links allows you to configure this behavior (choose “Always”, “Ask every time”, or “Never”).
Improvements:
Bases:
Added a search toolbar button to filter query results.
Added the ability to import files into Bases via drag and drop.
Right-clicking on a single row in table view now shows context menu items related to that file.
File Explorer:
Copy and paste operations are now supported using Ctrl-C/Ctrl-V (Cmd-C/Cmd-V on macOS).
Editor:
Added new menu items when you right-click in the empty space next to the editor:
Toggle line numbers
Toggle inline title
Fixed missing space after blockquotes.
Fixed styling of bold links.
Image size is no longer treated as display text when dragging a link.
Other:
Added detection for backlinks in Canvas files. They now appear in the Backlinks view, and count as links in the Graph view.
“Change vault…” has been renamed to “Manage vaults”.
Added a new “Change vault…” command to quickly switch between vaults via the keyboard.
Added a new “Open vault…” command to open an existing vault via the keyboard and keep the current vault open.
Alt-clicking a file in the File Explorer now adds the previous active item to the selection.
Quick switcher: Dragging results is now supported.
Added new “Copy image” menu item when right-clicking on an image.
Copying text from the editor now includes HTML formatting, making it easier to paste into apps like Google Docs.
Obsidian Sync now logs when files were skipped for being too large.
Improved fuzzy search results when the query contains spaces.
Opening files in an external application now shows a confirmation dialog for added safety.
Added a warning when attempting to open an executable file.
Added new app translations.
No longer broken:
Other:
Keychain: Added handling for when encryption is unavailable on some Linux machines.
Fixed issue where layout was not always saved when the app is closed.
Fixed issue where selecting text near a link or tag would incorrectly trigger the link or tag token.
Fixed issue where closing a pop-out window with active notices would cause them to move to the main window and never disappear.
Added a new unique URI action.
Fixed the outline view flickering while typing.
Fixed scroll position not updating after changing the row height in Bases table view.
Fixed “More options” menu not closing when clicking the “…” button in a pop-out window.
Fixed list properties not showing edit and remove options in the context menu when right-clicking a link inside a list item.
File Explorer: Fixed “Duplicate” menu item generating an incomplete folder name when duplicating a folder that includes “.” in the name.
Developers:
The installer has been updated to use Electron v39.7.0 (requires downloading the latest installer).
We’ve updated how our translation files are created and bundled with the app. For translators, see the updated instructions on our translations repository.
Added theming support for corner shapes using corner-shape CSS property. Replaced -electron-corner-smoothing. Requires Chromium 139 and Obsidian 1.11+.
macOS: New traffic-lights-offset-x and –traffic-lights-offset-y CSS variables to configure where the traffic lights appear in the window frame. These offsets are now applied immediately when the app loads.
We’ve introduced a breaking API change to BaseOption#shouldHide. This function no longer receives the config as an argument. Options should be accessed from BasesViewRegistration.options instead.
registerView(‘my-view-id’, {
name: ‘View Name’,
icon: ‘my-icon’,
factory: () => new MyView(),
options: (config: BasesViewConfig) => ({
// Here ^
});
Added appendBinary method to the vault and adapter API.

https://obsidian.md/changelog/

资源:012.rar
解压密码:www.dayanzai.me
转载请保留出处,谢谢合作~
点击下载(提取码:536766)
点击下载(提取码:ns1j)
点击下载(提取码:536766)
点击下载(提取码:wpni)

声明:大眼仔旭 | 本文采用署名-非商业性使用-相同方式共享 4.0 国际许可协议[CC BY-NC-SA]进行授权
文章名称:《黑曜石 Markdown 笔记 Obsidian 1.12.4 x64 跨平台知识管理工具
文章固定链接:https://www.dayanzai.me/obsidian.html
本站资源仅供个人学习交流,请于下载后 24 小时内删除,不允许用于商业用途,否则法律问题自行承担。
转载声明
全部评论: (5条)
  1. 加钱居士2022-01-10 09:59 回复
    意外之喜
  2. 起凡2022-03-27 13:42 回复
    最新版的,加油奥利给
  3. LeeLady2023-06-03 14:21 回复
    新版本在win7下启动出错,估计是不支持了
    • 蚕子2023-12-27 14:00
      可以安装被win7系统支持的1.1.16版本,然后在软件中更新(不要用安装包更新),就可以使用最新版本了。
  4. MasterWoo2024-01-19 09:20 回复
    服了,官网和GitHub、下载的装不上,还得看大眼仔的

发表评论

返回顶部