用fast note sync这个插件。很好用。
教程:https://www.lincol29.cn/deploy-fast-note-sync
教程:https://www.bilibili.com/video/BV1jh5J69EZA/?vd_source=b80965ad370685d66a3db78baeb19254
作者:https://github.com/haierkeys/obsidian-fast-note-sync/blob/master/docs/README.zh-CN.md
version: '3'
services:
fast-note-sync-service:
image: haierkeys/fast-note-sync-service:latest
container_name: fast-note-sync-service
restart: always
ports:
- "9000:9000"
volumes:
- ./storage:/fast-note-sync/storage
- ./config:/fast-note-sync/config