Please fill out these Check-boxes
Plugin Version
1.4.17
This Issue Occurs on
Debug Info
SYSTEM INFO:
Obsidian version: v1.9.12
Installer version: v1.8.10
Operating system: Darwin Kernel Version 25.0.0: Wed Aug 27 20:24:13 PDT 2025; root:xnu-12377.1.9~17/RELEASE_ARM64_T8132 25.0.0
Login status: not logged in
Language: en
Insider build toggle: off
Live preview: on
Base theme: adapt to system
Community theme: Minimal v8.0.4
Snippets enabled: 0
Restricted mode: off
Plugins installed: 2
Plugins enabled: 2
1: Notebook Navigator v1.4.17
2: Meta Bind v1.4.6
Describe the Issue
Hello! I'm experiencing an issue with dynamic code block generation using meta bind values.
Current Approach: I'm using meta bind values to generate code blocks with meta values as shown in the attached screenshot.
Issue: The VIEW values display correctly in inline code but don't render the dynamic values in code blocks.
Questions:
- Is this limitation by design?
- Are there any workarounds to generate copyable code blocks with dynamic values in reading mode?
Thank you for the excellent plugin.
Steps to Reproduce
Use provided snippet:
---
release_tag: 0.0.10
---
To deploy tag `VIEW[{release_tag}]`, you need:
\```
git checkout VIEW[{release_tag}]
\```
Expected Behavior
Please fill out these Check-boxes
Plugin Version
1.4.17
This Issue Occurs on
Debug Info
Describe the Issue
Hello! I'm experiencing an issue with dynamic code block generation using meta bind values.
Current Approach: I'm using meta bind values to generate code blocks with meta values as shown in the attached screenshot.
Issue: The VIEW values display correctly in inline code but don't render the dynamic values in code blocks.
Questions:
Thank you for the excellent plugin.
Steps to Reproduce
Use provided snippet:
Expected Behavior