插件目录 » jsToolbar 图像扩展
作者 | T Leish | |
---|---|---|
网站 | https://github.com/tleish/redmine_jstoolbar_ext_images | |
代码仓库 | https://github.com/tleish/redmine_jstoolbar_ext_images.git | |
注册于 | 2014-05-21(约10年前) | |
当前版本 | 0.3.1 | |
兼容 | Redmine 3.2.x, 3.0.x, 2.6.x, 2.5.x, 2.4.x, 2.3.x, 2.2.x, 2.1.x, 2.0.x | |
用户评分 |
摘要¶
Redmine jsToolbar 图像扩展增强了 Redmine 维基和文本编辑工具栏的图像按钮。如果图像被附加到维基页面或问题中,则在点击图像按钮时将显示图像菜单,显示图像列表。它与已附加的文件和刚刚上传但尚未保存的图像一起工作。
需求¶
此插件需要安装 Redmine jsToolbar Ext 插件。
功能¶
- 轻松插入上传或即将上传的图像(或缩略图)
- 支持 Redmine 键盘剪贴板图像粘贴 插件。
- 修复了文件名中包含空格的图像:在 Redmine 中,如果您上传了一个带有空格的图像,那么将其插入维基文本进行查看可能会很困难。(参见:Redmine 问题 #10189)
另请参阅:¶
安装说明
$ cd redmine/plugins $ git clone https://github.com/tleish/redmine_jstoolbar_ext $ git clone https://github.com/tleish/redmine_jstoolbar_ext_images
重新启动 redmine
变更日志
0.3.1 (2016-01-22)
兼容 Redmine 3.2.x, 3.0.x, 2.6.x, 2.5.x, 2.4.x, 2.3.x, 2.2.x, 2.1.x, 2.0.x。
向缩略图标记添加默认属性
0.3.0 (2016-01-18)
兼容 Redmine 3.2.x, 3.1.x, 3.0.x, 2.6.x, 2.5.x, 2.4.x, 2.3.x, 2.2.x, 2.1.x, 2.0.x。
添加了对 markdown 的支持
0.2.0 (2015-09-16)
兼容 Redmine 3.2.x, 3.1.x, 3.0.x, 2.6.x, 2.5.x, 2.4.x, 2.3.x, 2.2.x, 2.1.x, 2.0.x。
- Redmine 3 支持
- 与剪贴板图像粘贴插件集成:https://github.com/peclik/clipboard_image_paste
- 添加了对图像缩略图的支持
0.1.0 (2014-05-21)
兼容 Redmine 2.5.x, 2.4.x, 2.3.x, 2.2.x, 2.1.x, 2.0.x。