[wordpress插件] BNS Inline AsidesBNS在线助手

wordpress 插件 文章 2020-03-08 07:30 595 0 全屏看文

AI助手支持GPT4.0

评分
0
描述

Have you ever wanted to add a personal comment into the body of a post or page and have it stand out from the rest of the content?

您是否曾经想在帖子或页面的正文中添加个人评论,并使其在其余内容中脱颖而出?

Have you really wanted to throw a rant in a review because the subject just really got under your skin but you don’t want to dramatically disrupt the content?

您是否真的想在评论中大声疾呼,因为该主题确实在您的皮肤下,但您不想大幅破坏内容?

This plugin will allow you to style sections of the post, or page, content with a shortcode that can add more emphasis by leveraging a style element from the active theme.

该插件将允许您使用短代码来设置帖子或页面内容的样式,从而可以利用活动主题中的样式元素来增强重点。

These asides can be left open as part of the content flow;

这些助手可以作为内容流的一部分打开;

or these asides can be closed to leave your readers the option of opening them if they choose to.

或者可以关闭这些助手,让读者可以选择打开它们。

Copyright 2011-2018 Edward Caissie (email : edward.caissie@gmail.com)

2011-2018年Edward Caissie的版权(电子邮件:edward.caissie@gmail.com)

This program is free software;

该程序是免费软件;

you can redistribute it and/or modify
  

您可以重新分发和/或修改
  

it under the terms of the GNU General Public License version 2,
  

它遵循GNU通用公共许可证版本2的条款,
  

as published by the Free Software Foundation.

由自由软件基金会发布。

You may NOT assume that you can use any other version of the GPL.

您可能不会假定您可以使用任何其他版本的GPL。

This program is distributed in the hope that it will be useful,
  

分发该程序是希望它会有用,
  

but WITHOUT ANY WARRANTY;

但没有任何保证;

without even the implied warranty of
  

甚至没有
的暗示保证  

MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

特定目的的适销性或适用性。

See the
  

参见
  

GNU General Public License for more details.

GNU通用公共许可证以获取更多详细信息。

You should have received a copy of the GNU General Public License
  

您应该已经收到了GNU通用公共许可证的副本
  

along with this program;

与该程序一起;

if not, write to the Free Software
  

如果没有,请写信给免费软件
  

Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA

美国,马萨诸塞州波士顿,富兰克林街51号,基金会基金会,邮政编码02110-1301

The license for this software can also likely be found here:
  

此软件的许可证也可以在以下位置找到:
  

http://www.gnu.org/licenses/gpl-2.0.html

http://www.gnu.org/licenses/gpl-2.0.html

Acknowledgements

致谢

Credits for jQuery assistance: Trevor Mills www.topquarkproductions.ca

获得jQuery帮助的信用:Trevor Mills www.topquarkproductions.ca

Screenshots Source Content

屏幕截图源内容

Sample content taken from the “Readability” post of the Theme Unit Test data found here: https://codex.wordpress.org/Theme_Unit_Test used with the default Twenty Ten Theme.

示例内容取自主题单元测试数据的“可读性”帖子,可在以下位置找到:https://codex.wordpress.org/Theme_Unit_Test,与默认的“二十个主题”一起使用。

安装步骤

This section describes how to install the plugin and get it working.

本节介绍如何安装插件并使其正常工作。

    1. Go to the “Plugins” menu in the Administration Panels (“dashboard”).
    2. 转到“管理面板”(“仪表板”)中的“插件”菜单。

    3. Click the ‘Add New’ link.
    4. 点击“添加新”链接。

    5. Click the “Upload” link.

    6. 点击“上传”链接。

    7. Browse for the bns-inline-asides.zip file on your computer;

    8. 在计算机上浏览bns-inline-asides.zip文件;

      upload;

      上载

      and, install accordingly.

    9. 然后相应地安装。

    10. Activate.
    11. 激活。

    — or –

    —或–

      1. Go to the “Plugins” menu in the Administration Panels (“dashboard”).
      2. 转到“管理面板”(“仪表板”)中的“插件”菜单。

      3. Click the ‘Add New’ link.
      4. 点击“添加新”链接。

      5. Search for BNS Inline Asides.
      6. 搜索BNS内联助手。

      7. Install.
      8. 安装。

      9. Activate.
      10. 激活。

      Please read this article for further assistance: http://wpfirstaid.com/2009/12/plugin-installation/

      请阅读本文以获取更多帮助:http://wpfirstaid.com/2009/12/plugin-installation/

      Usage

      用法

      This plugin makes use of WordPress Shortcode API (additional information can be found in the codex here: https://codex.wordpress.org/Shortcode_API)

      此插件利用WordPress短代码API(其他信息可在此处的编解码器中找到:https://codex.wordpress.org/Shortcode_API)

      The basic shortcode usage is [aside]CONTENT[/aside].

      基本的简码用法是 [aside] CONTENT [/ aside]

      The default values of the shortcode are type: aside;

      简码的默认值是:aside;

      and, status: open.

      并且,状态:打开。

        • [aside]CONTENT[/aside] = [aside type="aside" status="open"]CONTENT[/aside]
        • [aside] CONTENT [/ aside] = [aside type =“ aside” status =“ open”] CONTENT [/ aside]

        To use the [aside] shortcode and have it initially “closed” any status other than “open” will work as the plugin will change the status to “closed” if it is not equal to

        要使用 [aside] 简码并使其最初“关闭”,除“打开”以外的任何状态都将起作用,因为如果插件不等于,它将更改为“关闭”状态

        “open”.

        “打开”。

        The pre-defined aside types currently included:

        当前包括的预定义类型:

          • Note – uses the theme element’s default text color on a Light Grey background
          • 注意–在浅灰色背景上使用主题元素的默认文本颜色

          • Rant – uses black text on a red background with a non-repeating flame graphic
          • Rant –在红色背景上使用黑色文字,并带有非重复火焰图形

          • Changelog – sets the font to monospace, reminiscent of type written notes
          • Changelog –将字体设置为等宽字体,让人想起书面注释

          • Footnote – uses lower-case roman numerals when the items are written using an (HTML) ordered list
          • 脚注–使用(HTML)有序列表写入项目时,使用小写的罗马数字

          • Nota Bene (NB) – italicizes the text within the aside
          • Nota Bene(NB)–斜体显示文本

          • Black text on a transparent background with a non-repeating hat graphic
          • 透明背景上的黑色文本,带有不重复的帽子图形

          • Correction – Black text on a transparent background with a non-repeating checkbox graphic
          • 更正–透明背景上的黑色文本,带有非重复的复选框图形

          • Update – Black text on a transparent background with a non-repeating circular arrow graphic
          • 更新–透明背景上的黑色文本,带有非重复的圆形箭头图形

          See the frequently asked questions section for how to add your own custom type.

          有关如何添加自己的自定义类型,请参见常见问题部分。

下载地址
https://downloads.wordpress.org/plugin/bns-inline-asides.1.3.2.zip
-EOF-

AI助手支持GPT4.0