Armen Abrahamyan77 downloadsReview and resolve sync conflicts from any cloud service.
A simple plugin for conflict resolution. No more hunting through your file system. Just open your note, hit Review, and Resolve.
Search Conflict Manager in the community plugins of Obsidian, then Install and Enable the plugin.
@media (prefers-color-scheme: light) {
.row-delete {
background: rgba(var(--color-red-rgb), 0.07);
.highlight-soft { background: rgba(var(--color-red-rgb), 0.15); }
.highlight-strong { background: rgba(var(--color-red-rgb), 0.40); }
}
.row-insert {
background: rgba(var(--color-green-rgb), 0.07);
.highlight-soft { background: rgba(var(--color-green-rgb), 0.15); }
.highlight-strong { background: rgba(var(--color-green-rgb), 0.40); }
}
}
@media (prefers-color-scheme: dark) { /* same code for dark mode ... */ }
If you have any issues/suggestions, please open an issue on the repository. If you'd like to contribute to the code, please fork the repository and submit a pull request.