-
Notifications
You must be signed in to change notification settings - Fork 2
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
It Seems Like It Choked: Uncaught (in promise) Syntax Errors #4
Comments
|
So neither the dataview query nor dataviewjs worked right? (the dataview query looks like it should work) For the dataviewjs, you don't do const data = dv.pages().map(f => [f.file.link, f.foo]);
return {
headers: ['file', 'foo'],
values: data
} |
Something interesting-- The same way you make a dv.span("```dataedit\n" +
"TABLE test, date, bool\n" +
"```"
) Which would allow you to render other things (like The only meh thing about this approach is that after making an edit in the Dataedit table (within a dataview codeblock), editable table will still update quickly and without any flicker, but shortly after Dataview will flicker due to metadata changing (which is a known issue with Dataview and one of the reasons for Datacore being written with React). |
From Dataview Type Query
obsidian.md-1714877932099.log
From Dataviewjs Type Query
obsidian.md-1714878245785.log
The text was updated successfully, but these errors were encountered: