-
### Search Highlighting and Replace text
Refer: https://ckeditor.com/docs/ckeditor5/latest/features/find-and-replace.html
- Text with decorations
![image](https://user-images.githubusercontent…
-
Every time KoboldCPP "finishes an edit to the chat log" everything hangs a bit. Every 500KB of "save file size" increase, introduces another "1 second" of additional delay. Which adds up pretty quickl…
-
**Describe the bug**
on an Android device using chrome browser
in the editor
with the cursor in front of a mention node
the editor either skips over the mention deleting the previous node
or co…
-
I'm working on migrating from DraftJS, and am looking to use various plugins from [`@lexical/react`](https://github.com/facebook/lexical/tree/v0.12.4/packages/lexical-react/src). However, I've noticed…
mxxk updated
6 months ago
-
`+ node -v
v12.18.0
+ npm -v
6.14.4
+ npm config get registry
https://registry.npm.taobao.org/
+ yarn config get registry
https://registry.npm.taobao.org
+ yarn -v
1.22.4
+ yarn install --pu…
-
Mark noticed issue in the Google Lighthouse report.
We need to work to enhance the performance of our website by optimising it based on the recommendations provided by Google Lighthouse. Google Li…
akuks updated
6 months ago
-
Hi folks. Under the [Serialization & Deserialization](https://lexical.dev/docs/concepts/serialization#lexical---html) section, you have couple of examples on how to serialize and desiralize the state …
agjs updated
3 months ago
-
### Before opening, please confirm:
- [X] I have [searched for duplicate or closed issues](https://github.com/aws-amplify/amplify-js/issues?q=is%3Aissue+) and [discussions](https://github.com/aws…
-
'draftjs-to-html' 설치 시 에러발생
vite.config.js에
export default defineConfig({
plugins: [react()],
**// define: {
// global: 'window',
// },**
});
추가
or
index.html에 const glo…
-
Is there a way to allow multiple newlines in markdown?
I am running data from draftjs to markdown, which then later can be converted to html when needed. But if people add multiple new lines, these a…