afifkhaidir / afifkhaidir/symbol-finder
Smart search
オープン
good first issue
help wanted
- 主要言語
- JavaScript
- スター
- 17
- フォーク
- 1
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
Currently, Symbol Finder uses exact match to search symbol in Sketch. That will be good if the plugin using smart search to help user find expected symbol.
### Input:
Provided symbol name from Sketch is separated by `/` for descendant symbols. For example
```
Button / Filled / Main
Button / Filled / Secondary
Button / Ghost / Main
```
Search string:
```
button filled
```
### Current output:
`null`
### Expected output:
```
Button / Filled / Main
Button / Filled / Secondary
```
コントリビューションガイド
評価
この issue はまだ評価されていません。