Этот плагин не тестировался с последними 3 основными выпусками WordPress. Скорее всего, он уже не поддерживается и может быть несовместим с текущими версиями WordPress.

Download HTML TinyMCE Button

Описание

Download HTML TinyMCE Button allows users with write access to save posts and pages from the editor page. A button is added to the TinyMCE toolbar which will instantly send a command to your browser to save the content to a new .html file.

A few use cases for this would be:

  • Send the HTML to someone without access to your WordPress instance (for review, translation, etc.)
  • Preview the content in a browser without any CSS from WordPress
  • Create a local backup of a post or page (especially useful if history is disabled)

Donations

Скриншоты

  • The Download HTML TinyMCE Button in a default installation of WordPress.
  • The button also integrates with the TinyMCE menu, enabled using a plugin such as TinyMCE Advanced.

Установка

  1. Unzip the plugin contents to the /wp-content/plugins/download-html-tinymce-button/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress

Часто задаваемые вопросы

What is TinyMCE?

TinyMCE is the default text/markup editor that is used to create posts and pages in WordPress. Please see the Official TinyMCE website or the WordPress documentation for further information.

Why is the downloaded HTML different from how it appears when I view the source of the post or page? And why is it all on one line?

These are unfortunate effects of how WordPress stores the HTML by default. To work around this, you can install the TinyMCE Advanced plugin and select the option to «Stop removing the <p> and <br /> tags when saving and show them in the Text editor» on its settings page.

Отзывы

Нет отзывов об этом плагине.

Участники и разработчики

«Download HTML TinyMCE Button» — проект с открытым исходным кодом. В развитие плагина внесли свой вклад следующие участники:

Участники

Перевести «Download HTML TinyMCE Button» на ваш язык.

Заинтересованы в разработке?

Посмотрите код, проверьте SVN репозиторий, или подпишитесь на журнал разработки по RSS.

Журнал изменений

1.0

  • Initial release.

1.1

  • Tweak readme.txt file. (no functional changes)

1.2

  • Update compatibility to WordPress 4.0. (no functional changes)