Skip to content

aforrer999/save-text-to-file-firefox

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

save-text-to-file-firefox

  1. Highlight text on a page
  2. Right click
  3. Select Save text to file
  4. Text is saved to a .txt file in ~/Downloads/

Options

Extensions -> Save text to file -> Options

  1. Filename prefix

     `custom-prefix--`.txt
    
  2. 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
  1. Save current URL in file

Whether to include the current URL at the top of the saved file.

  1. Show directory selection dialog

Whether user can select an alternative directory and/or filename before text is saved.

  1. Show notifications

Whether notifications are displayed every-time text is saved.

  1. 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.
    

About

Firefox addon that saves highlighted text to a file.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 83.2%
  • HTML 15.2%
  • CSS 1.6%