#Save Text to File
Firefox addon which saves selected text to a file in a directory (defaulting to the user's home directory).
Goal is to simplify note taking on web pages so users can refer to data at a later stage offline, without the need to remember URL's etc.
After highlighting some text, right-click and select Save Text to File
File names can have the following pre-defined formats:
userPreference.txt
userPreference--<todaysdate>.txt
userPreference--<timestamp>.txt
userPreference--<todaysdate>-<timestamp>.txt
- Add date to saved file name
- Add time to saved file name (disabled if 'saveMode' is 'Append')
- Add date to the beginning of saved text
- Add time to the beginning of saved text
- Various date formats to choose from (.txt, .csv)
- Add a line separator to the file before saved text
- Save current URL in file
- Text encoded using UTF-8 (Unicode) so all international characters can be stored correctly
- Ability to either append text to existing file or create a new file
- Set filename same as pagename
- Show/hide widget icon
- Optional preference confirmation panel triggered when
Save Text to File
is clicked - Option to save selected html text
- Can edit text before saving
- Czech (cs-CZ)
- German (de-DE)
- Chinese (zh-CN)
- English (en-US) (en-GB)
- Spanish (es-ES)
- French (fr-FR)
- Italian (it-IT)
- Japanese (ja-JP)
- Korean (ko-KR)
- Polish (pl-PL)
- Russian (ru-RU)
- Ukrainian (uk-UA)