codex-team / codex-team/editor.js

The filter of the popover needs to add a filter function

Open
#2,831 3 comments 0 reactions 0 assignees View on GitHub
nice to have
Dominant language
TypeScript
Stars
31.9k
Forks
2.2k
Avg merge
1d 1h
Merged PRs (30d)
1

Description

image

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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.