💾 Archived View for bbs.geminispace.org › u › norayr › 17144 captured on 2024-12-17 at 13:34:06. Gemini links have been rewritten to link to archived content
⬅️ Previous capture (2024-08-18)
-=-=-=-=-=-=-
Re: "I have started an interesting experiment: A Gemini frontend..."
omg, knowfox looks like something i have been looking for for years. thank you for making it.
can i have most of the data public and only some things closed?
i have this idea that my personal database and homepage/capsule should be sort of the same.
May 22 · 7 months ago
⛵️ olav [OP] · 2024-05-22 at 06:15:
most of the data public and only some things closed?
Not out of the box, unfortunately. I use it for private journalling and as a personal knowledge base, so everything is private by default.
Publishing works by running a static site generator. The published site consists of static HTML pages.
⛵️ olav [OP] · 2024-05-22 at 06:29:
Here is an example:
— blog.knowfox.com (sorry, no Gemini yet)
The published result on the left and the internal view (with some configuration) on the right:
— calmer.news/blog-knowfox.gif
I have started an interesting experiment: A Gemini frontend to my personal knowledge management system, Knowfox. [https link] Knowfox Knowfox stores all content as Markdown. This makes it easy to convert to Gemtext and display it. Saving content through a Titan request is a bit more involved, as I have to strip out the navigation and convert Gemtext back to Markdown. I have a local implementation working, as a Python CGI script behind GmCapsule, working against the Knowfox REST API....