BigCamel
BigCamel
不能,里面用了 react 组件。由 @myprelude 实现的
可以找到文字的 Range ,然后用 canvas 画一个
2. iOS chrome浏览器 未复现
欢迎 PR ~
那你电脑上有什么字体,序号都是浏览器上ul li默认设置的
你下的是图标字体,跟本身电脑字体没关系。那个检测字体只是检测你电脑系统上面安装了的哪些字体
这个只是检测你的浏览器上面是否能支持这个字体,支持就可以用,不支持也没关系,不能使用 fontfamily 设置字体而已,跟其它任何东西没有关系,也没有影响 https://github.com/red-axe/am-editor/blob/master/packages/toolbar/src/utils.ts#L36
就是在你的浏览器上随便一个节点上设置css fontFamily,然后他的字体没有变化,文字的宽度也没有变,就是认定他算是没这个字体的。https://github.com/red-axe/am-editor/blob/master/packages/toolbar/src/config/toolbar/fontfamily.tsx 这是默认的字体名称。 fontfamily 默认的工具栏配置 https://github.com/red-axe/am-editor/blob/master/packages/toolbar/src/config/toolbar/index.tsx#L606 自定义工具栏配置 https://editor.aomao.com/zh-CN/config/toolbar#dropdown
没有,用ifrmae 或者 embed 插件
卡片 https://editor.aomao.com/plugin/tutorials-card#example 插件 https://editor.aomao.com/plugin/tutorials-card#react-card-plugin-example