Releases: penge/my-notes
Releases · penge/my-notes
3.21
3.20
- Adding a new keyboard shortcut (
Ctrl/Cmd + Shift + I
) to create a New note (#345, #368) - Adding an alternative way to toggle Sidebar or Toolbar via the Command palette (#368)
- Fixed "Repeat last command"
- Command palette tweaks:
- Lighter color on mouse hover (to easily distinguish mouse or keyboard activated list item)
- Automatically activated list item on mouse hover (so can easily continue using arrow keys from that point if needed)
- Using a better color for Command palette input in Dark mode
3.19
3.18
- All captions (titles, buttons, descriptions, etc.) are moved to
en.json
. This makes them easy to customize from a single place. But more importantly, this allows My Notes to be translated to different languages. You are more than welcome to help me with this, to add your language. It is simple as grabbingen.json
and translating it. I'll then manage adding the language. (#336)
3.17
- Adding a new “Embed HTML” button to the Toolbar, which you can use to embed Youtube video, or any HTML. (#346)
- All modals with inputs have their confirm buttons (Create, Rename, Insert, Embed) disabled unless the input is valid.
- “Code Block” button in Toolbar is renamed to “Code”.
- Enabling font antialiasing (text should be sharper on Retina displays).
3.16
- Context menu adds Save URL to @clipboard option when no text is selected. @clipboard is created automatically or updated. (#335)
- Using Context menu shows notification in the top right corner. New permission "notifications" was added for this feature, see
manifest.json
.
3.15
3.14
3.13
- Added "Export all notes" option (see Options page) to export all notes as a single ZIP file (contains all notes as HTML files). (#238)
- Added "Export" to context menu (right-click on a note in the Sidebar) to export a specific note as an HTML file. (#238)
- Can import an HTML note file (before only TXT; now TXT or HTML). To import the note file, drag and drop the file anywhere in the bottom part of the Sidebar (the area with 3 icons) to import the file as a new note. See more #tips-and-tricks.
3.12
- Table columns/rows are now resizable. Move your mouse over any column/row separator line for a resizing line (blue; can be customized) to appear. To start resizing, drag the resizing line and move it. Release the mouse to stop resizing. Double-click on the resizing line to reset the width/height of the column/row. All changes are saved automatically. To customize the resizing line color, see Custom theme for
--table-resizing-line-color
. (#155)