mirror of
https://github.com/BoostIO/BoostNote-App.git
synced 2026-04-26 21:05:55 +03:00
[GH-ISSUE #393] Import of old note failing #177
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#177
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 @fnsne on GitHub (Mar 28, 2020).
Original GitHub issue: https://github.com/BoostIO/BoostNote-App/issues/393
Current behavior
I follow the step of import .cson file from old Boostnote.


But after I drop the .cson file, the form shows
Invalid file: XXXXX.cson.And After I pressed Upload, I got
Successfully imported 0 notes..Is that a bug or my forgot to do something?
Thanks.
Operation System: Windows 10
Language: Chinese
@Rokt33r commented on GitHub (Mar 29, 2020):
Sorry for making you confused. The importing feature is not fully ready yet. I assume the note should be a snippet note which the new app doesn't support anymore. So, if you need to use the note, please keep using the old app. We will keep maintaining it until most of features of the old app are ready to use.
If the cson file is not snippet notes, please share the content so we can reproduce the problem.
@fnsne commented on GitHub (Mar 29, 2020):
Thank for the reply.
The cson file is markdown notes.
Here is one of notes that cannot be imported.
@Rokt33r commented on GitHub (Mar 29, 2020):
Hmm It might be a bug. Thanks for sharing.
@ZeroX-DG commented on GitHub (Apr 7, 2020):
I can't reproduce this bug, I was able to import this note just fine on Ubuntu web version. Maybe error at read file stage?
@fnsne commented on GitHub (Apr 7, 2020):
@ZeroX-DG
Maybe because I'm using Windows and my OS language is Chinese?
@Flexo013 commented on GitHub (Apr 7, 2020):
This is definitely a bug. I can reproduce this with all kinds of valid notes from the legacy app.
Even a simple note with 1 character fails to import when using the web app in Chrome on Windows 10.
@ZeroX-DG commented on GitHub (Apr 7, 2020):
Ah I was able to reproduce the bug in the currently deployed version of Boostnote but not on the master version of Boostnote...maybe it been fixed sometime after deployed?
@WyekS commented on GitHub (Apr 9, 2020):
I have the same bug.
I used to Boostnote on Arch Linux and Windows and I used to Dropbox to share notes between this systems.
Now, Boostnote was updated on Windows and I can't load the old notes on my Dropbox :(
I have many notes saved...
I I tried to change the CR/LF encoding in the CSON files without success.
Thanks you and regards
@Rokt33r commented on GitHub (Apr 9, 2020):
@WyekS @Flexo013 @fnsne Hmm I'm thinking that rather than keeping the broken importing features, why don't we just delete this feature and focus on File system based storage which will cover this problem too. How do you think?
@Rokt33r commented on GitHub (Apr 9, 2020):
FYI, I'm expecting that the file system based storage should be completely landed before the end of this June.
@Rokt33r commented on GitHub (Apr 11, 2020):
I'll delete the current broken importing feature from v0.4. But it will be back along with File system based storage. @WyekS @Flexo013 @fnsne
@WyekS commented on GitHub (Apr 13, 2020):
Thanks so much @Rokt33r :)