Files
noodl-docs/nodes/overview.mdx
Eric Tuvesson 53f0d6320e Initial commit
Co-Authored-By: kotte <14197736+mrtamagotchi@users.noreply.github.com>
Co-Authored-By: mikaeltellhed <2311083+mikaeltellhed@users.noreply.github.com>
Co-Authored-By: Tore Knudsen <18231882+torekndsn@users.noreply.github.com>
Co-Authored-By: Michael Cartner <32543275+michaelcartner@users.noreply.github.com>
2023-09-05 12:08:55 +02:00

21 lines
893 B
Plaintext

---
id: overview
title: Node Reference
hide_title: true
hide_table_of_contents: true
---
import { NodeReferenceListing, NodeColorGuide } from './_overview.tsx'
# Node Reference
The main building blocks of Noodl are nodes. Every node has its own specific purpose and is very simple in itself, but together they become really powerful. Here you will find an overview of all Core Nodes, their type and category.
Noodl can also be extended with Modules that give you more nodes to build with. Check out the [Module library](/library/modules/overview) for the ones that already exist, or the [Extending Noodl section](/javascript/extending/overview) to learn how to develop your own.
<div className="spacer" style={{ paddingBottom: '80px' }} />
<NodeColorGuide text="All the nodes in Noodl are color coded to make it easier to visually navigate the Node Canvas." />
<NodeReferenceListing />