afifkhaidir / afifkhaidir/symbol-finder

Smart search

オープン
#12 コメント 0 件 リアクション 0 件 担当者 0 名 GitHub で見る
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 はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。