mirror of
https://github.com/LCTT/TranslateProject.git
synced 2024-12-26 21:30:55 +08:00
选题[tech]: 20220125 Obsidian is a Notion Alternative for Hardcore Markdown Users for Creating Knowledge Graph of Notes
sources/tech/20220125 Obsidian is a Notion Alternative for Hardcore Markdown Users for Creating Knowledge Graph of Notes.md
This commit is contained in:
parent
9381525d20
commit
dbc00a3de3
@ -0,0 +1,113 @@
|
||||
[#]: 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: " "
|
||||
[#]: 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/
|
Loading…
Reference in New Issue
Block a user