Skip to content

Releases: wizardion/chrome-notes

2.1.2

10 Jul 22:18
72523e8
Compare
Choose a tag to compare
  • added offline support
  • fixed markdown rendering issues
  • fixed link conversion when edit link in Visual Editor
  • added support to copy text as Markdown in Visual Editor (cmd/ctr-shift-c)
  • added parsing from Markdown text to Visual text on paste
  • fixed empty lines not rendering in Visual Editor

Fixed sync issues

19 Jun 01:01
bf7ee03
Compare
Choose a tag to compare

Fixed sync error when it fails to parse a note's cursor selection if a new un-synced note has no changes yet.

New version, new design, and new features

17 Jun 21:39
6df4039
Compare
Choose a tag to compare
  • Markdown it! A plain text format editor for writing structured documents. Based on the CodeMirror with markdown-it renderer followed by the CommonMark spec.
  • WYSIWYG-style editing. A Rich content editor ideally produce clean, semantically meaningful documents while still being easy to understand. Based on the ProseMirror with the bridge the gap between editing explicit, unambiguous content like Markdown, and classical WYSIWYG editor.
  • Automatically saves notes to Google Drive into data file If Authorized on options page.
  • Can encrypt all data synced to the cloud, using AES-GCM encryption with the only key that the user carries.
    • No one can know about sensitive information until decrypted.
    • Please be noted, if a key is lost, it will be impossible to recover the data. Please remember that key and keep it safe.
  • Drag & drop to reorder the notes in a desired order.
  • Dark and Light themes.
  • No data is collected from a user.