Where did you install Firefox from? Help Mozilla uncover 3rd party websites that offer problematic Firefox installation by taking part in our campaign. There will be swag, and you'll be featured in our blog if you manage to report at least 10 valid reports!

Шукати в статтях підтримки

Остерігайтеся нападів зловмисників. Mozilla ніколи не просить вас зателефонувати, надіслати номер телефону у повідомленні або поділитися з кимось особистими даними. Будь ласка, повідомте про підозрілі дії за допомогою меню “Повідомити про зловживання”

Learn More

Ця тема перенесена в архів. Якщо вам потрібна допомога, запитайте.

Is it possible to edit html files in firefox with notepad?

  • 2 відповіді
  • 1 має цю проблему
  • 1 перегляд
  • Остання відповідь від davidbillin1955

more options

Is it possible to edit html files in firefox with notepad? was asked 8 years ago, but the solutions no longer work. The internal Scratchpad facility seems to have disappeared, I cannot see how to edit the code using Developer Tools, and Windows 11 no longer offers Notepad as an "Open with" app.

Is it possible to edit html files in firefox with notepad? was asked 8 years ago, but the solutions no longer work. The internal Scratchpad facility seems to have disappeared, I cannot see how to edit the code using Developer Tools, and Windows 11 no longer offers Notepad as an "Open with" app.

Обране рішення

You can possibly set an external application like Notepad as the program for "View Page Source".

You can find these prefs on the about:config page to set what external viewer/editor to use.

  • view_source.editor.args
  • view_source.editor.external
  • view_source.editor.path
Читати цю відповідь у контексті 👍 0

Усі відповіді (2)

more options

Вибране рішення

You can possibly set an external application like Notepad as the program for "View Page Source".

You can find these prefs on the about:config page to set what external viewer/editor to use.

  • view_source.editor.args
  • view_source.editor.external
  • view_source.editor.path
more options

Thank you; that worked, with ARGS blank, EXTERNAL set to true, and the PATH discovered by creating a shortcut to the program. The icing on the cake would be to have an argument that tells Notepad what directory the file lives in, so that "save as" a new file would go in the rght place; can that be done?