首页
/ BBRuby 技术文档

BBRuby 技术文档

2024-12-10 17:01:07作者:咎竹峻Karen

本文档将详细介绍如何安装、使用及API调用BBRuby项目,帮助用户更好地理解和应用该Ruby实现的BBCode转换功能。

1. 安装指南

BBRuby可以通过Ruby的Gem包管理器进行安装。在终端中运行以下命令:

gem install bb-ruby

2. 项目使用说明

BBRuby是一个将BBCode标记转换为HTML的Ruby实现。以下是基本的使用方法:

首先,需要引入BBRuby库:

require 'bb-ruby'

BBRuby已经直接集成到String类中,可以直接在任何字符串对象上使用:

text = "[b]Here is some bold text[/b] followed by some [u]underlined text[/u]"
output = text.bbcode_to_html

BBRuby会自动转义HTML标签。如果不希望进行转义,可以传递false作为第二个参数:

output = text.bbcode_to_html({}, false)

如果只想允许某些标签,可以通过第三个参数进行设置:

output = text.bbcode_to_html({}, true, :enable, :image, :bold, :quote)

也可以禁用某些标签:

output = text.bbcode_to_html({}, true, :disable, :image, :bold, :quote)

还可以直接使用BBRuby类进行转换:

output = BBRuby.to_html(bbcode_markup)

自定义转换规则可以通过以下方式实现:

my_blockquote = {
  'Quote' => [
    /\[quote(:.*)?=(.*?)\](.*?)\[\/quote\1?\]/mi,
    '<div class="quote"><p><cite>\2</cite></p><blockquote>\3</blockquote></div>',
    'Quote with citation',
    '[quote=mike]please quote me[/quote]',
    :quote
  ],
}

text.bbcode_to_html(my_blockquote)

如果需要,也可以使用Proc作为替换:

module BBRuby
  @@tags = @@tags.merge({
      'File' => [
        /\[file(:.*)?=(.*?)\](.*?)\[\/file\1?\]/mi,
        lambda{ |e| "<div class=\"file\"><p><cite>#{e[3]}</cite></p><blockquote>#{file_read_method(e[2])}</blockquote></div>"},
        'File content with citation',
        '[file=script.rb]Script Caption[/file]',
        :file
      ],
    })
end

使用simple_format方法可以格式化输出:

output = text.bbcode_to_html_with_formatting
output = text.bbcode_to_html_with_formatting!

3. 项目API使用文档

以下是BBRuby处理BBCode标签的列表及其对应的符号,用于启用或禁用:

  • [b] :bold
  • [i] :italics
  • [u] :underline
  • [s] :strikeout
  • [del] :delete
  • [ins] :insert
  • [code] :code
  • [size] :size
  • [color] :color
  • [ol] :orderedlist
  • [ul] :unorderedlist
  • [li] :listitem
  • [*] :listitem
  • [list] :listitem
  • [list=1] :listitem
  • [list=a] :listitem
  • [dl] :definelist
  • [dt] :defineterm
  • [dd] :definition
  • [quote] :quote
  • [quote=source] :quote
  • [url=link] :link
  • [url] :link
  • [img size=] :image
  • [img align=] :image
  • [img=] :image
  • [img] :image
  • [youtube] :video
  • [gvideo] :video
  • [vimeo] :video
  • [email] :email
  • [align] :align
  • [left] :left
  • [center] :center
  • [right] :right
  • [br] :br

4. 项目安装方式

项目的安装方式已在安装指南中详细说明,即通过Ruby的Gem包管理器进行安装。

热门项目推荐
相关项目推荐

项目优选

收起
Python-100-DaysPython-100-Days
Python - 100天从新手到大师
Python
263
54
国产编程语言蓝皮书国产编程语言蓝皮书
《国产编程语言蓝皮书》-编委会工作区
65
17
open-eBackupopen-eBackup
open-eBackup是一款开源备份软件,采用集群高扩展架构,通过应用备份通用框架、并行备份等技术,为主流数据库、虚拟化、文件系统、大数据等应用提供E2E的数据备份、恢复等能力,帮助用户实现关键数据高效保护。
HTML
85
63
openHiTLSopenHiTLS
旨在打造算法先进、性能卓越、高效敏捷、安全可靠的密码套件,通过轻量级、可剪裁的软件技术架构满足各行业不同场景的多样化要求,让密码技术应用更简单,同时探索后量子等先进算法创新实践,构建密码前沿技术底座!
C
53
44
Cangjie-ExamplesCangjie-Examples
本仓将收集和展示高质量的仓颉示例代码,欢迎大家投稿,让全世界看到您的妙趣设计,也让更多人通过您的编码理解和喜爱仓颉语言。
Cangjie
196
45
HarmonyOS-ExamplesHarmonyOS-Examples
本仓将收集和展示仓颉鸿蒙应用示例代码,欢迎大家投稿,在仓颉鸿蒙社区展现你的妙趣设计!
Cangjie
268
69
xxl-jobxxl-job
XXL-JOB是一个分布式任务调度平台,其核心设计目标是开发迅速、学习简单、轻量级、易扩展。现已开放源代码并接入多家公司线上产品线,开箱即用。
Java
9
0
RuoYi-VueRuoYi-Vue
🎉 基于SpringBoot,Spring Security,JWT,Vue & Element 的前后端分离权限管理系统,同时提供了 Vue3 的版本
Java
171
41
RuoYi-Cloud-Vue3RuoYi-Cloud-Vue3
🎉 基于Spring Boot、Spring Cloud & Alibaba、Vue3 & Vite、Element Plus的分布式前后端分离微服务架构权限管理系统
Vue
38
24
qwerty-learnerqwerty-learner
为键盘工作者设计的单词记忆与英语肌肉记忆锻炼软件 / Words learning and English muscle memory training software designed for keyboard workers
TSX
332
27