Working with attachments is one of the main features of the OutWiker. All files attached to the note are stored in the "__attach" subdirectory of the note's directory. To attach files just copy them into the "__attach" subdirectory. One of the software development tasks was to implement possibility to insert the attached images in note's text.

for example:



There is the special button bar (located on the "Attachments" pane) to work with attachments.



Its buttons are as follows:
  1. "Attach Files..." — Attach new files.
  2. "Attach Folder..." — Add a new folder as a copy of an existing one on the disk.
  3. "Create a new attached folder" — Create an empty attached folder.
  4. "Remove attached files..." — Remove selected files.
  5. "Rename attachment" — Change the name of an attached file or folder.
  6. "Select all" — Select all attached files and folders.
  7. "Insert link to attached file" — To insert relative path name of the selected file into the note's body, e.g., selecting the file "cat.jpg" attached to this note and clicking the "Paste" button results in inserting "__attach/cat.jpg".
  8. "Execute files" — To execute the selected files.
  9. "Open attachments folder" — To open folder with attached files in the default file manager.
  10. "Copy Attachments path" — Copy path to folder with attachments.