Obsidian: Difference between revisions
Appearance
m Expanded the description. |
add infobox |
||
Line 1: | Line 1: | ||
[https://obsidian.md | {{Infobox application | ||
| name = Obsidian | |||
| type = Native | |||
| image = 2023 Obsidian logo.svg | |||
| website = [https://obsidian.md obsidian.md] | |||
| documentation = [https://help.obsidian.md/ Obsidian Help] | |||
| initialRelease = 10 March 2020 | |||
| latestRelease = 1.8.10; 22 April 2025 | |||
| os = Linux, macOS, Windows, iOS, Android | |||
}}{{Tip/unfree}} | |||
'''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]]. | |||
== Installation == | == Installation == |
Latest revision as of 16:17, 14 June 2025
🟆︎
Tip: This package is unfree, and will require extra steps to install. You can read more about allowing unfree software in the Nixpkgs Manual.
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.
Installation
Obsidian can be installed from nixpkgs:
environment.systemPackages = with pkgs; [
obsidian
];