🌟 Features & new stuff
- 🎆 Notesnook is now fully open source! (Check out our GitHub repository)
- Automatic sync is now available for free and pro users
- 🥳 Real-time editor sync is here! 🥳
- You can now download the desktop app from:
- Snap store:
snap install notesnook
- Chocolatey:
choco install notesnook
- Mac App Store
- Coming soon on Flatpak & Brew
- Snap store:
- Portable binaries for Windows have also been added (#864, #993)
🐛 Fixes & improvements:
- Fixed issue where CTA button in announcement wasn't working (8cfb21e)
- Fixed issue where adding images/attachments wouldn't work (396757a)
- Date output when using
Alt+D
//date
now shows the full date (e.g.22 September 2022
). This will be configurable later on. (47ac190) /date
command in editor is now case insensitive so/Date
,/nOW
is the same as/date
&/now
.- We have finally fixed various syncing issues with shortcuts such as #534 #536 (#921)
- Similarly, various syncing issues with notebooks/topics have also been addressed such as #615 #889 #643 #477 (#916). In short, we have gotten rid of the annoying
Some notes of this topic are not synced
error. - Fixed issues during coupon code application in checkout (6925f32)
- Fixed issues with sync when the app is left running in the background for a long period (ca0d746)
- Fixed issue where plan could not be changed when claiming an offer directly via url (0e9d2dc)
- Fixed issues with editor content getting reset randomly
- Focus mode in editor now shows the editor in the center of the screen (a6c3aea)
- Fixed issue where inserting a horizontal rule (HR) in editor via markdown would insert an empty paragraph before it (#867)
- Horizontal rule is now bigger and easily selectable on touch devices (#847)
- Opening links inside the editor has been improved (#969)
- Fixed issue where task list collapse toggle wouldn't appear on hover (#842)
- The counter shown in the task list header
(2/10)
now only counts direct children (72b2113) - Escaping out of nodes like tables, lists etc has been greatly improved:
- The empty first list item now becomes a paragraph when backspace is pressed (exactly like in Google Docs) (9ed2911)
- The editor now also automatically adds a paragraph above a list if it's the first node in the editor (#970)
- You can now easily insert a new paragraph at end of document on click (06dd760)
- The app will now properly redirect you to the app if you try to open the login page (#907)
- Keyboard navigation inside lists has also been improved: (#986)
- Moving between items using arrow keys
- Selecting items using Ctrl/Cmd + Click
- Selecting items in sequence using Shift + Click
- Selecting items using Shift + Arrow keys
- Opening items using Space/Enter keys
- Fixed issue where adding a tag that was a substring of another tag didn't work (#1002)
🚒 Under the hood changes
- The test suite has been rewritten from scratch is now much more reliable & covers a wider area (#979)
- Fixed a small typo in readme (#881) @d-kanti
- Fixed broken links, grammatical & MD errors (#882) by @tushar-1728
- Add changes suggested by npm lint (#886) by @tushar-1728