mirror of
https://github.com/alterdekim/Interweave.git
synced 2025-04-19 15:30:17 +03:00
modified: README.md
This commit is contained in:
parent
044832ab38
commit
ea111298d8
12
README.md
12
README.md
@ -4,7 +4,7 @@ This is an Obsidian plugin that lets you effortlessly create informative Venn di
|
|||||||
|
|
||||||
## Example
|
## Example
|
||||||
|
|
||||||
:::interweave
|
```interweave
|
||||||
- sets:
|
- sets:
|
||||||
- A
|
- A
|
||||||
size: 12
|
size: 12
|
||||||
@ -21,7 +21,7 @@ This is an Obsidian plugin that lets you effortlessly create informative Venn di
|
|||||||
size: 3
|
size: 3
|
||||||
color: rgb(0,0,255)
|
color: rgb(0,0,255)
|
||||||
opacity: 1
|
opacity: 1
|
||||||
:::
|
```
|
||||||
|
|
||||||
<img src="">
|
<img src="">
|
||||||
|
|
||||||
@ -33,14 +33,14 @@ Interweave uses a clear and concise syntax similar to YAML to define your Venn d
|
|||||||
|
|
||||||
Start by listing your sets. Each set represents a group of related concepts.
|
Start by listing your sets. Each set represents a group of related concepts.
|
||||||
|
|
||||||
:::interweave
|
```interweave
|
||||||
- sets:
|
- sets:
|
||||||
- Name of Set
|
- Name of Set
|
||||||
size: 12
|
size: 12
|
||||||
color: "#FF0000"
|
color: "#FF0000"
|
||||||
opacity: 1
|
opacity: 1
|
||||||
# You can add more sets
|
# You can add more sets
|
||||||
:::
|
```
|
||||||
|
|
||||||
2. Customize Sets:
|
2. Customize Sets:
|
||||||
|
|
||||||
@ -55,7 +55,7 @@ Within each set definition, you can use properties to control its appearance:
|
|||||||
|
|
||||||
You can also define an intersections using already known tools.
|
You can also define an intersections using already known tools.
|
||||||
|
|
||||||
:::interweave
|
```interweave
|
||||||
# Add first set.
|
# Add first set.
|
||||||
- sets:
|
- sets:
|
||||||
- A
|
- A
|
||||||
@ -75,4 +75,4 @@ You can also define an intersections using already known tools.
|
|||||||
size: 3
|
size: 3
|
||||||
color: "#0000FF"
|
color: "#0000FF"
|
||||||
opacity: 1
|
opacity: 1
|
||||||
:::
|
```
|
Loading…
x
Reference in New Issue
Block a user