Skip to content

Attachments

Ayumi supports attaching various file types to your journal entries.

TypeFormats
ImagesJPEG, PNG, HEIC, GIF, etc.
DocumentsPDF
AudioM4A, MP3, WAV, etc.
VideoMP4, MOV, etc.
  1. Open an entry in the editor
  2. Use the attachment button to add files
  3. Select one or more files from the file picker
  4. Files are automatically copied to the entry’s assets folder

Attachments are stored alongside the Markdown entry:

2026/01/15/
├── my-entry.md
└── my-entry.assets/
├── photo.jpg
├── document.pdf
└── voice-memo.m4a

Markdown links are automatically inserted into the entry body, making them compatible with Obsidian and other Markdown editors.

In the entry detail view, all attachments are listed with their filenames. You can open them with their default application.

Remove attachments from the editor view. The file will be deleted from the assets folder.