tnichols217 / obsidian-columns

GNU General Public License v3.0
208 stars 9 forks source link

[BUG: External] meta-bind fields show as a long string of numbers #56

Open wiggleforlife opened 1 year ago

wiggleforlife commented 1 year ago

Describe the bug

When meta-bind input fields are programmatically added to a column, they show up as long strings of numbers in the reader view. When meta-bind input fields are added normally to a column, they simply say, "unloaded meta bind input field."

Steps To Reproduce

Create a column and embed a document with meta-bind fields, such as this -

Embed:

dv.paragraph(dv.sectionLink("Journal/Daily/"+date+".md", "Habits", true));

Document:

Drawing time: `INPUT[time:drawingTime]` 
Reading time: `INPUT[time:readingTime]` 

then restart Obsidian.

Create a column and add an input field, such as this -

`INPUT[time]`

Expected behavior

These fields should appear just as they do in a normal document, like in the second screenshot.

Screenshots

image image image

System Info

OS: Windows 10 Pro Obsidian Version: 1.3.5 Plugin Version: 1.5.0

Other plugin information

Plugin Name: meta-bind Github Link to Plugin: https://github.com/mProjectsCode/obsidian-meta-bind-plugin Plugin Version: 0.5.1

anpalcactus commented 1 year ago

I experienced the same behavior so plus it. For reference, here’s an issue opened at meta bind plugin, which shows that the behavior is related to columns. Maybe you find this info usable
https://github.com/mProjectsCode/obsidian-meta-bind-plugin/issues/54

tnichols217 commented 1 year ago

Been swamped with work lately, but ill try to take a look at this. If anyone wants to PR, im open to review