From 3e9fef1944717a61edfbcb1902056cd78c67022c Mon Sep 17 00:00:00 2001 From: Xingyu Wang Date: Mon, 31 Jan 2022 09:28:29 +0800 Subject: [PATCH] TR @wxy --- ...s for Creating Knowledge Graph of Notes.md | 113 ----------------- ...s for Creating Knowledge Graph of Notes.md | 115 ++++++++++++++++++ 2 files changed, 115 insertions(+), 113 deletions(-) delete mode 100644 sources/tech/20220125 Obsidian is a Notion Alternative for Hardcore Markdown Users for Creating Knowledge Graph of Notes.md create mode 100644 translated/tech/20220125 Obsidian is a Notion Alternative for Hardcore Markdown Users for Creating Knowledge Graph of Notes.md diff --git a/sources/tech/20220125 Obsidian is a Notion Alternative for Hardcore Markdown Users for Creating Knowledge Graph of Notes.md b/sources/tech/20220125 Obsidian is a Notion Alternative for Hardcore Markdown Users for Creating Knowledge Graph of Notes.md deleted file mode 100644 index 5268f4ed88..0000000000 --- a/sources/tech/20220125 Obsidian is a Notion Alternative for Hardcore Markdown Users for Creating Knowledge Graph of Notes.md +++ /dev/null @@ -1,113 +0,0 @@ -[#]: subject: "Obsidian is a Notion Alternative for Hardcore Markdown Users for Creating Knowledge Graph of Notes" -[#]: via: "https://itsfoss.com/obsidian-markdown-editor/" -[#]: author: "Abhishek Prakash https://itsfoss.com/author/abhishek/" -[#]: collector: "lujun9972" -[#]: translator: "wxy" -[#]: reviewer: " " -[#]: publisher: " " -[#]: url: " " - -Obsidian is a Notion Alternative for Hardcore Markdown Users for Creating Knowledge Graph of Notes -====== - -I like using Markdown for writing articles and taking notes. I am uncertain if I fit the criteria for a ‘hardcore Markdown user’ or not but I find it convenient for my writing works. - -I have tried several markdown editors on Linux. [Joplin][1] is my favorite for taking and organizing notes and keeping a backup on Nextcloud. There is also [Zettlr][2] which is suitable for researchers. - -Recently, I came across another Markdown editor that has a twist on document organizing. You can use it to interlink your documents and display them in a mind-map like graphical view. - -![Obsidian Markdown Editor][3] - -That’s the main attraction of [Obsidian][4] that you can get a graphical view of your Markdown notes specially when these notes have to be linked with each other. There are other features here as well. - -Non-FOSS alert! - -Initially, I thought that Obsidian was an open source software. It was only when I was looking for their source code repository (after I finished writing this article) that I realized it is [free-to-use application][5] but not FOSS (free and open source software). Which is a shame because it’s a damn good application and hence I continued to feature it here. - -### Features of Obsidian markdown editor - -You’ll find all features you expect from a standard Markdown editor. There is a sidebar to show the folder structure and a main pane where your document lies. You can choose to switch between ‘edit’ and ‘read’ view. - -![Interface of Obsidian markdown editor][6] - -By default, it displays one pane only but you can add more panes as per your liking. For example, I added a new pane to show both editing and viewing modes. This enables to edit and preview the document at the same time. - -![You can split the editor vertically or horizontally to add more panes for side by side viewing][7] - -You can create internal links to existing notes by pressing [[ keys. It opens a file searcher and lets you select from the existing notes in the same project (called vaults here). - -![Creating internal linking in Obsidian][8] - -You can switch to the Graph view to display the connection between the notes in the same vault (project). I made a few quick internal links to perform a test and you can see that it shows how files are interlinked to each other. - -![Obsidian Graph View][9] - -You can perform search and replace graphically. Tag the notes, merge files, move headlines between notes and more. - -It also has a command palette (located in the left sidebar of the editor) that allows you to control various aspects of the editor. Several of these ‘actions’ can be performed using keyboard shortcuts as well. - -![Obsidian command palette][10] - -This is not it. Obsidian also has a [community marketplace][11] where you can find and install plugins to extend its capabilities. For example, you can download the Kanban plugin and use Obsidian to manage projects and tasks. - -![Obsidian also has third-party, community plugins][12] - -There are plenty more features here and I can possibly not list all of them. Even the project website doesn’t list all the features at once place which is a bummer. - -### Installing Obsidian - -Obsidian is a cross platform application and it is available for Linux, macOS, Windows, Android and iOS. - -For Linux, you have the option to use AppImage, Snap or Flatpak. I used the AppImage version for testing. You can find relevant information and files on its download page. - -[Download Obsidian][13] - -### Is it worth it? - -Obsidian has a learning curve. You need to know the [basics of Markdown][14] of course but even for any features besides editing and displaying Markdown text, you need to learn things here. - -Almost any application requires some learning but to use Obsidian to its fullest, you need to put in more effort than the usual. - -But it’s entirely worth it if you are an obsessive Markdown user and with tons of documents. The good thing here is that it has [extensive documentation][15] to help you with your learning process. This documentation is also accessible from within the application interface when you hit the Help button (displayed with a question mark). - -![Accessing documentation on Obsidian][16] - -Obsidian interface makes me feel like I am using VS Code and that’s not a negative thing. - -If you live and breath Markdown and you are also obsessed with managing your documents properly, you should consider giving Obsidian a try. - -If you like it enough and start using it regularly, perhaps you may [consider a donation][17] or opt in for their premium offering to support the development of this project. The premium offering includes the option to sync your notes to their cloud or publish your notes on a website. - -Obsidian has been done professionally and beautifully. It’s like Visual Studio Code for Markdown and it has potential to become a true alternative to the likes of [Notion][18]. - --------------------------------------------------------------------------------- - -via: https://itsfoss.com/obsidian-markdown-editor/ - -作者:[Abhishek Prakash][a] -选题:[lujun9972][b] -译者:[译者ID](https://github.com/译者ID) -校对:[校对者ID](https://github.com/校对者ID) - -本文由 [LCTT](https://github.com/LCTT/TranslateProject) 原创编译,[Linux中国](https://linux.cn/) 荣誉推出 - -[a]: https://itsfoss.com/author/abhishek/ -[b]: https://github.com/lujun9972 -[1]: https://itsfoss.com/joplin/ -[2]: https://itsfoss.com/zettlr-markdown-editor/ -[3]: https://i0.wp.com/itsfoss.com/wp-content/uploads/2022/01/obsidian.jpg?resize=800%2C424&ssl=1 -[4]: https://obsidian.md/ -[5]: https://obsidian.md/eula -[6]: https://i0.wp.com/itsfoss.com/wp-content/uploads/2022/01/Obsidian-Markdown-Editor-800x462.png?resize=800%2C462&ssl=1 -[7]: https://i0.wp.com/itsfoss.com/wp-content/uploads/2022/01/Obsidian-multiple-pane.png?resize=800%2C462&ssl=1 -[8]: https://i0.wp.com/itsfoss.com/wp-content/uploads/2022/01/Obsidian-Internal-Linking.webp?resize=800%2C450&ssl=1 -[9]: https://i0.wp.com/itsfoss.com/wp-content/uploads/2022/01/Obsidian-Graph-View.png?resize=800%2C474&ssl=1 -[10]: https://i0.wp.com/itsfoss.com/wp-content/uploads/2022/01/Obsidian-Command-Palette.png?resize=800%2C474&ssl=1 -[11]: https://obsidian.md/plugins -[12]: https://i0.wp.com/itsfoss.com/wp-content/uploads/2022/01/Obsidian-Plugins.webp?resize=800%2C364&ssl=1 -[13]: https://obsidian.md/download -[14]: https://itsfoss.com/markdown-guide/ -[15]: https://help.obsidian.md/Obsidian/Index -[16]: https://i0.wp.com/itsfoss.com/wp-content/uploads/2022/01/Obsidian-Markdown-Editor-Help.png?resize=800%2C439&ssl=1 -[17]: https://obsidian.md/pricing -[18]: https://www.notion.so/ diff --git a/translated/tech/20220125 Obsidian is a Notion Alternative for Hardcore Markdown Users for Creating Knowledge Graph of Notes.md b/translated/tech/20220125 Obsidian is a Notion Alternative for Hardcore Markdown Users for Creating Knowledge Graph of Notes.md new file mode 100644 index 0000000000..ea558bc537 --- /dev/null +++ b/translated/tech/20220125 Obsidian is a Notion Alternative for Hardcore Markdown Users for Creating Knowledge Graph of Notes.md @@ -0,0 +1,115 @@ +[#]: subject: "Obsidian is a Notion Alternative for Hardcore Markdown Users for Creating Knowledge Graph of Notes" +[#]: via: "https://itsfoss.com/obsidian-markdown-editor/" +[#]: author: "Abhishek Prakash https://itsfoss.com/author/abhishek/" +[#]: collector: "lujun9972" +[#]: translator: "wxy" +[#]: reviewer: "wxy" +[#]: publisher: " " +[#]: url: " " + +黑曜石:Markdown 硬核用户创建知识图谱的 Notion 替代品 +====== + +![](https://img.linux.net.cn/data/attachment/album/202201/31/092728iergl6eayrrrwzuz.jpg) + +我喜欢用 Markdown 来写文章和做笔记。我不确定我是否符合 “Markdown 硬核用户”的标准,但我觉得它对我的写作工作很方便。 + +我在 Linux 上试过几个 Markdown 编辑器。我最喜欢的是 [Joplin][1],它可以用来做笔记和组织笔记,并在 Nextcloud 上保留备份。还有 [Zettlr][2],它适合于研究人员。 + +最近,我遇到了另一个 Markdown 编辑器,它在文档整理方面意外的不错。你可以用它将你的文件相互连接起来,并以类似思维导图的图形方式显示出来。 + +![黑曜石 Markdown 编辑器][3] + +这就是 [黑曜石][4]Obsidian 的主要吸引力,你可以用图形的方式查看你的 Markdown 笔记,特别是当这些笔记需要相互连接的时候。当然,它也有其他的功能。 + +> 非 FOSS 警报! +> +> 最初,我以为黑曜石是一个开源软件。当我寻找他们的源代码库时(在我写完这篇文章后),我才意识到它是 [免费使用的应用程序][5],但不是 FOSS(自由及开源软件)。这让我觉得惭愧,因为它实在是一个好应用,好到让我继续在这里介绍它。 + +### 黑曜石 Markdown 编辑器的功能 + +在黑曜石里,你会发现你期望从一个标准的 Markdown 编辑器得到的所有功能。它有一个侧边栏来显示文件夹结构,还有一个主窗格来显示你的文档。你可以选择在“编辑”和“阅读”视图之间切换。 + +![黑曜石 Markdown 编辑器的界面][6] + +默认情况下,它只显示一个窗格,但你可以根据自己的喜好添加更多的窗格。例如,我添加了一个新的窗格来同时显示编辑和查看模式,这样就可以在同一时间编辑和预览文档。 + +![你可以垂直或水平地分割编辑器,以增加更多的窗格来并排查看][7] + +你可以通过按 `[[` 键来创建现有笔记的内部链接。它可以打开一个文件搜索器,让你从同一项目(这里称为 “金库vault”)中的现有笔记中选择。 + +![在黑曜石创建内部链接][8] + +你可以切换到“图表视图”来显示同一个“金库”(项目)中的笔记之间的联系。我快速做了几个内部链接来进行测试,你可以看到它显示了文件之间的相互联系。 + +![黑曜石图表视图][9] + +你可以图形化地进行搜索和替换。对笔记进行备注、合并文件、在笔记之间移动标题等等。 + +它还有一个命令模式(位于编辑器的左侧侧边栏),允许你控制编辑器的各个方面。其中一些“动作”也可以用键盘快捷键来完成。 + +![黑曜石命令调色板][10] + +这还不是全部。黑曜石还有一个 [社区市场][11],在那里你可以找到并安装插件来扩展其功能。例如,你可以下载看板插件,用黑曜石来管理项目和任务。 + +![黑曜石也有第三方的社区插件][12] + +这里还有很多功能,我不可能把它们全部列出。即使是项目网站也没有一次性列出所有的功能,这是很无奈的。 + +### 安装黑曜石 + +黑曜石是一个跨平台的应用程序,它可用于 Linux、macOS、Windows、Android 和 iOS。 + +对于 Linux,你可以选择使用 AppImage、Snap 或 Flatpak。我使用 AppImage 版本进行测试。你可以在其下载页面找到相关信息和文件。 + +- [下载黑曜石][13] + +### 它值得使用吗? + +黑曜石有一个学习曲线。你当然需要了解 [Markdown 的基础知识][14],但是除了编辑和显示 Markdown 文本之外的任何功能,你都需要在这里学习。 + +几乎任何应用程序都需要一些学习,但要想充分使用黑曜石,你需要付出比平常更多的努力。 + +但如果你是一个痴迷于 Markdown 的用户,并且有成吨的文档,这完全是值得的。这里的好处是它有 [丰富的文档][15] 来帮助你的学习过程。当你点击帮助按钮(显示为问号)时,这些文档也可以从应用界面中获得。 + +![访问黑曜石的文档][16] + +黑曜石的界面让我觉得我在使用 VS Code,这并不是一件坏事。 + +如果你以 Markdown 为生,并且对正确管理你的文档很着迷,你应该考虑尝试一下黑曜石。 + +如果你足够喜欢它并开始定期使用它,也许你可以 [考虑捐赠][17] 或使用他们的高级产品以支持这个项目的发展。高级产品包括选择将你的笔记同步到他们的云端,或者将你的笔记发布到网站上。 + +黑曜石已经做得很专业和漂亮了。它就像 VS Code 的 Markdown 版,它有可能成为 [Notion][18] 等的真正替代品。 + +-------------------------------------------------------------------------------- + +via: https://itsfoss.com/obsidian-markdown-editor/ + +作者:[Abhishek Prakash][a] +选题:[lujun9972][b] +译者:[wxy](https://github.com/wxy) +校对:[wxy](https://github.com/wxy) + +本文由 [LCTT](https://github.com/LCTT/TranslateProject) 原创编译,[Linux中国](https://linux.cn/) 荣誉推出 + +[a]: https://itsfoss.com/author/abhishek/ +[b]: https://github.com/lujun9972 +[1]: https://itsfoss.com/joplin/ +[2]: https://itsfoss.com/zettlr-markdown-editor/ +[3]: https://i0.wp.com/itsfoss.com/wp-content/uploads/2022/01/obsidian.jpg?resize=800%2C424&ssl=1 +[4]: https://obsidian.md/ +[5]: https://obsidian.md/eula +[6]: https://i0.wp.com/itsfoss.com/wp-content/uploads/2022/01/Obsidian-Markdown-Editor-800x462.png?resize=800%2C462&ssl=1 +[7]: https://i0.wp.com/itsfoss.com/wp-content/uploads/2022/01/Obsidian-multiple-pane.png?resize=800%2C462&ssl=1 +[8]: https://i0.wp.com/itsfoss.com/wp-content/uploads/2022/01/Obsidian-Internal-Linking.webp?resize=800%2C450&ssl=1 +[9]: https://i0.wp.com/itsfoss.com/wp-content/uploads/2022/01/Obsidian-Graph-View.png?resize=800%2C474&ssl=1 +[10]: https://i0.wp.com/itsfoss.com/wp-content/uploads/2022/01/Obsidian-Command-Palette.png?resize=800%2C474&ssl=1 +[11]: https://obsidian.md/plugins +[12]: https://i0.wp.com/itsfoss.com/wp-content/uploads/2022/01/Obsidian-Plugins.webp?resize=800%2C364&ssl=1 +[13]: https://obsidian.md/download +[14]: https://itsfoss.com/markdown-guide/ +[15]: https://help.obsidian.md/Obsidian/Index +[16]: https://i0.wp.com/itsfoss.com/wp-content/uploads/2022/01/Obsidian-Markdown-Editor-Help.png?resize=800%2C439&ssl=1 +[17]: https://obsidian.md/pricing +[18]: https://www.notion.so/