User guide

Everything Indenta does, in the order you are likely to meet it.

The library

Everything you write lives in one folder of plain .md files. The sidebar on the Mac and iPad, and the first screen on iPhone, lists them with the most recently edited at the top.

Make a new document with the compose button in the toolbar. It starts untitled — the first heading you type becomes the name you see in the list. Rename or delete a document from its context menu: press and hold on iPhone and iPad, or right-click on the Mac.

Folders

Folders are optional. If you never make one, the library stays a flat list. Make one from the new-folder button and it becomes a real subdirectory on disk — the same folder you will see in Finder or in the Files app.

Tapping a folder swaps the list for that folder's contents, with a link at the top to go back up. Folders nest as deep as you want. New documents are created inside whichever folder you are looking at, and you can move an existing document into another folder from its context menu.

Recently Deleted

Deleting a document does not destroy it. It moves to Recently Deleted, a row pinned to the bottom of the library that opens its own list.

From there you can restore a document to where it came from, or delete it permanently. Search covers your live documents only — Recently Deleted is not searched.

The editor

One column, generous margins, and nothing in them. Markdown styles itself as you type, and the markers stay visible in a dimmed grey rather than disappearing — the file on disk is always exactly what is on screen.

Block markers hang in the left margin instead of pushing your text sideways, so every line of body text shares one left edge no matter what kind of block it belongs to.

WhatYou typeNotes
Heading# HeadingSix levels, # through ######.
Bold**bold**Or __bold__.
Italic*italic*Or _italic_.
Strikethrough~~struck~~Two tildes either side.
Inline code`code`Set in the monospace face.
Code block```A fence on its own line, above and below.
Blockquote> quotedThe marker hangs in the margin.
Bullet list- itemWrapped lines align under the text.
Numbered list1. itemNumbers dim, text stays full strength.
Link[text](url)Brackets and URL dim; the text is styled.
Autolinkhttps://example.comA bare URL is recognised on its own.
Horizontal rule---Or ***.

Table syntax is not styled. Indenta leaves it exactly as you typed it, on screen and in print.

Formatting

On iPhone and iPad the formatting controls ride on the keyboard, appearing with it and going away with it: headings one through six, bullet and numbered lists, bold, and link.

On the Mac the same controls sit in a footer along the bottom of the editor. It stays out of the way until you move the pointer down to it. Each control toggles — applying a heading to a line that already has that heading takes it off again.

Typography

Three typefaces: monospace, which is the default and the one the app was designed around; sans; and a neo-grotesque. All three come from the system, so Indenta bundles no fonts of its own.

On the Mac you can set the width of the writing column to narrow, medium, wide, or the full window. Text size follows the system setting, so changing Dynamic Type on iPhone or iPad changes Indenta with everything else.

Printing and PDF

Printing does not print the editor. The document is laid out again for paper: the Markdown markers are gone, headings are set as headings, lists as lists, and code in a monospace block.

On the Mac, File ▸ Print, or File ▸ Export as PDF to write the same layout to a file. Page Setup chooses the paper. Change from A4 to Letter and the document repaginates for the new size rather than being cropped to it. On iPhone and iPad, share the document from the editor and choose PDF.

iCloud and Files

When you are signed into iCloud, Indenta keeps your library in your own iCloud Drive, in a folder named Indenta. It appears in the Files app and in Finder next to everything else, and the same documents show up on every device signed into the same account.

When there is no iCloud account, Indenta stores the library locally on the device and carries on without comment. Nothing is lost; the documents simply do not travel.

Because these are ordinary files, you can add to the library from outside the app — copy a .md file into the Indenta folder and it appears in the list.