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
The issue persist with all other plugins and themes disabled
Plugin Version
1.1.3
This Issue Occurs on
Windows
Linux
macOS
Android
iOS
Debug Info
SYSTEM INFO:
Obsidian version: v1.6.7
Installer version: v1.5.12
Operating system: Windows 10 Pro 10.0.22631
Login status: not logged in
Insider build toggle: off
Live preview: on
Base theme: dark
Community theme: none
Snippets enabled: 0
Restricted mode: off
Plugins installed: 1
Plugins enabled: 1
1: Meta Bind v1.1.3
RECOMMENDATIONS:
Community plugins: for bugs, please first try updating all your plugins to latest. If still not fixed, please try to make the issue happen in the Sandbox Vault or disable community plugins.
Describe the Issue
This issue only happens in reading view. When a < h > element is before an input field, it fails to render. Can be fixed, by inserting an empty line beteween the < h > element and the input field.
Steps to Reproduce
Write <h2>something</h2> 2. Go to next line. 3. Write Food INPUT[number:food] 4. Go to reading view. 5. See error.
Expected Behavior
I expected the plugin to not care about where its code is relative to other things in the document.
The text was updated successfully, but these errors were encountered:
Please fill out these Check-boxes
Plugin Version
1.1.3
This Issue Occurs on
Debug Info
Describe the Issue
This issue only happens in reading view. When a < h > element is before an input field, it fails to render. Can be fixed, by inserting an empty line beteween the < h > element and the input field.
Steps to Reproduce
<h2>something</h2>
2. Go to next line. 3. Write FoodINPUT[number:food]
4. Go to reading view. 5. See error.Expected Behavior
I expected the plugin to not care about where its code is relative to other things in the document.
The text was updated successfully, but these errors were encountered: