- Highlight text on a page
- Right click
- Select
Save text to file
- Text is saved to a
.txt
file in~/Downloads/
Extensions -> Save text to file -> Options
-
Filename prefix
`custom-prefix--`.txt
-
Add date or epoch to filename
Output using each of the different options:
custom-prefix--`1514072979`.txt
custom-prefix--`20012017`.txt
custom-prefix--`01202017`.txt
custom-prefix--`20170120`.txt
custom-prefix--`20172001`.txt
custom-prefix--.txt
- Save current URL in file
Whether to include the current URL at the top of the saved file.
- Show directory selection dialog
Whether user can select an alternative directory and/or filename before text is saved.
- Show notifications
Whether notifications are displayed every-time text is saved.
-
If file exists
Uniquify
To avoid duplication, the filename is changed to include a counter before the filename extension.
Overwrite
The existing file will be overwritten with the new file.
Prompt
The user will be prompted with a file chooser dialog.