mirror of
https://github.com/BoostIO/BoostNote-App.git
synced 2026-04-28 05:45:52 +03:00
[GH-ISSUE #872] TypeError when opening classic Boostnote storage #424
Labels
No labels
android 🤖
assigned to core 🦹
bug 🐛
documentation 📚
documentation 📚
duplicate 🚫
external issue 🔼
external issue 🔼
feature request 🌟
funded on issuehunt 💵
help wanted 🆘
improvement request 🔨
improvement request 🔨
ios 🍎
mobile 📱
needs investigation 🔬
needs more info ℹ️
needs specs 📐
plugin idea 🔌
plugin idea 🔌
poll 🗳️
pull-request
question ❓
rewarded on issuehunt 🎁
security issue 🔑
won’t fix ❌
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/BoostNote-App#424
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @tewe on GitHub (Mar 16, 2021).
Original GitHub issue: https://github.com/BoostIO/BoostNote-App/issues/872
Current behavior
When first launching Boost Note, I didn't know that the storage format had changed, and gave it the path to my Boostnote data. This resulted in the following.
I assume this refers to my old
boostnote.jsonhaving a "folders" object instead of the new "folderMap" with its "/" key.Expected behavior
An import wizard. Or at least an error message pointing to some documentation.
Steps to reproduce
Environment
Desktop/Web
@Komediruzecki commented on GitHub (Mar 16, 2021):
Hi, tewe,
Sorry for the trouble, but Boost Note next is a completely new application, it's not just that storage changed, migration tutorial can be found here: https://medium.com/boostnote/how-to-migrate-data-from-old-boostnote-efd8a5c7aa7d
I agree that if we could easily detect such a case, we could notify the user that this is a new boost note and advise learning how to import the legacy storage into a new boost note.
@Rokt33r commented on GitHub (Aug 20, 2021):
Closed because of inactivity.
@tewe commented on GitHub (Aug 20, 2021):
I wrote a script to export from the old Boost Note format to a completely different application, hence the inactivity.