Closed abelpz closed 2 weeks ago
CI is running/has finished running commands for commit fe16122736c455ac6efc2c8851a91e72e4036b64. As they complete they will appear below. Click to see the status, the terminal output, and the build insights.
📂 See all runs for this CI Pipeline Execution
Sent with 💌 from NxCloud.
There was another issue but I can't find consistently reproduceable steps. Something like select text and try \pm + enter
, then \f + enter
, then create a new paragraph and try \pm + enter
, some times the new pm
paragraph would contain an empty note.
There was another issue but I can't find consistently reproduceable steps. Something like select text and try
\pm + enter
, then\f + enter
, then create a new paragraph and try\pm + enter
, some times the newpm
paragraph would contain an empty note.
@irahopkinson this should be fixed after the latest commit
This PR incorporates code from the Typeahead node selection menu plugin into a new Node selection menu plugin. The new menu activates when the user presses the trigger key, ensuring that no text is entered into the editor during its active state.
The menu includes an input field that displays user input and dynamically updates the eligible node markers list as the query changes, mimicking Paratext's behavior. The user can navigate through the nodes list using the up and down arrow keys, and can select a node by clicking on it or pressing the enter or tab keys as the desired node is highlighted.
The menu can be hidden by pressing the escape key, backspace when the input is empty, or moving the cursor to a different position in the editor.