DEV Community

Daniel for Boost Note

Posted on • Updated on

Boost Note v0.3.0 Release

Alt Text

Changes

  • Improve cloud storage management
  • Show syncing status and stop on demand
  • Auto sync
  • Manage cloud storage like a remote git repository.
  • Implement storage type converting(local <-> cloud)

AutoSync

Now the app can sync automatically after 30 secs from last editing and keep syncing every an hour. Also you can opt out if you don’t need it. Further configuration options will be available from next update.

Manage cloud storage like a remote git repository

The previous build was automatically fetching all storage after signing in and removing data in local after signing out. The problem is that, if user signed out from the app without syncing, unsynced data will be lost.

From this build, the app will handle local storage and cloud storage completely separately. So if you delete cloud storage, the app still keep storage data in local storage.

This is quite useful when a user discards their cloud storage accidentally or our cloud storage lost all of data(I don’t think it could happen though.). Even if the bad thing happens, you can revive your cloud storage from the local data in your app(or browser).

Also you can convert local storage into cloud storage easily. So this will change UX of creating and removing storage.

Creating storage

  • Create storage with fresh cloud storage
  • Create storage from existing cloud storage

Removing storage

  • Remove just a link between cloud storage and local storage(You can restablish the link whenever you want)
  • Remove cloud storage(This will the storage turn into local storage.)

Any feedback? Please hear your voice on GitHub issue!


Boost Note for Teams

We’ve revealed a new collaboration wiki service called BoostHub.

It will be a collaboration version of Boost Note but much more powerful. The feature, called “Custom Blocks”, will let you make custom react components, integrated with various 3rd party app apis like Github and Trello, and embed them into markdown contents like MDX.

To know more, please check this slide.

how-to-use-boosthub

Top comments (1)

Collapse
 
erhankilic profile image
Erhan Kılıç

I don't like the new versions of boostnote. I'm using old version because in new versions, it doesn't record to file like old versions. I don't want to use cloud storage and it was easy to backup it.