← Articles

Writing to think

Why I write before I draw, and what it changes in a product project.

  • Method
  • Writing

This file is an example. Duplicate it to write a real article, then delete it.

Markdown works the same as in Obsidian: bold, italic, links, lists, quotes and headings.

A subheading

A paragraph. The site deliberately caps line length at roughly 68 characters — beyond that, the eye struggles to find the start of the next line.

A list

  • First point
  • Second point

Code, if needed

const clarity = (idea) => idea.write().then(draw);

That’s it: you save, you push, the page is live.