Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add ability to resize images, and align tables #423

Merged
merged 2 commits into from
Dec 21, 2023

Conversation

penge
Copy link
Owner

@penge penge commented Dec 20, 2023

Closes #237

Closes #332

@penge penge added the enhancement New feature or request label Dec 20, 2023
@penge penge added this to the 3.28 milestone Dec 20, 2023
- hold Ctrl (or Cmd), and right-click anywhere in the table for context menu to show
- context menu allows to align the table (Left/Center/Right)
- create <TableContextMenu>
- create reusable <ContextMenu> (used by <NoteContextMenu> and <TableContextMenu>)
- add #context-menu-container, and make it easier to remove context menus
- fix init tables on input (couldn't resize new table wo opening note again)
- simplify how "NoteEdited" (before "editnote") event is dispatched
@penge penge force-pushed the table-context-menu-and-img-resize branch 2 times, most recently from ecfeeac to f399a39 Compare December 21, 2023 00:14
- hold Ctrl (or Cmd), move mouse over the image, move mouse wheel up and down to resize the image
- double click on the image to restore its original size
@penge penge force-pushed the table-context-menu-and-img-resize branch from f399a39 to 3fe2b7e Compare December 21, 2023 00:56
@penge penge merged commit 102130a into master Dec 21, 2023
1 check passed
@penge penge deleted the table-context-menu-and-img-resize branch December 21, 2023 20:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Unable to copy a table and align it to centre or right Ability to resize attached image
1 participant