Live data from Hacker News

Show HN: A terminal tool for Logseq journal entries

github.com

11–15 of 15 posts

Re: Show HN: A terminal tool for Logseq journal entries

#12

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](https://docs.logseq.com/#/page/local%20http%20server) to do this. https://github.com/logseq/nbb-logseq is useful for automations and is already used to create github actions e.g. https://github.com/logseq/publish-spa. In the upcoming database version, nbb-logseq is able to read and write Logseq graphs completely independent of the app - https://github.com/logseq/docs/blob/feat/db/db-version.md#sc...

Re: Show HN: A terminal tool for Logseq journal entries

#13

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]( https://docs.logseq.com/#/page/local%20http%20server ) to do this. https://github.com/logseq/nbb-logseq is useful for automations and is already used to create github actions e.g. https://github.com/logseq/publish-spa . In the upcoming database version, nbb-logseq is able to read and write Logseq graphs completely independent of the app - https://gi…

Thank you for this! I'll check it out as I do want to add the ability to navigate to pages from with the TUI. And at some point add in search functionality since I use it a lot within the Logseq app.
Post reply on HN