You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I am trying to use boostnote as my default note taking tool instead of wiznote. Now I have many notes in markdown format exported from wiznote, I want to import these notes to boostnote by writing a python script.
But I don't know how to generate folder key.
"folders": [
{
"key": "8e3c423c5cfbba64f615", # how to generate folders key
"color": "#1278BD",
"name": "Default"
},
And the filename for cson is a compilicate string, I want to know how to generate this complicate filename.
The text was updated successfully, but these errors were encountered:
Hi, I am trying to use boostnote as my default note taking tool instead of wiznote. Now I have many notes in markdown format exported from wiznote, I want to import these notes to boostnote by writing a python script.
But I don't know how to generate folder key.
And the filename for
cson
is a compilicate string, I want to know how to generate this complicate filename.The text was updated successfully, but these errors were encountered: