-
Notifications
You must be signed in to change notification settings - Fork 180
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Docs/update config helper and material helper docs #423
Docs/update config helper and material helper docs #423
Conversation
@@ -5,7 +5,7 @@ | |||
|
|||
# Iceworks 应用配置辅助开发插件 | |||
|
|||
为 icejs 和 rax-app 的配置类文件(build.json/app.json)提供可视化表单设置或代码编辑提醒、校验等功能。 | |||
为 icejs 和 rax-app 的配置类文件(build.json/app.json) 提供可视化表单设置或代码编辑提醒、校验等功能。并且为所有 json 类型的配置文件提供可视化编辑功能 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
少了一个句号。
@@ -59,6 +59,12 @@ | |||
|
|||
![使用说明](https://user-images.githubusercontent.com/56879942/87398223-2d38c080-c5e8-11ea-8eef-2f208f498210.gif) | |||
|
|||
#### 打开源文件 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
显示源文件
@@ -59,6 +59,12 @@ | |||
|
|||
![使用说明](https://user-images.githubusercontent.com/56879942/87398223-2d38c080-c5e8-11ea-8eef-2f208f498210.gif) | |||
|
|||
#### 打开源文件 | |||
|
|||
在可视化面板中唤醒源文件的编辑器 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
在可视化面板中快速定位到源文件并进行代码编辑。
@@ -48,6 +48,40 @@ | |||
1. 在 JSX 文件中使用组件(如 View ) | |||
2. 在组件标签内输入属性的部分内容,将会激活自动补全提醒。 | |||
|
|||
### 组件文档支持 | |||
|
|||
#### 激活组件文档支持 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
激活
|
||
![使用说明](https://user-images.githubusercontent.com/56879942/90105060-d73a7280-dd77-11ea-8cb6-dbda547adcf2.gif) | ||
|
||
或着: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
或者
2. 点击文档链接 | ||
3. 确认打开链接 | ||
|
||
#### 文档页面设置 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
文档打开方式设置
请同时就 review 意见更新中英文文档 |
文档的修改已经完成,请查收。 |
Done |
* chore: generate-material * feat: support generate-component * chore: fix * chore: prettier * chore: camelcase5.x because def generator not support 6.x(only node10.x) * chore: set test case default registry * chore: prettier fix * fix: display incorrect Language * fix: configHelper active events * feat: support other material * feat: support other material * chore: prettier * fix: options * chore: rework * fix: adaptor typo error * chore: 去除无用参数 * chore: prettierr * chore: prettierr * fix: glob add dot * chore: publish * feat: update * feat: update * fix: ci * fix: ci * feat: update style dau * fix: prettier:fix * feat: update * feat: update review * feat: support all json files in config-helper * feat: support theme package array Co-authored-by: jason.yf <jason.yf@alibaba-inc.com> * fix: ci * feat: Component Doc Helper (#405) * feat: material doc panel init * refactor: useReduce and add i nterface * feat: add doc link in Hover * fix: command in hoverItem * feat: openInInternalBrowser * feat: add document Material Finder * feat: add setting and rename symbols * feat: i18n * refactor: solve the problems in the first round of review * chore: update function name Co-authored-by: alvinhui <alvin.hui@qq.com> * chore: set prettier in pre-push * chore: upgrade extension version for beta publish * fix: quickPickItemDisplayMutipleTimes * fix: display en in zh-cn model (#422) * feat: component generator (#377) * feat: init lowcode project * feat: add canvas and inner * chore: eslintignore * fix: lint * feat: init component generator * feat: support extra html * feat: generate code * fix: theme * feat: schema param * feat: support write file to local * feat: init schema * fix: package * fix: remove unused packages * chore: remove component generator web * feat: transformTextComp&transformCompMap * fix: lint * chore: remove code * feat: input component error prompt * fix: lint * chore: todo * feat: support tsx * feat: update assets cdn url * chore: remove deps * feat: add try catch in generateComponentCode * fix: comment * fix: i18n * feat: component generator for quick pick (#419) * feat: add component generator quickPick * chore: change log * fix: lint * fix: config helper (#425) * fix: command language && paltette * fix: show source * feat: make sure uri is validate * style: fix by prettier * docs: update config helper and material helper README (#423) * docs: update changlog and README for config helper * docs: update changelog and doc of material helper * fix: update Docs and en build.json schema * chore: update words * chore: update docs * feat: disable form input when submit (#426) * feat: disable-form-input-when-submit * fix: remove unused code * chore: version&changeLog&i18n * docs: update version and CHANGE.log (#427) * fix: prettier ignore ejs * docs: update description * fix: webpack build error * fix: comment * fix: package version * chore: version & changelog (#429) * hotfix: create component error (#430) * fix: create component error * fix: console * docs: change section order * refactor: using generate component in quick pick * feat: add more command for Iceworks status bar * docs: typo * refactor: Docs && Commands (#431) * docs: change section order * refactor: using generate component in quick pick * feat: add more command for Iceworks status bar * docs: typo * chore: component service i18n (#434) * chore: component-service i18n * fix: comment * docs: update iceworks-ui-builder README (#432) * docs: update iceworks-ui-builder README * fix: comment * fix: typo * chore: docs description * chore: change cdnUrl (#435) * hotfix: loss i18n * feat: always register runBuild command * feat: recordExecuteCommand * style: fix by lint Co-authored-by: liuxiong.lx <liuxiong.lx@alibaba-inc.com> Co-authored-by: sspku-yqLiu <liuyongqi@pku.edu.cn> Co-authored-by: yangfan <18767120422@163.com> Co-authored-by: jason.yf <jason.yf@alibaba-inc.com> Co-authored-by: sspku-yqLiu <56879942+sspku-yqLiu@users.noreply.github.com> Co-authored-by: Hengchang Lu <44047106+luhc228@users.noreply.github.com> Co-authored-by: luhc228 <luhengchang228@gmail.com>
* Publish 0.6.0 (#437) * chore: generate-material * feat: support generate-component * chore: fix * chore: prettier * chore: camelcase5.x because def generator not support 6.x(only node10.x) * chore: set test case default registry * chore: prettier fix * fix: display incorrect Language * fix: configHelper active events * feat: support other material * feat: support other material * chore: prettier * fix: options * chore: rework * fix: adaptor typo error * chore: 去除无用参数 * chore: prettierr * chore: prettierr * fix: glob add dot * chore: publish * feat: update * feat: update * fix: ci * fix: ci * feat: update style dau * fix: prettier:fix * feat: update * feat: update review * feat: support all json files in config-helper * feat: support theme package array Co-authored-by: jason.yf <jason.yf@alibaba-inc.com> * fix: ci * feat: Component Doc Helper (#405) * feat: material doc panel init * refactor: useReduce and add i nterface * feat: add doc link in Hover * fix: command in hoverItem * feat: openInInternalBrowser * feat: add document Material Finder * feat: add setting and rename symbols * feat: i18n * refactor: solve the problems in the first round of review * chore: update function name Co-authored-by: alvinhui <alvin.hui@qq.com> * chore: set prettier in pre-push * chore: upgrade extension version for beta publish * fix: quickPickItemDisplayMutipleTimes * fix: display en in zh-cn model (#422) * feat: component generator (#377) * feat: init lowcode project * feat: add canvas and inner * chore: eslintignore * fix: lint * feat: init component generator * feat: support extra html * feat: generate code * fix: theme * feat: schema param * feat: support write file to local * feat: init schema * fix: package * fix: remove unused packages * chore: remove component generator web * feat: transformTextComp&transformCompMap * fix: lint * chore: remove code * feat: input component error prompt * fix: lint * chore: todo * feat: support tsx * feat: update assets cdn url * chore: remove deps * feat: add try catch in generateComponentCode * fix: comment * fix: i18n * feat: component generator for quick pick (#419) * feat: add component generator quickPick * chore: change log * fix: lint * fix: config helper (#425) * fix: command language && paltette * fix: show source * feat: make sure uri is validate * style: fix by prettier * docs: update config helper and material helper README (#423) * docs: update changlog and README for config helper * docs: update changelog and doc of material helper * fix: update Docs and en build.json schema * chore: update words * chore: update docs * feat: disable form input when submit (#426) * feat: disable-form-input-when-submit * fix: remove unused code * chore: version&changeLog&i18n * docs: update version and CHANGE.log (#427) * fix: prettier ignore ejs * docs: update description * fix: webpack build error * fix: comment * fix: package version * chore: version & changelog (#429) * hotfix: create component error (#430) * fix: create component error * fix: console * docs: change section order * refactor: using generate component in quick pick * feat: add more command for Iceworks status bar * docs: typo * refactor: Docs && Commands (#431) * docs: change section order * refactor: using generate component in quick pick * feat: add more command for Iceworks status bar * docs: typo * chore: component service i18n (#434) * chore: component-service i18n * fix: comment * docs: update iceworks-ui-builder README (#432) * docs: update iceworks-ui-builder README * fix: comment * fix: typo * chore: docs description * chore: change cdnUrl (#435) * hotfix: loss i18n * feat: always register runBuild command * feat: recordExecuteCommand * style: fix by lint Co-authored-by: liuxiong.lx <liuxiong.lx@alibaba-inc.com> Co-authored-by: sspku-yqLiu <liuyongqi@pku.edu.cn> Co-authored-by: yangfan <18767120422@163.com> Co-authored-by: jason.yf <jason.yf@alibaba-inc.com> Co-authored-by: sspku-yqLiu <56879942+sspku-yqLiu@users.noreply.github.com> Co-authored-by: Hengchang Lu <44047106+luhc228@users.noreply.github.com> Co-authored-by: luhc228 <luhengchang228@gmail.com> * fix: merge master * fix: merge master * docs: update demo * chore: remove unnecessary file * chore: remove unnecessary file * chore: remove unnecessary file * docs: using new demo * docs: supports * docs: new demos * docs: add features * docs: add more detail links * docs: typo * docs: add more badges Co-authored-by: liuxiong.lx <liuxiong.lx@alibaba-inc.com> Co-authored-by: sspku-yqLiu <liuyongqi@pku.edu.cn> Co-authored-by: yangfan <18767120422@163.com> Co-authored-by: jason.yf <jason.yf@alibaba-inc.com> Co-authored-by: sspku-yqLiu <56879942+sspku-yqLiu@users.noreply.github.com> Co-authored-by: Hengchang Lu <44047106+luhc228@users.noreply.github.com> Co-authored-by: luhc228 <luhengchang228@gmail.com>
No description provided.