Closed justin-calleja closed 7 years ago
@justin-calleja Because your storage is invalid. https://github.com/BoostIO/Boostnote/blob/v0.8.9/browser/main/Detail/index.js#L42
-
must not be included the file name. Because a hash used internally has a style like <storageKey>-<noteKey>
. And the file name is located in <noteKey>
https://github.com/BoostIO/Boostnote/blob/v0.8.9/browser/main/Detail/index.js#L38:L40
After I changed the file name electron-links.cson
to electronlinks.cson
, it works fine.
Obviously, It's not expected use case. So it's self-responsibility. And you should not do this if you cannot solve yourself.
@asmsuechan many thanks!
I'm trying to create notes outside of Boostnote and load them into Boostnote.
The storage is being added, and I'm seeing the note in the NoteList. However, the contents are not being displayed. I'm getting the default "Command + N to create a new post".
Here's the setup:
In a directory called "programming" I have the
boostnote.json
file:In a sibling
notes
directory I have a fileelectron-links.cson
:Do you see anything wrong in this setup? If there's something wrong... why is the storage loaded, note shown in the list... but content not displayed?
Thanks!