codex-team / codex-team/editor.js
The filter of the popover needs to add a filter function
Open
nice to have
- Dominant language
- TypeScript
- Stars
- 31.9k
- Forks
- 2.2k
- Avg merge
- 1d 1h
- Merged PRs (30d)
- 1
Description
The filter of the popover needs to add a filter function
Because some project that considers i18n, and it can also be searched by initials,
I can't find where I can customize the filter function in the current source code
You can add it to editor config json:
```js
{
i18n: {
filter: (text) => myFilterFunction(text)
}
}
```
3ks
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.