We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b86fef3 commit 46fd350Copy full SHA for 46fd350
1 file changed
docs/docs/index.md
@@ -25,6 +25,15 @@ Once Datacore is installed, it's immediately ready to use!
25
Datacore is currently in a power-user stage focused on javascript/typescript savvy users - non-javscript views similar to DataviewQL
26
will be coming in the future!
27
28
+### Datacore as an API
29
+
30
+The datacore API typings are available via the npm package `@blacksmithgu/datacore`. If you are developing an Obsidian
31
+plugin that you want to interop with Datacore on, you can simply:
32
33
+```bash
34
+yarn install @blacksmithgu/datacore
35
+```
36
37
### Screenshots
38
39
<ImageFigure
0 commit comments