Skip to content

Commit

Permalink
docs: adding a link to wiki from README
Browse files Browse the repository at this point in the history
  • Loading branch information
mablin7 authored Feb 26, 2022
2 parents 8a6c0b6 + db692d6 commit 98d3dac
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,7 @@ To update the plugin framework, run `npm run update`.
In general this command tries to do the right thing - in particular it's going to merge the changes in package.json and .gitignore instead of overwriting. It will also leave "/src" as well as README.md untouched.

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.

## Using the plugin

Learn how to use the plugin and see example kanban boards in the [project wiki](https://github.com/joplin/plugin-kanban/wiki).

0 comments on commit 98d3dac

Please sign in to comment.