Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@eduardoadmdev
Copy link

Add Table Insertion Button to Editor Toolbar
Description
This pull request introduces a new button to the editor toolbar that allows users to quickly insert tables into their notes, similar to the table insertion feature in Microsoft Word.

Clicking the button opens a grid selector (up to 10x10) for choosing the number of rows and columns.
The selected table is inserted as HTML into the active field, styled to occupy 100% of the available width.
Makes it easier for users to add tables to their notes without editing raw HTML.
Improves the editing experience for users who need to organize information in tabular form.
Limitations & Future Work
Manual resizing of tables (drag-to-resize) is not included in this PR. If this feature is approved, a follow-up PR can add a “Table Properties” dialog for further customization.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants