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:
- "Attach Files..." — Attach new files.
- "Attach Folder..." — Add a new folder as a copy of an existing one on the disk.
- "Create a new attached folder" — Create an empty attached folder.
- "Remove attached files..." — Remove selected files.
- "Rename attachment" — Change the name of an attached file or folder.
- "Select all" — Select all attached files and folders.
- "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".
- "Execute files" — To execute the selected files.
- "Open attachments folder" — To open folder with attached files in the default file manager.
- "Copy Attachments path" — Copy path to folder with attachments.