Skip to content

Commit 17812d5

Browse files
committed
final release things
1 parent a0b1998 commit 17812d5

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Obsidian Meta Bind Changelog
22

3-
# 1.0.0 (UNRELEASED)
3+
# 1.0.0
44

55
New Features
66

README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,6 @@ When you click the toggle, the `done` property will switch between `true` and `f
1111

1212
To learn more, check out the [docs](https://mprojectscode.github.io/obsidian-meta-bind-plugin-docs).
1313

14-
> [!WARNING]
15-
> The next plugin version will probably be 1.0.0, which will include breaking changes to the plugins JavaScript API.
16-
1714
## Demo
1815

1916
![](https://github.com/mProjectsCode/obsidian-meta-bind-plugin/raw/master/images/meta-bind-plugin-demo-3-gif.gif)

exampleVault/View Fields/View Field.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ images:
1818
- Other/Images/img_flower.webp
1919
- Other/Images/img_butterfly.webp
2020
- Other/Images/subfolder/img_frozen_branch.jpg
21+
otherImages:
22+
- "[[Other/Images/img_flower.webp]]"
23+
- "[image](Other/Images/img_flower.webp)"
2124
---
2225

2326
`INPUT[number:number1]`
@@ -69,6 +72,8 @@ INPUT[imageListSuggester(optionQuery("Other/Images")):images]
6972

7073
`VIEW[{images}][image]`
7174

75+
`VIEW[{otherImages}][image]`
76+
7277
## Arrays and Objects
7378

7479
Plain Text:

0 commit comments

Comments
 (0)