MSzturc / obsidian-advanced-slides

Create markdown-based reveal.js presentations in Obsidian
https://mszturc.github.io/obsidian-advanced-slides/
MIT License
987 stars 82 forks source link

support for dataviews #243

Open zink-chimaera opened 1 year ago

zink-chimaera commented 1 year ago

Is your feature request related to a problem? Please describe.

dataviews (see popular obsidian plugins) are not rendered within the presentation.

Describe the solution you'd like

The output of dataviews are rendered within the presentation, i.e. if you write

LIST
FROM #todo 

results in a list of entries with the appropriate tag.

Additional context

Left: Markdown (correctly rendered) Right: Presentation (not rendered)

image

rethore commented 1 year ago

I'd like to second this request, with the addition of support for dataviewjs as well. There is a an option in Dataviewjs to render the tables into markdown: https://blacksmithgu.github.io/obsidian-dataview/api/code-reference/#markdown-dataviews So in theory it would "just" require to pipe this into a reveal.js view to render it. My javascript & typescript skills are unfortunately too limited to help crafting this.

The application I'm interested in: automatically creating summary slides for project management meetings. I can create the page views with dataviewjs already, it could then be neatly presented in meetings as slides with your great plugin.