mirror of
https://github.com/kunalja/VariantEditor.git
synced 2026-07-22 13:00:32 +00:00
fix url
This commit is contained in:
parent
b7af7bfc4b
commit
aea87cc4d6
1 changed files with 5 additions and 5 deletions
10
README.md
10
README.md
|
|
@ -50,19 +50,19 @@ Variant Editor works seamlessly across all platforms that Obsidian supports:
|
|||
|
||||
### Dark Mode
|
||||
|
||||

|
||||

|
||||
|
||||
### Light Mode
|
||||
|
||||

|
||||

|
||||
|
||||
### See Variants in Context
|
||||
|
||||

|
||||

|
||||
|
||||
### Commit All Variants
|
||||
|
||||

|
||||

|
||||
|
||||
## How It Works
|
||||
|
||||
|
|
@ -99,7 +99,7 @@ For example, `{{quick|fast|rapid}}^0` means "quick" is currently selected.
|
|||
- You can also use the "Commit All Variants" command to finalize all variants in your document
|
||||
|
||||
<video width="100%" controls>
|
||||
<source src="https://github.com/kunalJa/VariantEditor/raw/main/screenshots/feature_showcase.mp4" type="video/mp4">
|
||||
<source src="https://github.com/kunalJa/VariantEditor/raw/master/screenshots/feature_showcase.mp4" type="video/mp4">
|
||||
Your browser does not support the video tag.
|
||||
</video>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue