meta data for this page
Table of Contents
Obsidian
Obsidian is a note-taking and knowledge management app.
What works:
- Creating a note
- Graph view
Issues:
- The preference menu doesn't fit perfectly the screen.
Scale to fit:
is not necessary
Desktop Entry
mkdir -p /home/mobian/.local/bin/
Download the app:
wget https://github.com/obsidianmd/obsidian-releases/releases/download/v0.9.17/Obsidian-0.9.17-arm64.AppImage -P /home/mobian/.local/bin/ wget https://wiki.mobian-project.org/lib/exe/fetch.php?media=obsidian_logo.png -P /home/mobian/.local/bin/
chmod +x /home/mobian/.local/bin/Obsidian-0.9.17-arm64.AppImage
sudo touch /usr/share/applications/obsidian.desktop
[Desktop Entry] Type=Application Name=Obsidian GenericName=Obsidian Path=/home/mobian/.local/bin/ Exec=/home/mobian/.local/bin/Obsidian-0.9.17-arm64.AppImage Icon=/home/mobian/.local/bin/obsidian_logo.png Terminal=false Categories=note StartupWMClass=obsidian
Phone Compatibility:
4 of 5 Points, most feature work on the Pinephone.
How to install:
Appimage:
There is an arm64 app image: https://github.com/obsidianmd/obsidian-releases/releases/download/v0.9.17/Obsidian-0.9.17-arm64.AppImage