Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
hjonin committed Mar 31, 2023
1 parent 74b5d2a commit 60d1129
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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}.`);
Expand Down

0 comments on commit 60d1129

Please sign in to comment.