Can I print only 1 page (or a few selected pages) instead of printing the whole note?
Unfortunately, you can’t, because the standard RichEdit control does not support this. It’s easy to notice that the editor doesn’t have a notion of page breaks – hence, no page selection for printing. It is possible to implement such a feature, but it would really take more effort than it’s worth. Instead, you may: • Select the part of the text you want to print; copy it to clipboard, then choose the “Paste Into New” command from the “Edit” menu. This will create a new, default note and paste the selected text into it automatically. Then print that new note and delete it afterwards. • Export the note from which you wish to print to an .RTF file, and load the file into Word or any other RTF-enabled editor which does support selecting pages, and print from there.