You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+18Lines changed: 18 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,23 @@
1
1
# Obsidian Meta Bind Changelog
2
2
3
+
# 0.9.0
4
+
5
+
New Features
6
+
7
+
- Meta Bind Embed, a way to embed a note (Note B) in another note (Note A) and have all the input fields think they are part of note A
8
+
9
+
Changes
10
+
11
+
- Improved the handling of nested metadata a lot, fixing [#52](https://github.com/mProjectsCode/obsidian-meta-bind-plugin/issues/52) in the process
12
+
- A lot more input fields will now recognize links and render them as links [#141](https://github.com/mProjectsCode/obsidian-meta-bind-plugin/issues/141)
13
+
- You can now unselect an element in the `select` input field by clicking on it again [#145](https://github.com/mProjectsCode/obsidian-meta-bind-plugin/issues/145)
14
+
15
+
Bug Fixes
16
+
17
+
- Style fixes for Obsidian 1.5.0
18
+
- Fixed a bug with the meta bind table
19
+
- Fixed a multitude of bugs relating to how input fields handle frontmatter values that are invalid for that input field, thanks to a lot of new automated tests
0 commit comments