lblod / frontend-embeddable-notule-editor

Frontend for an embeddable variant of the editor.
MIT License
1 stars 1 forks source link

Add option to have the insertmenu open at launch #216

Closed abeforgit closed 9 months ago

abeforgit commented 9 months ago

Overview

adds a new option category to the config object: ui, with a single expandInsertMenu option which is false by default. Setting it to true makes it so the insert menu is expanded on load rather than closed.

connected issues and PRs:

Setup

How to test/reproduce

ember serve, then add the new option to the config object we pass to initEditor

Challenges/uncertainties

Checks PR readiness

abeforgit commented 9 months ago

Includes the resizeable columns change, otherwise fine :D

ah yeah forgot to change the base branch