Skip to content

Commit e9b2eb2

Browse files
Merge pull request #203 from gridaco/junhoyeo/fix-typo
2 parents 4a38093 + cc5b75b commit e9b2eb2

File tree

4 files changed

+94
-93
lines changed

4 files changed

+94
-93
lines changed

CHANGELOG.md

Lines changed: 50 additions & 50 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
> implemented, and next-releasing features
1616
1717
- [toolbox/meta-editor] Meta data editor of root (file)'s metadata single property editor available for developer experience. (you can manually set files property to mock or give context to assistant which this design system holds as a data. e.g. - uses-designsystem=material-design)
18-
- [linter/textstyles] `MissingTextStyleWarning` : New Linter added. this lints the design warning the plain text with no textstyle specified. [PR](https://github.com/bridgedxyz/assistant/pull/80)
18+
- [linter/textstyles] `MissingTextStyleWarning`: New Linter added. this lints the design warning the plain text with no textstyle specified. [PR](https://github.com/bridgedxyz/assistant/pull/80)
1919
- [assistant/ux] Resizing added. Now you can resize the plugin as you want. starting on figma platform. ([#107](https://github.com/bridgedxyz/assistant/pull/107))
2020

2121
### Will be added
@@ -30,14 +30,14 @@
3030

3131
## [2022.4.0.3] - 2022-04-29
3232

33-
- New feature : Publish as website
33+
- New feature: Publish as website
3434

3535
## [2022.4.0.2] - 2022-04-28
3636

3737
- PR: https://github.com/gridaco/assistant/pull/197
3838
- Add “Open in Grida” action in design/preview screen like as in code/preview screen.
39-
- update design preview screen to show preview in a more isolated way - (hide tab bars while previewing)
40-
- update filekey input to be more visible
39+
- Update design preview screen to show preview in a more isolated way - (hide tab bars while previewing)
40+
- Update filekey input to be more visible
4141

4242
## [2022.4.0.1] - 2022-04-08
4343

@@ -47,7 +47,7 @@
4747

4848
## [2022.3.4] - 2022-03-30
4949

50-
- fix incomplete autolayout flex mapping
50+
- Fix incomplete autolayout flex mapping
5151
- D2C Module Update - with embeddings support
5252
- Instant prototyping with instant previews of components and embeddings (checkbox, button, progress, slider, youtube, google maps and more)
5353

@@ -85,12 +85,12 @@
8585
[PR#159](https://github.com/gridaco/assistant/pull/159)
8686

8787
- Instant responsive preview - a realtime application from design, seriously, with a single click.
88-
- adoped monaco editor
89-
- semi-stable react support with styled-component
90-
- minimalistic navigation with hide animation on focus mode
88+
- Adopted Monaco Editor
89+
- Semi-stable react support with styled-component
90+
- Minimalistic navigation with hide animation on focus mode
9191
- (fix) wrong cache loading issue on boot
92-
- prevent thread lock on big screen
93-
- prevent thread lock on too many remote component screen
92+
- Prevent thread lock on big screen
93+
- Prevent thread lock on too many remote component screen
9494

9595
### [2021.9.1f1] - 2021-10-26
9696

@@ -125,16 +125,16 @@
125125

126126
> cors issue hot fix. cors anywhere usage has been replaced with cors.bridged.cc
127127
128-
- [fix] cors related requests back online
128+
- [fix] CORS related requests back online
129129

130130
## [2021.0.1f1] - 2021-1-31
131131

132132
> Update focused on UI improvement of icon list, Ant Icon, not just Material Icon, and search function has been changed in detail for Icon.
133133
134-
- [ui/icons] design/icon util screen design updated
135-
- [ui/icons] icon variant, size filter added
136-
- [ui/icons] ant-design-icons added as a default source
137-
- [ui/icons] infinite scrolling of icons
134+
- [ui/icons] `design/icon` util screen design updated
135+
- [ui/icons] Icon variant, size filter added
136+
- [ui/icons] `ant-design-icons` added as a default source
137+
- [ui/icons] Infinite scrolling of icons
138138
- [ui/icons] Icons Drag & Drop Loading - Now you can import icons from assistant via Drag & Drop.
139139

140140
## [2021.0.1] - 2021-1-6
@@ -143,26 +143,26 @@
143143
144144
- [interpreter/text] Dart String escape optimized, and fixed with execution order
145145
- [packages/detection] Icon detection - determines if selected node should be considered as an icon or not.
146-
- [packages/detection] chip detection - determines if selected node should be considered as an chip or not.
147-
- [packages/detection] button detection - determines if selected node should be considered as an button or not.
146+
- [packages/detection] Chip detection - determines if selected node should be considered as an chip or not.
147+
- [packages/detection] Button detection - determines if selected node should be considered as an button or not.
148148
- [ui/tabs] New tabs are added (design, tools, contents)
149-
- [ui/design] assistant design updated with clean and clear black theme.
149+
- [ui/design] Assistant design updated with clean and clear black theme.
150150

151151
## [0.1.3] - 2020-11-08
152152

153153
> Update focused on quicklook and resolving flutter compile issues.
154154
155155
- 3 major error causing building-logic is fixed.
156-
- now there are know known compile issues.
157-
- stack runtime error resolved.
158-
- quicklook has major performance boost, up to 5 times faster loading time.
159-
- dart character escape is implemented
156+
- Now there are know known compile issues.
157+
- Stack runtime error resolved.
158+
- Quicklook has major performance boost, up to 5 times faster loading time.
159+
- Dart character escape is implemented
160160

161161
## [0.1.2] - 2020-10-30
162162

163163
> Mainly update of quicklook feature. Make your design compiled within few seconds.
164164
165-
- [packages/design-sdk] using design SDK for better capability.
165+
- [packages/design-sdk] Using design SDK for better capability.
166166
[features/quicklook] Newly added.
167167

168168
## [0.1.0] - 2020-10-23 (ETA)
@@ -171,25 +171,25 @@ Initial release of Bridged's figma plugin (a.k.a assistant)
171171

172172
> 0.1.0 focuses on flutter code generation feature.
173173
174-
- Figma plugin ui built with react + plain css
175-
- Supported : Fimga / Flutter
174+
- Figma plugin UI built with React + plain CSS
175+
- Supported: Figma / Flutter
176176
- Flutter code exporter built with [flutter-builder](https://github.com/bridgedxyz/flutter-builder)
177177

178178
### Info
179179

180180
[v0.1.0]
181181

182-
**name** : Bridged (design to flutter)
182+
**name**: Bridged (design to flutter)
183183

184-
**description** :
184+
**description**:
185185

186186
Bridged's assistant plugin that generates usable & readable flutter code for production. Run this plugin, Select any design of yours, It will generate ready-to-use formatted native flutter code for you.
187187

188188
_Notice_
189189

190190
No matter how big and complex frame you select, it will generate the code. Anyway we recommend you to use it on a component level for best experience. Code may not be manageable if you are tring to build full-screen level code in one single code base.
191191

192-
contribute on [github](https://github.com/bridgedxyz/assistant)
192+
Contribute on [github](https://github.com/bridgedxyz/assistant)
193193

194194
**tags**: flutter, lint, code, figma to code, prototyping, hosting
195195

@@ -201,32 +201,32 @@ contribute on [github](https://github.com/bridgedxyz/assistant)
201201

202202
**Initial Features**
203203

204-
- flutter widgets support
205-
- figma to SingleChildScrollView
206-
- figma to Column
207-
- figma to Row
208-
- figma to Text
209-
- figma to SizedBox
210-
- figma to Container
211-
- figma to Color
212-
- figma to BoxDecoration
213-
- figma to Padding (EdgeInsets)
214-
- figma to Transform
215-
- figma to Gradient
216-
- figma to Stack
217-
- figma to Expanded
218-
- figma to Opacity
219-
- builder
220-
- flutter widget builder with [flutter-builder](https://github.com/bridgedxyz/flutter-builder) v31
204+
- Flutter widgets support
205+
- Figma to SingleChildScrollView
206+
- Figma to Column
207+
- Figma to Row
208+
- Figma to Text
209+
- Figma to SizedBox
210+
- Figma to Container
211+
- Figma to Color
212+
- Figma to BoxDecoration
213+
- Figma to Padding (EdgeInsets)
214+
- Figma to Transform
215+
- Figma to Gradient
216+
- Figma to Stack
217+
- Figma to Expanded
218+
- Figma to Opacity
219+
- Builder
220+
- Flutter widget builder with [flutter-builder](https://github.com/bridgedxyz/flutter-builder) v31
221221
- Theme TextStyle supported with textstyle name detection. H1 will give you `Theme.of(context).textTheme.heading1`
222-
- ui
223-
- preview interface -- shows the selected node's image on preview
224-
- code section -- shows the generated code
222+
- UI
223+
- Preview Interface -- Shows the selected node's image on preview
224+
- Code Section -- Shows the generated code
225225

226226
### Changed
227227

228-
N/A -- this is an initial release
228+
N/A -- This is an initial release
229229

230230
### Removed
231231

232-
N/A -- this is an initial release
232+
N/A -- This is an initial release

CONTRIBUTING.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
## [general contribution guideline](https://github.com/bridgedxyz/contributing-and-license)
1+
## [General Contribution Guideline](https://github.com/bridgedxyz/contributing-and-license)
22

3-
## access design (readonly)
3+
## Access Design (readonly)
44

55
**The plugin desing**
66

@@ -11,9 +11,9 @@ The design of the plugin user interface. Here, you can find what to develop.
1111

1212
Sample design is used for evaluating code generation quality check. Both good and bad examples are provided. [Link here](https://www.figma.com/file/iypAHagtcSp3Osfo2a7EDz/?node-id=164%3A2621).
1313

14-
## Writing ui codes (react).
14+
## Writing UI codes (React)
1515

16-
if using material-ui, read the following [guidelines](https://material-ui.com/guides/minimizing-bundle-size/).
16+
If using material-ui, read the following [guidelines](https://material-ui.com/guides/minimizing-bundle-size/).
1717

1818

1919
You can also run / inspect / develop the [ui](./ui) on the browser environment without design tools openned. Instructions available at [webdev](./webdev)

README.md

Lines changed: 38 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ platform: Android, iOS, Web, macOS, Linux, Windows
44
title: Grida assistant for figma, sketch, xd
55
---
66

7-
<meta name="description" content="figma to flutter code exporter, lint your design. generate human level quality code from figma">
8-
<meta name="title" content="Grida assistant">
9-
7+
<meta name="description" content="figma to flutter code exporter, lint your design. generate human level quality code from figma">
8+
<meta name="title" content="Grida assistant">
9+
1010
![Grida assistant](./branding/assistant-cover-v2021.8.0.png)
1111

1212
<div style="text-align:center"><a href="https://www.producthunt.com/posts/grida-assistant-figma-2-flutter-react?utm_source=badge-featured&utm_medium=badge&utm_souce=badge-grida-assistant-figma-2-flutter-react" target="_blank"><img src="https://api.producthunt.com/widgets/embed-image/v1/featured.svg?post_id=310028&theme=light" alt="Grida Assistant - Figma 2 Flutter &React - Free & Opensource Design2Code Plugin with lot more features. | Product Hunt" style="width: 250px; height: 54px;" width="250" height="54" /></a></div>
@@ -18,7 +18,7 @@ title: Grida assistant for figma, sketch, xd
1818
![Grida figma to code demo with live preview](docs/gifs/assistant-demo-2021.0.1.gif)
1919

2020
- ✅ Human readable code generation.
21-
-code generation built with CoLI, developed especially for assistant usage, ensuring the best code generation quality.
21+
-Code generation built with CoLI, developed especially for assistant usage, ensuring the best code generation quality.
2222
- ✅ Slots support (Component with parameters)
2323
- ✅ Modularized code generation / readability. All production level code, code beign generated as Functions, Varables, Ect..
2424
- ✅ Design Linting - Visaully makes sence, Structure made sence.
@@ -28,40 +28,41 @@ title: Grida assistant for figma, sketch, xd
2828

2929
## Usage
3030

31-
> install figma plugin via below link. note that the published plugin is allways behind few new features behind this repository. for trying out the latest and mindblowing features, please build from your local environment directly.
31+
> Install figma plugin via below link. Note that the published plugin is always behind few new features behind this repository. For trying out the latest and mindblowing features, please build from your local environment directly.
32+
33+
Install via figma plugin [link here](https://www.figma.com/community/plugin/896445082033423994).
3234

33-
install via figma plugin [link here](https://www.figma.com/community/plugin/896445082033423994)
35+
### Cloning and running the project:
3436

35-
> Cloning and running the project.
36-
> we use yarn workspace for maintaining this project as monorepository.
37-
> Some additional steps are required to run this project properly.
37+
> - We use yarn workspace for maintaining this project as monorepo.
38+
> - Some additional steps are required to run this project properly.
3839
3940
```shell
4041
# [REQUIRED] we use git submodules for `packages/`. you have to explicitly execute this command instead default clone.
4142
git clone --recurse-submodules https://github.com/gridaco/assistant.git
4243

4344
cd assistant
4445

45-
# [REQUIRED] yarn will install dependencies, link packages, and generate compiled code of packages, so it can be referenced by root projects.
46+
# [REQUIRED] Yarn will install dependencies, link packages, and generate compiled code of packages, so it can be referenced by root projects.
4647
yarn
4748

48-
# [OPTIONAL 1] run figma plugin in dev mode (use localhost server) (recommanded)
49+
# [OPTIONAL 1] Run figma plugin in dev mode (use localhost server) (recommanded)
4950
yarn figma
5051

51-
# [OPTIONAL 1-2] run figma plugin in dev mode (native)
52+
# [OPTIONAL 1-2] Run figma plugin in dev mode (native)
5253
yarn figma-native
5354

54-
# [OPTIONAL 2]run sketch plugin in dev mode
55+
# [OPTIONAL 2] Run sketch plugin in dev mode
5556
yarn sketch
5657

57-
# [OPTIONAL 3 & Contributors only] run plugin ui in webdev mode
58+
# [OPTIONAL 3 & Contributors only] Run plugin ui in webdev mode
5859
yarn web
5960
# visit http://localhost:3303/init-webdev to work on browser
6061
```
6162

62-
_soon as the subpackages are released as stable, we will remove git submodule dependency for ease of use. until then, this will be the primary repository and all the edits and PRs will be caused by this project._ - [Learn more here](https://github.com/bridgedxyz/.github/blob/main/contributing/working-with-submodules.md)
63+
_Soon as the subpackages are released as stable, we will remove git submodule dependency for ease of use. until then, this will be the primary repository and all the edits and PRs will be caused by this project._ - [Learn more here](https://github.com/bridgedxyz/.github/blob/main/contributing/working-with-submodules.md)
6364

64-
> sometimes, when pulling this repo from remote, if new submodule package is added, you'll need to run below command to pull with updated submodules (we recommand you to know what this command actually does in a nut shell.)
65+
> Sometimes, when pulling this repo from remote, if new submodule package is added, you'll need to run below command to pull with updated submodules (we recommand you to know what this command actually does in a nut shell.)
6566
6667
```shell
6768
git submodule update --init --recursive
@@ -83,7 +84,7 @@ flutter widget builder is done by [figma/flutter](/flutter) and the core builder
8384
-`Colors.` Color support
8485
- ✅ Slots support (not static content)
8586
- ✅ Modularized builder functions - (not all-in-one widget tree)
86-
-formatted dart code
87+
-Formatted Dart code
8788
- ✅ Best code quality (I Assure,) in this planet
8889

8990
## Console & Cloud integrations
@@ -96,7 +97,7 @@ Learn more at [console repository](https://github.com/gridaco/console.grida.co)
9697

9798
## UI Element Detection
9899

99-
> rule based button / input / icon detection with [@reflect-ui/detection](./packages/detection)
100+
> Rule based button / input / icon detection with [@reflect-ui/detection](./packages/detection)
100101
> Higher quality ML based detection available at [Grida's context engine](https://github.com/bridgedxyz/context)
101102
102103
## Design Assistant
@@ -121,12 +122,12 @@ Learn more at [console repository](https://github.com/gridaco/console.grida.co)
121122

122123
### Building the plugin
123124

124-
- figma: See [plugin README](/figma/README.md)
125-
- sketch: `sketch platform will be available soon`
125+
- Figma: See [plugin README](/figma/README.md)
126+
- Sketch: `Sketch platform will be available soon`
126127

127128
### Running as Webdev
128129

129-
> webdev is a mode that you can run assistant as a standalone appliaction for ui development purpose of its' you can't acccess or call api to design tools.
130+
> `webdev` is a mode that you can run assistant as a standalone appliaction for ui development purpose of its' you can't acccess or call api to design tools.
130131
131132
Learn more at [./webdev](./webdev)
132133

@@ -160,15 +161,15 @@ And general Grida project contribution and collaboration guideline [here](https:
160161

161162
**supported platforms and frameworks**
162163

163-
-[figma](./figma)
164-
-[flutter](./core)
165-
-[grida web](https://github.com/gridaco/console.grida.co)
166-
- [sketch](./sketch) -- coming soon
167-
- react -- coming soon & under [development](https://github.com/bridgedxyz/web-builder)
168-
- vue -- coming soon & under [development](https://github.com/bridgedxyz/web-builder)
169-
- css / sass -- coming soon & under [development](https://github.com/bridgedxyz/web-builder)
170-
- [xd](./xd) -- coming soon
171-
- [zeplin](./zeplin) -- coming soon
164+
-[Figma](./figma)
165+
-[Flutter](./core)
166+
-[Grida Web](https://github.com/gridaco/console.grida.co)
167+
- [Sketch](./sketch) -- Coming Soon
168+
- React -- Coming Soon & Under [Development](https://github.com/bridgedxyz/web-builder)
169+
- Vue -- Coming Soon & Under [Development](https://github.com/bridgedxyz/web-builder)
170+
- CSS/SASS -- Coming Soon & Under [Development](https://github.com/bridgedxyz/web-builder)
171+
- [Adobe XD](./xd) -- Coming Soon
172+
- [Zeplin](./zeplin) -- Coming Soon
172173

173174
## Changelog
174175

@@ -189,13 +190,13 @@ All update logs available at [CHANGELOG.md](./CHANGELOG.md)
189190
190191
**_to shortly brief,_**
191192

192-
- any form of modifing this software, including clone, fork, merge is allowed with no restrictions.
193-
- making profit "by using" this software is allowed with no restrictions.
194-
- making profit "by re-distributing" is not allowed. recap, you cannot publish this plugin as an alternative to this original plugin.
195-
-- why is that? we are taking "minimum" profit from this software, we will prevent from other enterprise from copycatting this software.
196-
- the code and packages distributed via this repository is free to use without any restrictions.
197-
- code, design is free to use and modify. (just don't make any profits by re-distributing this plugin.)
193+
- Any form of modifing this software, including clone, fork, merge is allowed with no restrictions.
194+
- Making profit "by using" this software is allowed with no restrictions.
195+
- Making profit "by re-distributing" is not allowed. Recap, you cannot publish this plugin as an alternative to this original plugin.
196+
-- Why is that? We are taking "minimum" profit from this software, we will prevent from other enterprise from copycatting this software.
197+
- The code and packages distributed via this repository is free to use without any restrictions.
198+
- The code and design is free to use and modify. (Just don't make any profits by re-distributing this plugin.)
198199

199200
### DISCLAIMER
200201

201-
re-use of this software and it's license is overrided by [contributing-and-license](https://github.com/bridgedxyz/contributing-and-license)
202+
Re-use of this software and it's license is overrided by [contributing-and-license](https://github.com/bridgedxyz/contributing-and-license)

sketch/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,9 +102,9 @@ You will need to specify a `repository` in the `package.json`:
102102

103103
```diff
104104
...
105-
+ "repository" : {
105+
+ "repository": {
106106
+ "type": "git",
107107
+ "url": "git+https://github.com/ORG/NAME.git"
108-
+ }
108+
+ }
109109
...
110110
```

0 commit comments

Comments
 (0)