목차

Joplin

Flatpak Install

flatpak override --filesystem=host net.cozic.joplin_desktop
 
# --filesystem 에 /mnt 등도 지정가능

글꼴 설정

code,
pre {
  font-family: 'D2Coding Regular', 'Monospace'
}

모양

동기화

SSL 인증서 오류

{
    "$schema": "https://joplinapp.org/schema/settings.json",
    "locale": "ko",
    ...,
    "net.ignoreTlsErrors": true
}