mirror of
https://github.com/friebetill/obsidian-file-diff.git
synced 2026-07-22 07:40:25 +00:00
No description
|
|
||
|---|---|---|
| scripts | ||
| src | ||
| .editorconfig | ||
| .eslintignore | ||
| .eslintrc | ||
| .gitignore | ||
| .npmrc | ||
| .prettierignore | ||
| .prettierrc.json | ||
| esbuild.config.mjs | ||
| LICENSE | ||
| manifest.json | ||
| package.json | ||
| README.md | ||
| styles.css | ||
| tsconfig.json | ||
| version-bump.mjs | ||
| versions.json | ||
| yarn.lock | ||
Obsidian File Diff
⚠️ This plugin is in development and not working at the moment. ⚠️
Purpose
This plugin adds a file difference command to Obsidian, allowing users to compare and merge changes between different versions of a file.
Compatibility
Compatible with all platforms (Windows, Linux, macOS, Android and iOS). TODO: Test on Android and iOS. Tested with Obsidian v0.15.0 or higher.
Installation
At the moment, the plugin is not yet available as an official plugin. Therefore, it must be installed manually:
- Download the repository as a zip file
- Unzip the file
- Install node modules with
yarn install - Build the plugin with
yarn build - Copy
main.js,styles.cssandmanifest.jsonin your plugin folderVaultFolder/.obsidian/plugins/obsidian-file-diff/
When the plugin is officially release you can follow these steps to install the plugin:
- Open Obsidian
- Click on the "Settings" icon in the bottom left corner
- Click on "Community plugins"
- Click on "Browse"
- Search for "File Diff"
- Click on "Install"
- Click on "Enable"
Usage
To use the plugin, follow these steps:
- Open a file in Obsidian
- Open the command palette (Ctrl/Cmd + P)
- Search for "File Diff"
- Select the file you want to compare with the current file
Demo

Contributing
If you have any issues or suggestions, please open an issue on the repository. If you would like to contribute code, please fork the repository and submit a pull request.
Support
For support, please open an issue on the repository.