You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, if two block widgets are inserted right after each other, there is no possibility to add content between them without either some copy&paste workarounds or Magic Line plugin. Could be useful if it was possible in some friendly way.
Since the issue only concerns block widgets, expected result would probably be inserting the paragraph after the widget (like with Magic Line, but without mouse interaction). The enter keystroke is already reserved for widget edition dialog, so we need another one. A possibility is shift+enter, which is currently doing nothing in such scenario (it should be investigated if enterkey plugin doesn't alter this behaviour though).
That part would solve the problem with adding content between two widgets or after the widget if it is placed at the end of the document. There is one more situation to consider which is a widget at the beginning of the document - we would need another keystroke for inserting the paragraph before the widget, but that may be an edge case worth further extracting.
For more context, there is #4433 which probably enables removing the existing paragraph from between two widgets, which may cause the situation with two "glued" widgets more often, so it would be good to have it introduced in the same release as this feature.
The text was updated successfully, but these errors were encountered:
Type of report
Feature request
Provide description of the new feature
Currently, if two block widgets are inserted right after each other, there is no possibility to add content between them without either some copy&paste workarounds or Magic Line plugin. Could be useful if it was possible in some friendly way.
Since the issue only concerns block widgets, expected result would probably be inserting the paragraph after the widget (like with Magic Line, but without mouse interaction). The
enter
keystroke is already reserved for widget edition dialog, so we need another one. A possibility isshift+enter
, which is currently doing nothing in such scenario (it should be investigated ifenterkey
plugin doesn't alter this behaviour though).That part would solve the problem with adding content between two widgets or after the widget if it is placed at the end of the document. There is one more situation to consider which is a widget at the beginning of the document - we would need another keystroke for inserting the paragraph before the widget, but that may be an edge case worth further extracting.
For more context, there is #4433 which probably enables removing the existing paragraph from between two widgets, which may cause the situation with two "glued" widgets more often, so it would be good to have it introduced in the same release as this feature.
The text was updated successfully, but these errors were encountered: