N oodle
Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Back to homepage

Getting Started

I don’t know what a command line is.

More about noodle before I jump in.

I learn by doing. Skip. Skip. Skip. Skip. Skip…

Open A Knowledge Base

Don’t have noodle on your system? Follow the installation guide.

Create a working directory.

mkdir /path/to/your/working/directory

You can paste in a bunch of files from an existing knowledge base, create some new ones from scratch, or just leave it empty for now.

Go to your chosen working directory,

cd /path/to/your/working/directory

… and initialize it.

noodle init
Backup Your Data!
Noodle is in alpha and changes frequently. Opening a knowledge base with a newer version of noodle than it was initialized with may corrupt it.

Now it’s ready for noodle commands! Running noodle without arguments opens the directory with the interactive REPL interface.

noodle

It features a partial list of doodles and a layermask to show you a manageable “slice” of the full noodle structure. If you’ve just initialized, your noodle will only contain the files of your workingdirectory. From here you can enter commands to navigate, create, destroy, and rearrange structure.

Once in the REPL, create a layer to work in. For example:

layer main

Use the chain command in the REPL to quickly get some content down.

chain math philosophy ethics sport

Hold Ctl and use the Up and Down arrow keys to see your links in action.

Way to Go!

Take the time to master noodle’s basic manipulations. They’re pretty straight forward. They form the basis for all the more complex noodliness and are great for making small specific changes.