Skip to content

Commit 93eb598

Browse files
committed
Update README with ribbon button feature
1 parent 708041f commit 93eb598

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ An Obsidian plugin that automatically commits vault changes to git.
88
- **Auto Pull**: Optionally pull from remote when Obsidian opens
99
- **Auto Push**: Optionally push to remote after commit
1010
- **Manual Operations**: Commands for manual pull, commit, and push
11+
- **Ribbon Button**: Quick access menu for Git actions (pull, commit, push, revert)
1112
- **Conflict Detection**: Detect merge conflicts and pause auto-commit until resolved
1213
- **Git Status Badges**: Show colored dots next to modified/new files in file explorer
1314
- **Repository Management**: Initialize repo and configure remote URL from settings
@@ -64,6 +65,7 @@ Then copy `main.js`, `manifest.json`, and `styles.css` to your vault's plugin fo
6465
| Commit message template | Custom message format | `vault backup: {{date}} {{time}}` |
6566
| Include file list in commit body | List changed files in body | On |
6667
| Show git status in file explorer | Display colored dots next to changed files | On |
68+
| Show ribbon button | Add Git actions menu to left ribbon | On |
6769
| Git binary path | Path to git executable | `git` |
6870
| Ignore .obsidian directory | Exclude config folder from triggers | On |
6971

0 commit comments

Comments
 (0)