该插件尚未通过WordPress的最新3个主要版本进行测试。 当与较新版本的WordPress一起使用时,可能不再受到维护或支持,并且可能会存在兼容性问题。

Add TinyMCE Blockquote Cite

描述

This plugin adds a simple function to the TinyMCE editor that allows editing the cite attribute of a blockquote element.

To call the editing window, just double-click or right-click on the blockquote element.

屏幕截图

  • Screenshot 1
  • Screenshot 2

安装

  1. Upload the plugin files to the /wp-content/plugins/add-tinymce-blockquote-cite directory, or install the plugin through the WordPress plugins screen directly.
  2. Activate the plugin through the ‘Plugins’ screen in WordPress

常见问题

How can I display the cite attribute at my theme?

You can display the value from cite attribute by adding the following code to your theme style.css:
/* css */
blockquote[cite]:after {
content: “\2014\00a0” attr(cite) “”;
display: block;
}

评价

此插件暂无评价。

贡献者及开发者

“Add TinyMCE Blockquote Cite” 是开源软件。 以下人员对此插件做出了贡献。

贡献者

更新日志

1.0.1

  • minor updates.

1.0.0

  • first stable version.

0.1

  • first version.