itop-extensions icon indicating copy to clipboard operation
itop-extensions copied to clipboard

iTop插件调研

Open annProg opened this issue 5 years ago • 2 comments

itop-markdown-viewer

https://github.com/Molkobain/itop-markdown-viewer

需要配置,不支持 abstract class

    'molkobain-markdown-viewer' => array (
        'enabled' => true,
        'markdown_attributes' => array (
            'Server' => array('description'),
            'FAQ' => array('summary', 'description'),
            'UserRequest' => array('description','public_log'),
            'Incident' => array('public_log'),
        ),
    ),

和 2.7 代码高亮似乎有冲突,开启 markdown 后代码高亮异常

编辑时:

image

保存后: image

annProg avatar Jul 03 '20 09:07 annProg

itop-console-tooltips

https://github.com/Molkobain/itop-console-tooltips

看起来很有用,给属性增加一个提示按钮,鼠标移上去之后显示提示信息,提示信息在翻译文件里定义:

Description comes from iTop's dictionary entry Class:<CLASS_NAME>/Attribute:<ATTRIBUTE_CODE>+' => 'Some description about the attribute'.

annProg avatar Jul 03 '20 09:07 annProg

molkobain-handy-framework

https://github.com/Molkobain/itop-handy-framework

提供了一些开发用的工具,可以让其他 module 调用

annProg avatar Jul 03 '20 09:07 annProg