Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Import lots of notes in markdown format #881

Closed
l0o0 opened this issue Sep 22, 2017 · 1 comment
Closed

Import lots of notes in markdown format #881

l0o0 opened this issue Sep 22, 2017 · 1 comment

Comments

@l0o0
Copy link

l0o0 commented Sep 22, 2017

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.

@asmsuechan
Copy link
Contributor

I want to import these notes to boostnote

FYI, you'll be able to import your .md notes in bulk by drag-drop
#793

I want to know how to generate this complicate filename.

browser/lib/keygen.js creates a filename. https://github.com/BoostIO/Boostnote/blob/master/browser/lib/keygen.js

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants