is there any way to capture the Dataview plugin's output and statisize it during export? #75
Answered
by
zoni
jcolson
asked this question in
Support and Q&A
|
i have quite a few pages that use the dataview plugin to put summary tables together. it would be great if there was someway to make those pages static so that it is output during the export. |
Answered by
zoni
Jan 17, 2022
Replies: 2 comments 2 replies
|
Theoretically, it would be possible to write a postprocessor which reimplements dataview functionality in Rust. In practice, I fear dataview has such a large API that this would be a non-starter. So the realistic answer is, no, this is not possible unfortunately. Exporting notes with all the result/output of plugins intact would really have to be something implemented natively in Obsidian itself. |
0 replies
Answer selected by
zoni
|
understood ... next stop -> i'll try to see if there is a way for dataview to statically render pages somewhere, and THEN use obsidian-export .... |
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Theoretically, it would be possible to write a postprocessor which reimplements dataview functionality in Rust. In practice, I fear dataview has such a large API that this would be a non-starter.
So the realistic answer is, no, this is not possible unfortunately. Exporting notes with all the result/output of plugins intact would really have to be something implemented natively in Obsidian itself.