Obsidian: Difference between revisions
add infobox |
m Add links to some terms |
||
| Line 8: | Line 8: | ||
| latestRelease = 1.8.10; 22 April 2025 | | latestRelease = 1.8.10; 22 April 2025 | ||
| os = Linux, macOS, Windows, iOS, Android | | os = Linux, macOS, Windows, iOS, Android | ||
}} | |||
'''Obsidian''' is a proprietary closed-source note-taking app and text editor, that supports [[Markdown]] and [[LaTeX]]. It is the more popular equivalent to the open-source [[Logseq]]. | {{Tip/unfree}} | ||
[https://obsidian.md '''Obsidian'''] is a proprietary closed-source note-taking app and text editor, that supports [[Wikipedia:Markdown|Markdown]] and [[Wikipedia:LaTeX|LaTeX]]. It is the more popular equivalent to the open-source [[Logseq]]. | |||
== Installation == | == Installation == | ||
Obsidian can be installed from nixpkgs:<syntaxhighlight lang=" | |||
Obsidian can be installed from nixpkgs: | |||
<syntaxhighlight lang="nix"> | |||
environment.systemPackages = with pkgs; [ | environment.systemPackages = with pkgs; [ | ||
obsidian | obsidian | ||