File Menu
New: creates a new, untitled document.
Special New >
Plain Text: creates a new, empty plain text document.
Rich Text from Pasteboard: creates a new rich text document and inserts the contents of the pasteboard (previously copied text).
Plain Text from Pasteboard: creates a new plain text document and inserts the contents of the pasteboard (previously copied text).
With Current Selection: inserts currently selected text from the frontmost document in Bean into a new rich text document.
Open…: shows a panel that allows the user to select and open a previously saved document.
Note: This is how to associate a file type with Bean so that it always opens in Bean when you double-click a file’s icon: In the Finder, select a file of the file type that you are interested in. Next, in the Finder's menu bar, select Find > Get Info > then Open with: Bean. Then, click the 'Change All...' button and OK the change.
Open Recent: choose from the list to quickly reopen a document; does not work in full screen mode due to a bug (rdar://5748616).
Save As…: Bean will warn you when saving a rich text document containing attachments (such as images) to another format that cannot save attachments (in which case they will be discarded).
Revert to Saved: reloads the saved version of the document and discards the current version. The user is warned by an alert that unsaved changes will be lost.
Export >
to HTML with Styles: the current document is exported to an HTML source code file with inline CSS styles, which is saved in a folder having the name of the original document. The containing folder opens in the Finder after export. You cannot export an unsaved document.
to HTML without Styles: the current document is exported to an HTML source code file with no CSS styles (just pure HTML), which is saved in a folder having the name of the original document.
To make the image references in the HTML code work, follow these steps:
1. Open the exported HTML file in Bean (drop the revealed icon onto Bean's application icon).
2. Replace the image references in the HTML code (they are preceded by img src=) with the names of the image files you will place in the same folder as the HTML file (or like this: graphics/logo.jpg if there is a 'graphics' folder there to hold the image files).
3. Save it, then double-click the HTML file to open it in Safari and check what it looks like.
to PDF: saves the document as a .pdf file in the same folder as the original. PDF provides the greatest fidelity to the original document when you are sending the document to others, but is generally not editable by others.
to RTF with pictures: images in a document are inserted into the exported RTF format file. While Windows and Linux users cannot open .rtfd or .bean format files, they probably can open RTF format files.
to DOC with pictures: same as ‘Export > to RTF with pictures,’ but the filename extension is changed to .doc, which puts most windows users in their comfort zone. MS Word will open RTF files renamed with a .doc extension without complaint.
Send to Mail: Opens a new mail in Mail.app with the current active document added as an attachment; .rtfd files are zipped automatically (since they are really folders, not discrete files). The filename of the attachment is displayed as text next to the attachment for added reassurance that you are mailing the correct file. Note: you cannot mail documents that have yet to be saved.
Backup: creates a date-stamped and sequentially numbered backup copy of the saved document you are working on in the same folder as the original. Useful for version control, documentation, and archiving.
Make Template: makes the open document a template by locking the document's file. Bean then offers to reopen the template as an untitled document. You can unlock the locked file by selecting the file in the Finder, then de-select Finder > Get Info > Locked.
Show in Finder: opens a Finder window for the folder that contains the current (saved) document. Note that the Finder, when in column mode, will report a file's creation and modification date in the preview column. Note: it is better to close the document in Bean before using the Finder to move or rename the document.
Page Setup…: provides control over the document's page size and page orientation.
Print…: reveals the standard OS X print panel. From here you can select the printer, fine tune the printed output, print to PDF, open in Preview.app, and so on.
Print Selection…: prints only the text that is selected. Works with multiple text selections, and adds dividers between them if the user has selected Bean > Preferences… > Advanced > Document > Print Selection… separates multiple selections.