Ryzome - Playgrounds
Ryzome - Playgrounds
Docs
  • Docs
  • Changelog
  • Feature requests
  • Support portal

Writing in a Node

Ryzome nodes support full markdown formatting, making them powerful containers for rich content. Every node is a mini-document that can hold text, images, tables, code, and more.

Creating Content

Click anywhere on the canvas to create a new node, then start typing. Ryzome supports all standard markdown syntax:

Text Formatting

**Bold text** and _italic text_
~~Strikethrough~~ and `inline code`

Header and Structure

# Main Header

## Section Header

### Subsection

- Bullet points
- Nested lists
  - Sub-item
  - More items

1. Numbered lists
2. Sequential items
3. Ordered content

Links and References

[Link text](https://example.com)
[Internal link](/docs/quick-start)
![Image alt text](image-url.jpg)

Table

| Column 1 | Column 2 | Column 3 |
| -------- | -------- | -------- |
| Data     | More     | Content  |
| Row 2    | Info     | Here     |

CSV Data

Name,Role,Department
Alice,Designer,Product
Bob,Engineer,Development

Code block

function hello() {
  console.log('Hello, Ryzome!');
}

Using as AI Context

When you connect nodes containing rich content to other nodes, the AI can:

  • Read and understand formatted content including tables and code

  • Reference specific sections from headers and structure

  • Synthesize information across multiple connected markdown nodes

  • Maintain formatting when generating related content

Pro tip: Use headers and bullet points to structure your content. This helps AI understand the hierarchy and relationships within your nodes.

Best Practices

  • Keep nodes focused: One main idea or topic per node works best

  • Use clear headers: Structure your content with descriptive headers

  • Format for readability: Use tables, lists, and formatting to make content scannable

Very long nodes (10,000+ characters) may impact performance. Consider breaking large content into connected smaller nodes.

PrevQuick Start
NextAdding Images
Was this helpful?
    • Writing in a Node
    • Adding Images
    • PDF Files
    • Youtube video understanding
    • Copying-in External Text
    • Web Pages