docs / writing

Writing.

The capture box

The box at the top of the home screen is for one-to-few-line thoughts. The app opens on it.

KeyDoes
istart writing (from the list, with the draft intact)
⏎new line; never saves
⌘↩keep the text as a fragment
⌘Eopen the text as a full note
escgo to the list; the draft stays

Fragments and notes

There are two kinds of thing in Paperkites.

FragmentNote
Titlenoneyes
Made with⌘↩ in the capture box⌘E in the capture box, :new [title], or :daily
In the listshown wholetitle and opening lines
On diska file in fragments/<Title>.md

:new makes a new note, with an optional title: :new Reading list. :daily opens today's note, titled with today's date (YYYY-MM-DD), and makes it if it doesn't exist yet.

The editor

Notes are markdown, shown as live preview. The editor speaks vim.

The gutter

Beside a note, the gutter shows when it was created, its tags (full paths, wrapping after a /), and how many links go out of it and come into it (2 out / 5 in). :info shows the note's words, reading time, file and links.

At the foot of a note, Linked from lists each note that links to it, with the sentence the link sits in, not just a title.

Tags

A tag is a word with a # in front, written anywhere in the text. There's no tag field and no tag manager: a tag exists because a note uses it.

Written asMeans
#gardena tag
#garden/soila nested tag: soil under garden
#reading list#a tag of several words, closed with a second #

Tags complete as you type. With the caret on a tag, gt opens its page. See Finding things for tag pages and renaming a tag everywhere.

A link is another note's title in double brackets.

Written asMeans
[[Keys]]a link to the note titled Keys
[[Keys|the keymap]]the same link, shown as "the keymap"
[[Keys#Summon]]a link to the Summon heading in Keys

Links complete as you type [[. You can also select text and press ⌘K to make it a link.

Moving around

With the caret on a link, tag or person, in NORMAL:

KeyDoes
gdfollow the link, or open the tag or person
Kpeek at it in a card, without leaving the note
gtopen the tag under the caret
gpopen the person under the caret
⌃o / ⌃iback / forward through where you've been

The format bar

Select text and a small bar offers bold, italic, link, tag, mention and code. The same works from the keyboard:

KeyDoes
⌘Bbold
⌘Iitalic
⌘Klink

You can turn the bar off in :settings, under Writing. The keys stay.

Images

Write an image the markdown way, with a path inside your vault:

![the view from the ridge](Pics/photo.png)

The image shows below its line. Images are served from your vault and nothing outside it. In lists, a note's preview shows up to two of its images.

Tidying: :format

:format tidies the markdown of the note you're in: tables, lists and blank lines. It never touches your words.

Mentions

@ followed by a username mentions a person, and completes as you type. See People.

Dates

Type one of these and it turns into an ISO date (2026-09-24):

TypeBecomes
@datetoday's date
@date:tom or @date:tomorrowtomorrow's date
@date:yes or @date:yesterdayyesterday's date

Deleting

:delete moves the note you're in to the trash. :trash shows the trash, and ⏎ on a note puts it back where it lived. See Your files.