Trilium Notes logo

Trilium Notes

Build your personal knowledge base with Trilium Notes

Alternative to: evernote, onenote, notion


About Versions (100)

v0.62.2

2023-11-21

Trilium v0.62 is mainly polishing existing features without major changes. There’s no DB migration or sync protocol change, and v0.62 should be backwards compatible with 0.61. It is still a good practice to run all instances in sync cluster on the same Trilium version (on the minor version level).

List of changes:

  • scroll beyond last line in text/code editor, fixes #2728
  • TOC and Highlights widgets have a button for quick access to options
  • Added runOnBranchChange event #4108
  • improved PWA manifest #4371, thanks to @rauenzi
  • Added more backend API methods to access options, attachments, revisions
  • reduce indent of TOC when larger headings are not being used, fixes #4363
  • note list should show the prefix, #4362
  • added runAsyncOnBackendWithManualTransactionHandling API method, runOnBackend checks that a sync method has been passed.
  • add promoted attributes widget to the mobile version, closes #4314
  • Add ~shareTemplate and #shareExternalLink, share search endpoint #4298, thanks to @rauenzi
  • allow shrinking note title text in the tree to make space for the “add note” button #4287
  • add support for “bottom” sort, closes #4277
  • accept custom widgets as classes instead of instances, #4274
  • Add hotkey option to toggle hide to tray, #4267, thanks to @rauenzi
  • Fix jump to ToC for nested headers, thanks to @rauenzi
  • Add option for promoted alias, thanks to @rauenzi
  • sort code mime types alphabetically, thanks to @Nriver
  • fixes for tooltip auto-disappearing handling
  • Add keyboard shortcuts for tabs #4251, thanks to @rauenzi
  • add new datePattern replacers for shortmonth, thanks to @Compositr
  • {shortMonth3} 3-letter months, e.g. Sep, Oct, Nov, Dec
  • {shortMonth4} 4-letter months, e.g. Sept, Octo, Nove, Dece
  • add new datePattern replacer {ordinal}, thanks to @Compositr
  • {ordinal} is replaced with the ordinal date (e.g. 1st, 2nd, 3rd) etc.
  • Add openAttachmentCustom
  • Fix right click bookmark bug, #4240, thanks to @SiriusXT
  • Click the button to reset the zoom level, #4225, thanks to @SiriusXT
  • Use a list instead of dropdown for jump-to-note, #4202, thanks to @eliandoran
  • Fix and improve JSDoc for APIs, thanks to @rauenzi
  • add 200ms timeout to api.getTextEditor() and similar #4174
  • add api.backupNow() to backend API, closes #4455
  • Migrate KaTeX@0.16.0 from libraries to KaTeX@0.16.9 in node_modules https://github.com/zadam/trilium/pull/4417
  • change the way frontend detects content change which works even if no new blob is created, fixes https://github.com/zadam/trilium/issues/4434