Replies: 2 comments 1 reply
-
|
Hi, coincidentally I think I’m working on something very close to this idea. I have been building an openknowledge CLI for OKF, and some of the pieces you describe already map pretty directly to existing functionality:
So I think we may be thinking in the same direction. I’d be curious whether this matches what you had in mind. I also think there may be a missing specification layer around publishing and authoring workflows, so I wrote up a related proposal here: #113 Would love your thoughts there too. |
Beta Was this translation helpful? Give feedback.
-
|
Hi ! First release of Kiso, an open source publishing engine that turns Open Knowledge Format (OKF) bundles into static websites for humans and AI agents. In the same way that Hugo turns Markdown files into a static website, Kiso aims to turn an OKF knowledge base into a structured, browsable, and usable documentation site with You can see how it turns the google example into a documentation website: https://oak-invest.github.io/kiso/examples/kb-google-example/ |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
Can you give me feedback on my idea for developing a publishing engine that turns Markdown files into navigable knowledge systems for both humans and AI agents?
The idea is to build something similar to Hugo, but for the Open Knowledge Format.
It would provide a command-line application with commands such as:
.mdfiles (e.g., removes unnecessary empty lines)..mdfiles..mdfiles, while also preserving the original.mdfiles (so it can be published).Beta Was this translation helpful? Give feedback.
All reactions