A vault-aware post-processing step that connects Hyprnote's meeting output to the user's Obsidian knowledge base.
Before — current Hyprnote → Obsidian export:
| #!/usr/bin/env bash | |
| set -euo pipefail | |
| # Install iA Writer fonts on a Boox device via ADB | |
| # Prerequisites: adb installed, device connected with USB debugging enabled | |
| # | |
| # Usage: ./install-ia-fonts-boox.sh [vault-path] | |
| # vault-path: path to your Obsidian vault on the device | |
| # default: /storage/emulated/0/Documents/primary |