Skip to content

Releases: penge/my-notes

3.21

22 May 12:30
c29be8a
Compare
Choose a tag to compare
  • Can Pin (and Unpin) notes in the Sidebar using the context menu (#370)

Note: Pinned notes follow the same Order option (see Options) as Unpinned notes. Pinned and Unpinned notes are ordered as two separate groups.

3.20

02 May 19:43
07a1e79
Compare
Choose a tag to compare
  • 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

19 Apr 13:39
87d1313
Compare
Choose a tag to compare
  • New Duplicate option (to make a copy of a note) added to Sidebar Context menu (#358)
  • Cmd/Ctrl + Mouse hover to quickly open or switch between notes is now optional (see Options) (#293)

3.18

06 Mar 22:19
dd42a27
Compare
Choose a tag to compare
  • 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 grabbing en.json and translating it. I'll then manage adding the language. (#336)

3.17

28 Feb 09:22
4b22b93
Compare
Choose a tag to compare
  • 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

03 Jan 01:34
6f6a83a
Compare
Choose a tag to compare
  • 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

29 Dec 10:46
e4ad693
Compare
Choose a tag to compare
  • Notes can be imported (see Options) from: text files (HTML and/or TXT), or a ZIP file (containing text files). (#329)

3.14

13 Dec 05:05
b2cd56a
Compare
Choose a tag to compare
  • Notes in the Sidebar can be now sorted in one of the following ways: Alphabetical (default; A-Z), Newest first (latest modified at the top), Custom (you can Drag & Drop notes to change their order). See Options / Order. (#129, #167)

3.13

27 Oct 13:07
27d235e
Compare
Choose a tag to compare
  • 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

25 Oct 15:26
49d8a4e
Compare
Choose a tag to compare
  • 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)