Greasy Fork

AO3: Comment Formatting Options

Adds interface to comments to easily insert formatting options in HTML

目前为 2017-10-07 提交的版本。查看 最新版本

作者
dusty
评分
0 0 0
版本
1.1
创建于
2017-07-13
更新于
2017-10-07
大小
5.1 KB
许可证
暂无
适用于

This basically adds a UI to help you insert HTML codes to use for formatting comments. Edit the script and set ICONIFY to false if you want text instead of icons instead for the options.

Current options are:

  • Bold (<strong></strong>)
  • Italic (<em></em>)
  • Underline (<u></u>)
  • Strikethrough (<s></s>)
  • Insert Link (<a href=""></a>)
  • Insert Image (<img src="">)
  • Blockquote (<blockquote><?blockquote>)

Possible TODOs If I Have Time And/Or Have Figured Out How To Do It

  • add a prompt thingy for the Insert Link and Insert Image options to ask for href/src values, etc.
  • add more options. definitely bulleted and numbered lists.
  • a preview on how the comment would look?

Let me know if you encounter bugs/weird shit happening or have suggestions etc. etc.