๐Ÿ”’ DEMO โ€” Read only ยท โ† Back to Chimera ยท Download the app โ†’
H1 H2 H3 Bold Italic Code Link List Quote Rule
Edit Split Preview
๐Ÿ—‘ Delete Last saved 2s ago
--- id: index title: Welcome to Chimera description: Root index for the Chimera knowledge bundle tags: - wiki - ai - okf created: 2026-06-18 modified: 2026-06-18 --- # Welcome to Chimera This is your personal wiki powered by local AI inference. ## Getting Started - Use the **AI Writer** panel to generate content - Edit markdown directly in the editor - Preview renders your markdown in real-time ## Example ```javascript // Generated by AI console.log("Hello, wiki!"); ``` > "Knowledge is power." ## Related - [concepts/getting-started](concepts/getting-started.md) - [concepts/ai-writing-guide](concepts/ai-writing-guide.md) - [Google Cloud Knowledge Catalog](https://github.com/GoogleCloudPlatform/knowledge-catalog/) ## Bundle Structure This wiki follows the [Open Knowledge Format](https://github.com/GoogleCloudPlatform/knowledge-catalog/tree/main/okf). ``` chimera-wiki/ โ”œโ”€โ”€ index.md # Root directory listing โ”œโ”€โ”€ log.md # Update history โ”œโ”€โ”€ concepts/ โ”‚ โ”œโ”€โ”€ index.md # Concepts directory listing โ”‚ โ”œโ”€โ”€ getting-started.md โ”‚ โ”œโ”€โ”€ ai-writing-guide.md โ”‚ โ”œโ”€โ”€ p2p-sync.md โ”‚ โ””โ”€โ”€ mining-setup.md โ””โ”€โ”€ reference/ โ”œโ”€โ”€ index.md # Reference directory listing โ””โ”€โ”€ markdown-syntax.md ``` #wiki #ai #okf
Frontmatter (OKF)
id: index
title: Welcome to Chimera
tags: wiki, ai, okf

Welcome to Chimera

This is your personal wiki powered by local AI inference.

Getting Started

  • Use the AI Writer panel to generate content
  • Edit markdown directly in the editor
  • Preview renders your markdown in real-time

Example

// Generated by AI
console.log("Hello, wiki!");
"Knowledge is power."

Related

Bundle Structure

chimera-wiki/
โ”œโ”€โ”€ index.md
โ”œโ”€โ”€ log.md
โ”œโ”€โ”€ concepts/
โ”‚   โ”œโ”€โ”€ index.md
โ”‚   โ”œโ”€โ”€ getting-started.md
โ”‚   โ”œโ”€โ”€ ai-writing-guide.md
โ”‚   โ”œโ”€โ”€ p2p-sync.md
โ”‚   โ””โ”€โ”€ mining-setup.md
โ””โ”€โ”€ reference/
    โ”œโ”€โ”€ index.md
    โ””โ”€โ”€ markdown-syntax.md
Contents
Frontmatter
Welcome to Chimera
Getting Started
Example
Related
Bundle Structure