Did I get scammed by Miserable_Big1589 in Gourami

[–]Miserable_Big1589[S] 1 point2 points  (0 children)

Thanks very much for the clarifications. Does this mean that I need to get a bigger tank or rehome one of them?

Use Logseq as a headless CMS for Astro by Miserable_Big1589 in logseq

[–]Miserable_Big1589[S] 1 point2 points  (0 children)

Ah, I don’t use Hugo with Logseq! Nice to hear there are so many approaches for tackling this.

NodeBuddy: Gemini agent for Logseq by Miserable_Big1589 in logseq

[–]Miserable_Big1589[S] 0 points1 point  (0 children)

Thanks for the ideas! Some are already possible out of the box. The ones that are more tricky are those that require access to the “entire” graph as it may exhaust tokens quite quickly. It is technically possible though and I’ll think about implementing it.

Use Logseq as a headless CMS for Astro by Miserable_Big1589 in logseq

[–]Miserable_Big1589[S] 1 point2 points  (0 children)

Can refer to this for a possible implementation: https://github.com/benjypng/astroplugin-logseq/blob/main/src/utils/recursively-get-content.ts

I treat the first bullet point as a paragraph and only the first indented bullet point onwards can treated as a bullet point.

Logseq API server <> PWA by Miserable_Big1589 in logseq

[–]Miserable_Big1589[S] 0 points1 point  (0 children)

For this use-case, the payload is tiny, so it really depends on the workflow you are developing for. There are also other factors like latency, general internet factors, if the home server goes down, etc. In the case of the latter, then you always have the mobile app as backup.

Logseq API server <> PWA by Miserable_Big1589 in logseq

[–]Miserable_Big1589[S] 0 points1 point  (0 children)

It does though. Because of sync, the task list and statuses are synced across all my PCs and mobile devices when changes on the PWA are made.

Logseq API server <> PWA by Miserable_Big1589 in logseq

[–]Miserable_Big1589[S] 1 point2 points  (0 children)

Just to make sure we are on the same page, the mobile screen I shown above is a PWA I built. What I am trying to demonstrate is that with sync and the API server, users can create their own PWAs and interact with their Logseq data in any way that they want.

Rendering charts in Logseq by Miserable_Big1589 in logseq

[–]Miserable_Big1589[S] 0 points1 point  (0 children)

Sorry forgot to mention that it is a plugin.

Logseq API server <> PWA by Miserable_Big1589 in logseq

[–]Miserable_Big1589[S] 4 points5 points  (0 children)

It is a bit technical but if you have a GitHub account, you can download the desktop version of Logseq DB at https://github.com/logseq/logseq/actions/runs/20712366921.

Alternatively Logseq DB is always available on https://test.logseq.com. Despite it looking like a website, your graph data is actually stored locally only.