On Writing
The library was not meant to be complete without you.
Create a document
> inscribe west-wing/drafts/my-first-note
Today I found a library inside my computer.
I don't know who built it.
.end
Type .end to finish. The document is on the shelf. The journal records it. The catalogue will find it.
Create a living document
Add a Λ layer:
> inscribe east-wing/utilities/greeter
This document greets you.
--- Λ ---
say "Hello, {reader}. You've read {documents-read} documents today."
.end
Edit
> revise welcome
Shows current text, then opens for replacement.
Move and copy
| Command | Effect |
|---|---|
transcribe A to B/ | Copy |
reshelve A to B/ | Move |
withdraw A | Delete (journal records it) |
Rooms
| Command | Effect |
|---|---|
open-room name | Create a room |
close-room name | Remove empty room |
Output
| Command | Effect |
|---|---|
say hello | Print to screen |
say hello into note | Write to file |
say hello onto note | Append to file |