5 comments
As a semi-aside: Are there headless tools for interacting with Logseq databases, especially queries? This would be super useful for automations.
When Logseq is running locally, you can use its [local http server](<a href="https://docs.logseq.com/#/page/local%20http%20server" rel="nofollow">https://docs.logseq.com/#/page/local%20http%20server</a>) to do this. <a href="https://github.com/logseq/nbb-logseq">https://github.com/logseq/nbb-logseq</a> is useful for automations and is already used to create github actions e.g. <a href="https://github.com/logseq/publish-spa">https://github.com/logseq/publish-spa</a>. In the upcoming database version, nbb-logseq is able to read and write Logseq graphs completely independent of the app - <a href="https://github.com/logseq/docs/blob/feat/db/db-version.md#scripting">https://github.com/logseq/docs/blob/feat/db/db-version.md#sc...</a>
Logseq can expose an HTTP API: <a href="https://docs.logseq.com/#/page/local%20http%20server" rel="nofollow">https://docs.logseq.com/#/page/local%20http%20server</a><p>This is less ideal than a library due to the complexity of running it; setting it up on a server will probably be annoying. But it <i>should</i> give you a lot of the power Logseq has, it apparently being the same API as plugins get to use.
I don't know of any at the moment. That said I do want to add the ability to search pages and navigate links within the Logseq graph. This would have to be in the TUI as I don't want to maintain several plugins for various editors.
Awesome. I was just looking for something like this this week. I was thinking logseq + nvim + textual but bubbletea is also great.
Thank you! I also wanted this
Some screenshots would be nice ;)
[flagged]