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

Commits on Dec 20, 2023

  1. Add context menu to tables

    - 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 committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    464e44c View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2023

  1. Add ability to resize imgs

    - 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 committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    3fe2b7e View commit details
    Browse the repository at this point in the history