插件怎么开发,有api么

插件怎么开发,有api么?

可以参考这个 插件模版进行开发
https://github.com/seatable/seatable-plugin-template

setting.local.js 配置信息 从哪获取呢??

默认您已拥有 seatable 账号

  1. 在 seatable 管理页面 创建一个 base
  2. 右键菜单可以生成 APIToken
  3. 访问该 base 可以在 URL 中找到 workspaceID, dtableName 参数
    eg: http://127.0.0.1:8000/workspace/1/dtable/abcd/?tid=0000&vid=0000
    workspace 后面的数值为: workspaceID
    dtable 后面的字符串为: dtableName

这里有中文版的插件开发案例:https://github.com/seatable/seatable-plugin-table-info/blob/master/README.cn.md