LynetteCullen
LynetteCullen
Also, `[[Self Study Notes#Heat Flux\\|Heat Flux]]` and `[[Self Study Notes#Heat Flux\|Heat Flux]]` does not fix the issue.
The Markdown Table Editor fixes it to an extent where its readable in source mode. After you create the table using Advance Tables, Open Markdown Table Editor and click "Update...
Same problem here. ### **My fileclass fields**  ### **Input Modal**  ### **Can't Input MultiFile Values for the ObjectList Type Field**  ### **Using Object Type Field Breaks my...
> Same problem here. > > ### **My fileclass fields** >  > > ### **Input Modal** >  > > ### **Can't Input MultiFile Values for the ObjectList Type...
> Hey @LynetteCullens . I think it should be adding lines with a `>` at the start for callouts. However it depends how mangled the line it tries to work...
> Hey @LynetteCullens , I believe that #1017 requests a feature that would fix this issue. But in summary, the problem is that the math format you are using is...
It's May......
```dataviewjs const {fieldModifier: f} = this.app.plugins.plugins["metadata-menu"].api; dv.table (["File", "mathLink", "AltNotation", "Dimensions", "StaticDimensions", "MKS", "CGS", "FPS", "LinkedFormula"], await Promise.all(dv.pages('').map(async p => [ p.file.link, await f(dv, p, "mathLink"), await f(dv, p, "mathLink-blocks.AltNotation"),...
> const {fieldModifier: f} = this.app.plugins.plugins["metadata-menu"].api; ### This Didn't Work? ```dataviewjs const {fieldModifier: f} = this.app.plugins.plugins["metadata-menu"].api; dv.table(['Contact', 'Company', 'Business Role', 'Email', 'Last Contact'], await Promise.all(dv.pages('') .where(p => p.fileClass == 'contact')...
> No it doesn't. Which might mean the issue is elsewhere. When I click on my contact class, Table view doesn't populate correctly either. The contact column shows the entries...