Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 24 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,35 @@ on:
- main
- master
- '**'
paths-ignore:
- '**.md'
- 'docs/**'
- 'imgs/**'
- '.gitignore'
- 'sonar-project.properties'
- '.releaserc.json'
- 'manifest.json'
- 'versions.json'
- 'LICENSE'
- '.editorconfig'
- '.npmrc'
pull_request:
types: [opened, synchronize, reopened]
branches:
- main
- master
paths-ignore:
- '**.md'
- 'docs/**'
- 'imgs/**'
- '.gitignore'
- 'sonar-project.properties'
- '.releaserc.json'
- 'manifest.json'
- 'versions.json'
- 'LICENSE'
- '.editorconfig'
- '.npmrc'

jobs:
lint:
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@

[繁體中文使用說明](USAGE_zh.md)

<video src="https://blog-assets.firstsun.org/video/obsidian-plugins/git-file-sync-en.webm" width="100%" controls autoplay loop muted playsinline></video>

![sync-status](imgs/sync-status.png)
*The Sync Status View provides a clear overview of your files, allowing you to selectively push, pull, or view diffs for modified files.*

Expand Down
2 changes: 2 additions & 0 deletions USAGE_zh.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Git File Sync 使用說明書

<video src="https://blog-assets.firstsun.org/video/obsidian-plugins/git-file-sync-zh.webm" width="100%" controls autoplay loop muted playsinline></video>

本指南將引導您如何使用 Git File Sync 插件,在行動裝置與桌面電腦之間,透過 GitLab 或 GitHub 輕鬆同步您的筆記。

---
Expand Down
Loading