treesj icon indicating copy to clipboard operation
treesj copied to clipboard

Allow ignoring the max join length for single calls

Open kmoschcau opened this issue 2 years ago • 1 comments

Hi, I'm trying to add a forced join keymap to my config, but apparently passing a preset like this to the toggle and join methods is ignored: { max_join_length = 999 }.

I would love if I could disable the max join length feature on demand. Ideally this would be done via a separate boolean setting or setting max_join_length = 0.

kmoschcau avatar Jan 04 '24 10:01 kmoschcau

Hi! join and split expected a node preset. max_join_length is a global plugin option.

I added an enhancement label and will consider adding this feature for each node in the future.

Wansmer avatar Jan 12 '24 08:01 Wansmer