[wordpress插件] Annie安妮

wordpress 插件 文章 2020-02-18 18:20 618 0 全屏看文

AI助手支持GPT4.0

评分
100
描述

Annie provides comprehensive annotation options, including footnotes and highlighting.

Annie提供了全面的注释选项,包括脚注和突出显示。

If Tippy is installed, footnotes can be displayed inline using tooltips.

如果安装了Tippy,则可以使用工具提示在线显示脚注。

Also, footnotes are placed at the end of the post.

同样,脚注放在帖子的末尾。

For highlighting, you are able to use default highlighting styles or define your own.

对于突出显示,您可以使用默认的突出显示样式或定义自己的样式。

安装步骤

Upload the plugin into your wp-content/plugins directory

将插件上传到您的wp-content / plugins目录

Activate the plugin through the dashboard

通过仪表板激活插件

Visit the Annie Options page under the Settings section of your dashboard.

访问仪表板“设置”部分下的“安妮选项”页面。

To customize the styles, copy the contents of wp-content/plugins/annie/annie.css to your own theme’s stylesheet and add .annie_custom to each rule you want to customize.

要自定义样式,请将wp-content / plugins / annie / annie.css的内容复制到您自己主题的样式表中,然后将.annie_custom添加到要自定义的每个规则中。

For example:

例如:

.annie_notes.annie_custom { etc }

.annie_notes.annie_custom {等}

To use Annie:

使用Annie:

[hi]text[/hi] to highlight text using your default highlighting style

[hi] text [/ hi]使用默认的突出显示样式突出显示文本

[hi style=”red”]text[/hi] to highlight using the “red” style

[hi style =“ red”] text [/ hi]使用“ red”样式突出显示

[foot]This is my footnote text[/foot] to add a footnote wherever desired.

[foot]这是我的脚注文本[/ foot],可在需要的地方添加脚注。

If you want to manually specify where your footnotes should display, use the [footnotes] shortcode.

如果要手动指定脚注的显示位置,请使用[footnotes]简码。

To define new highlighter styles, simply add a rule to your stylesheet following the naming pattern: annie_hilight_yourstyle.

要定义新的荧光笔样式,只需按照命名模式annie_hilight_yourstyle将规则添加到样式表中即可。

To create a new style called “green_italics” define it as:

要创建一种称为“ green_italics”的新样式,请将其定义为:

.annie_hilight_green_italics {
    

.annie_hilight_green_italics {
    

background-color: green;
    

背景颜色:绿色;
    

font-style: italics;

字体样式:斜体;

}

}

下载地址
https://downloads.wordpress.org/plugin/annie.2.1.1.zip
-EOF-

AI助手支持GPT4.0