Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unresolved properties within callout boxes and tables #33

Open
Acenoid opened this issue Nov 1, 2023 · 0 comments
Open

Unresolved properties within callout boxes and tables #33

Acenoid opened this issue Nov 1, 2023 · 0 comments

Comments

@Acenoid
Copy link

Acenoid commented Nov 1, 2023

Hello!
I'm terribly sorry to report the same issue again. In the fixed issue 28 support for dataview / metabind was improved. However, rendering seems to work sometimes, but often it doesn't.

Often the issue becomes apparent when a note is closed and reopened after editing. If the note is just edited and the user switches between edit & read mode, it might look fine - until the note is opened again later.

The issue seems to be related with the presence of "pipe symbols" (|) and with the presence of metabind instructions.

Here are some examples of working and non working callout boxes / tables.
If the sheets extended plugin is disabled all examples work (after reload).

> [!infobox]+
> # NOK, properties not resolved if columns strictly specified `=this.file.name`
> ![[EH.png]]
> ##### Steckbrief
> |     |     | 
> |---|---|
> | Lebt: | `INPUT[toggle:Lebt]` |
> | Geschlecht: |  `=this.Geschlecht` |
> | Geburtsjahr: | `=this.Geburtstag` |
> | Ort: | `=this.Ort` |
> | Gruppierung: | `=this.Gruppierung` |
> | UPP: | `=this.UPP` |
> | Buch: | `=this.Buch` (Seite `=this.Seite`) |
> | Laufbahn: | `=this.Laufbahn1`<BR>`=this.Laufbahn2`<BR>`=this.Laufbahn3` |

> [!infobox]+
> # OK, properties resolved: `=this.file.name`
> ![[EH.png]]
> ##### Steckbrief
>  |     |     | 
>  |---|---|
> Lebt: | `INPUT[toggle:Lebt]` 
> Geschlecht: |  `=this.Geschlecht` |
> Geburtsjahr: | `=this.Geburtstag` |
> Ort: | `=this.Ort` |
> Gruppierung: | `=this.Gruppierung` |
> UPP: | `=this.UPP` |
> Buch: | `=this.Buch` (Seite `=this.Seite`) |
> Laufbahn: | `=this.Laufbahn1`<BR>`=this.Laufbahn2`<BR>`=this.Laufbahn3` |

> [!infobox]
> # OK, properties resolved `=this.file.name`
> ![[placeholder.png]]
> ##### Quellen
>  |     |     | 
>  |---|---|
> Lebt: | `INPUT[toggle:Lebt]`  
> Buch: | `=this.Buch` (Seite `=this.Seite`) |
> Laufbahn: | `=this.Laufbahn1`<BR>`=this.Laufbahn2`<BR>`=this.Laufbahn3` |

> [!infobox]
> # NOK, properties not resolved metabind not used `=this.file.name`
> ![[placeholder.png]]
> ##### Quellen
>  |     |     | 
>  |---|---|
> Buch: | `=this.Buch` (Seite `=this.Seite`) |
> Laufbahn: | `=this.Laufbahn1`<BR>`=this.Laufbahn2`<BR>`=this.Laufbahn3` |

# more examples plain text and table

works `=this.Buch`

| not working  | 
| ------------ |
| `=this.Buch` |

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant