generated from obsidianmd/obsidian-sample-plugin
-
-
Notifications
You must be signed in to change notification settings - Fork 71
Closed
Labels
bugUndesired behavior caused by this pluginUndesired behavior caused by this plugin
Description
Please fill out these Check-boxes
- I checked for existing similar issues
- I checked that the plugin is up to date
- The issue persists with all other plugins and themes disabled
Plugin Version
1.3.1
This Issue Occurs on
- Windows
- Linux
- macOS
- Android
- iOS
Debug Info
SYSTEM INFO:
Obsidian version: v1.7.7
Installer version: v1.4.13
Operating system: Windows 10 Pro 10.0.19045
Login status: not logged in
Language: en
Insider build toggle: off
Live preview: on
Base theme: adapt to system
Community theme: none
Snippets enabled: 0
Restricted mode: off
Plugins installed: 1
Plugins enabled: 1
1: Meta Bind v1.3.1
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
- A view field with text(renderMarkdown) puts updated value into a new row instead of overwriting itself
- The number is shown only temporarily - after reopening the note the correct value will be shown.
Steps to Reproduce
Example to reproduce the issue.
---
Version: 0
---
works:
`VIEW[{Version}][text()]`
does not work:
`VIEW[**<center>{Version}</center>**][text(renderMarkdown)]`
Button: `BUTTON[Version-increment]`
Button Code:
~~~meta-bind-button
label: "+1"
id: Version-increment
hidden: true
style: primary
actions:
- type: updateMetadata
bindTarget: Version
evaluate: true
value: 1 + getMetadata('Version')
tooltip: Neue Version
~~~
Expected Behavior
- If RenderMarkdown is applied , the button should still updateMetadata and not add extra lines to the note (temporarily).
Metadata
Metadata
Assignees
Labels
bugUndesired behavior caused by this pluginUndesired behavior caused by this plugin
