diff --git a/README.md b/README.md index bc1cd28..2f0f5f6 100644 --- a/README.md +++ b/README.md @@ -44,3 +44,7 @@ In general this command tries to do the right thing - in particular it's going t The file that may cause problem is "webpack.config.js" because it's going to be overwritten. For that reason, if you want to change it, consider creating a separate JavaScript file and include it in webpack.config.js. That way, when you update, you only have to restore the line that include your file. + +## TODO + +- [ ] Better syncing: handle duplicate projects/notes diff --git a/src/index.ts b/src/index.ts index ede413f..c342e2f 100644 --- a/src/index.ts +++ b/src/index.ts @@ -52,7 +52,7 @@ joplin.plugins.register({ body: project.project_tree, title: project.project_name, parent_id: todoFolder.id - }); // TODO merge duplicate notes + }); } }).catch(error => { console.error(`${ERROR_MESSAGE}.`);