piszczu4

Results 21 issues of piszczu4

I tried to make `TooltipButton` and `PopoverButton` components to nicely nest them when needed. However, Popover won't open when doing it (and vice versa). Here is my demo: https://codesandbox.io/p/sandbox/tooltip-popover-forked-dh3zq3?file=%2Fsrc%2FApp.tsx%3A58%2C40 While...

I'm using RadixUI `Dialog` (https://www.radix-ui.com/primitives/docs/components/dialog) and I want to completely reset its state on closing. Here is a working example where I moved the its content to separate component which...

How to generate rendered math for static html? Currently math is nicely rendered in editing mode when it's not rendered when using DOMSerializer to get static HTML

enhancement

Hi, [here](https://github.com/benrbray/prosemirror-math/blob/master/src/plugins/math-paste-rules.ts) the parse rules are defined. However, they work only when parsing the document, not when pasting the code into editor. How to enable pasting based on these rules?

I'm using picker with `radix-ui` popover (https://www.radix-ui.com/primitives/docs/components/popover). The problem is that when I open popover, its very narrow becase of the `picker` not being loaded. How can I check whether...

I tried to make `TooltipButton` and `PopoverButton` components to nicely nest them. However, Popover won't open when doing it. Here is my demo: https://codesandbox.io/p/sandbox/tooltip-popover-forked-dh3zq3?file=%2Fsrc%2FApp.tsx%3A58%2C40 While tooltip works fine, popover won't...

### What’s the URL to the page you’re sending feedback for? https://tiptap.dev/docs/editor/extensions ### What part of the documentation needs improvement? There is no description of above plugins ### What is...

Type: Documentation
Category: Open Source

Is it possible to add a custom animation to the node content when its opened and closed?

Is it possible to to conditionally add classes to `ul` element? I want to make leaf elements grid-like like below: ![image](https://github.com/minop1205/react-dnd-treeview/assets/88668060/878f4769-cc95-4536-afa6-09bd20597ef9) It is possible if `ul` would have `display:grid` or...

bug

Does the library support searching in the tree? I.e. if user type sth, only nodes containing that sentence should be visible (and all their parent nodes)

enhancement