wnhlee

Results 26 comments of wnhlee

There would be new feature coming about `preserveNewLines` (#6020) It seems not released yet though it's live on playground.

> Oh, thanks mate, I see, I guess I just need for that new feature to be released on a new version right? Yes, I guess so. You could open...

well, giving a star to this repo starts updating release news on your github feed. there is also [discord community](https://discord.gg/pmMrTJprmW).

> I don't think it would be possible to express something like that directly with Map's type @etrepum You are right. I reverted that and changed this PR to focus...

### Workaround: make a plugin to apply how #4814 fixes this ```ts import { useLexicalComposerContext } from '@lexical/react/LexicalComposerContext'; import { $getNearestBlockElementAncestorOrThrow } from '@lexical/utils'; import { $getNearestNodeFromDOMNode, $getSelection, $isDecoratorNode, $isRangeSelection,...

@mklueh > could you please elaborate on what is meant with "include somewhere else"? The XML from the docs is confusing, as ts configs are usually json. https://www.typescriptlang.org/docs/handbook/triple-slash-directives.html It means...

try with `npm create astro@latest -- --template @satnaing/astro-paper`

> how other editors behave in this situation FYI: Notion, Tiptap, Word works as in the current Lexical.

> In notion, I tried to copy the text into the link node, and the link node also merged the copied text. you are right, It seemed unexpected bug in...

duplicate of #4914. I've found this [comment](https://github.com/facebook/lexical/pull/5161#issuecomment-1836770358): > we're planning to release a brand new version of the CharacterLimitPlugin in the upcoming weeks. But still waiting the new version of...