ops-itop / itop-extensions

my extensions of itop
29 stars 12 forks source link

iTop插件调研 #113

Open annProg opened 4 years ago

annProg commented 4 years ago

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 commented 4 years ago

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 commented 4 years ago

molkobain-handy-framework

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

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