blacksmithgu / obsidian-dataview

A data index and query language over Markdown files, for https://obsidian.md/.
https://blacksmithgu.github.io/obsidian-dataview/
MIT License
6.54k stars 390 forks source link

Vscode extension for data view plugin #2295

Open charudatta10 opened 2 months ago

charudatta10 commented 2 months ago

can data view plugin be repackaged as VSCode plugin?

need for plugin repackaging? Obsidian can vault can be used though VSCode

GottZ commented 2 months ago

can you please elaborate what such a plugin should provide to you? this is a obsidian plugin. not a vscode plugin.

AB1908 commented 2 months ago

Perhaps look at markdown db and the API they provide? Probably better to use that to build a vs code plugin as opposed to repurposing this one. Though exporting the core parsing and query engine is an interesting idea discussed in some other issue.

charudatta10 commented 2 months ago
GottZ commented 2 months ago

hm. that repo looks dead to me. no activity at all. almost like my own repos.

the thing is, to have dataview functionality, you would essentially have to re-create core features of obsidian itself. especially the indexing.