You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to write a code block in bb that can aggregate data from other blocks.
In its simplest form, we can just slurp a note's content by guessing its filename (a note can be in a subdir)
better yet, a function to resolve to the file name, or to some handle on a note
better yet, some way to get data about a note.
This could perhaps be implemented via babashka pods, where a TS pod interacts with the obsidian vault and uses the pod RPC mechanism to provide this sort of data to a babashka client.
The text was updated successfully, but these errors were encountered:
I would like to write a code block in bb that can aggregate data from other blocks.
This could perhaps be implemented via babashka pods, where a TS pod interacts with the obsidian vault and uses the pod RPC mechanism to provide this sort of data to a babashka client.
The text was updated successfully, but these errors were encountered: