Skip to content

2.3.0

Choose a tag to compare

@alagrede alagrede released this 21 May 15:14
· 7 commits to master since this release

😻 πŸ§‘β€πŸ’» Fonts, Drag and Drop and bug fixes

Hi πŸ‘‹, for this long weekend I worked to optimize the UX. You will find in this version a rearrangement of the toolbars to clearly identify the global and note actions.

Improvements

  • New reorganization of toolbars
  • Drag and drop notes into folders
  • Font selection
  • Code security option (to disable default code execution for the file. It is also possible to disable execution on a specific block of code)
  • Experimental: Export code block as Image with Ray.so

Bug fixes

  • Filename issue when using YAML
  • Editor resizing issue when left bar is closed
  • Color hotkey conflict with Open Note on Windows
  • Random crash when open a folder in tree view

Toolbars rearrangement
To identify clearly note and global actions
toolbars-position

Drag-drop in folders
Allows you to move notes into folders without opening them. Simplifies the use of folders.
drag-drop

Font selection
A new selection of fonts to use a typeface for text in addition to the code font
font

Code execution security
Allow to disable code execution on external files or disable code execution on a specific block of code
disable-run-file
norun

YAML bugfix
yaml-title

Experimental: Export code block as Image with Ray.so
export-image