公告栏
这是一个公告栏...目前还没有啥公告...
本站安装的插件
-
nodebb-plugin-extended-markdown
Github地址:https://github.com/MinecraftForgeFrance/nodebb-plugin-extended-markdown
安装方式
npm install nodebb-plugin-extended-markdown
nodebb-plugin-magic-button
Github地址:https://github.com/ferumdev/nodebb-plugin-magic-button
举例
Installation 安装
npm install ferumdev/nodebb-plugin-magic-button
Deactivate 关闭
./nodebb reset -p nodebb-plugin-magic-button
Uninstall 卸载
npm uninstall nodebb-plugin-magic-button
nodebb-plugin-topic-noindex
允许在单个主题上设置 noindex 元标记
Installation 安装
npm install nodebb-plugin-topic-noindex
@nodebb/nodebb-plugin-user-level
用户等级设置
详细介绍:https://community.nodebb.org/topic/17204/nodebb-plugin-user-level-user-levels-plugin汉化:https://bbs.aiink.cn/topic/12/
安装
npm i @nodebb/nodebb-plugin-user-level
nodebb-plugin-dwnvtr(猛踩插件)
对付网络喷子的利器
通过每次投反对票让他们的帖子越来越透明这个功能我以前只在一个极客网站上看过Engadget 中国版 - 消费性电子产品新闻和评测 cn.engadget.com|互联网档案馆,非常不错,但是现在那个站已经噶了很多年了。。。
好像是挪到了雅虎?还是就是雅虎的站啊,这个就不太清楚了...
貌似是这样的
废话不多说
官网链接:https://community.nodebb.org/topic/744/nodebb-plugin-dwnvtr-downvoter-plugin安装
npm install nodebb-plugin-dwnvtr
Topic Ratings(主题评分)
Github:https://github.com/NodeBB/nodebb-plugin-topic-ratings
安装:在管理页面直接搜索
nodebb-plugin-customize
安装完成后进入
/nodebb/node_modules/nodebb-theme-harmony/templates/partials/topics_list.tpl
在61行左右
添加<!-- IMPORT partials/ratings.tpl -->
然后添加自定义CSS
span.topic-ratings-stars.text-warning { margin-top: -4px !important; } span.topic-ratings-stars.text-primary{ margin-top: -4px !important; }
nodebb-plugin-customize
不想改文件的,安装这个插件
Github:https://github.com/NodeBB/nodebb-plugin-customize
安装完成后,不仅可以自定义语言包,还可以自定义模板 -
nodebb-plugin-extended-markdown 部分语法
Tooltip
Tooltip allow you to add a hover-text on another text. The syntax is text. You can use fa-info as text, in this case it will use fa-info icon:
这里是需要注意的事项
锚点
所有标题(h1、h2 等、Markdown 中的 #)将自动有一个使用 slug 的锚点(像 :、 、 这样的特殊字符被删除,空格被 - 替换)。然后,您可以使用通常的 markdown 语法创建指向此锚点的链接:[link name](#anchor-name)
比如这个锚点
带背景的文本标题
专为 Minecraft Forge France 的教程添加,这个是带背景的
h2
。您可以使用#anchor-name(title)
添加它,其中anchor-name
是锚点的名称。然后,您可以使用通常的 markdown 语法创建指向此锚点的链接:[link name](#anchor-name)
您可以使用自定义 css 覆盖样式:.text-header { background-color: anotherColor; }
Grouped code 分组代码
它允许使用漂亮的选项卡显示多种语言。语法有点复杂:
===group \```python print("Hello world!") \``` \```javascript console.log("Hello world!") \``` ===
您可以添加两种以上的语言
Note 注意
!!! info [Title(注意这个标题不支持中文)]: A simple note !!! important [Title(注意这个标题不支持中文)]: An important note !!! warning [Title(注意这个标题不支持中文)]: A warning note Can be in multiple line !
显示为
Title
A simple note
Title
An important note
Title
A warning note
Can be in multiple line !您可以通过覆盖 css 来更改颜色
.admonition.important { background: #c0f2e8; } .admonition.important .admonition-title { background: #7de8d2; } .admonition.info { background: #c0dcf2; } .admonition.info .admonition-title { background: #7dbae8; } .admonition.warning { background:#f2d9c0; } .admonition.warning .admonition-title { background:#e8b37d; }
管理员 cp -> 外观 -> 自定义内容 -> 自定义 CSS/SASS
nodebb-widget-html-extended
GitHUB:https://github.com/manolino/nodebb-widget-html-extended
这个插件可以让你在侧边栏拥有更丰富的Html编辑能力
npm install nodebb-widget-html-extended
-
Copyright AiINK.CN All Rights Reserved Since 2023