Skip to content

Commit

Permalink
Bump version 0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
diegodlh committed Feb 10, 2021
1 parent 20d1326 commit 097c332
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ or [back up your database](https://www.zotero.org/support/zotero_data#backing_up
## Description
The plugin consists of four separate basic modules:

#### Citation metadata support (preliminary)
#### Citation metadata support

This module adds citation metadata support to Zotero.
It provides an additional Citations tab where the user can:
Expand All @@ -25,9 +25,10 @@ It provides an additional Citations tab where the user can:
Citation metadata are currently saved to the source item's "extra" field, but it is [planned](https://github.com/diegodlh/zotero-wikicite/issues/13)
to move them to Note attachments.

#### WikiData communication (to be developed)
#### WikiData communication (partial)
This module will add back and forth citation syncing to WikiData, using property
[P2860](https://www.wikidata.org/wiki/Property:P2860) "cites work".
Uploading support to be developed.

#### Local Citation Network visualization (to be developed)
This module will allow visualizing how items in a local library connect to each other through citations,
Expand Down Expand Up @@ -59,6 +60,7 @@ to have Zotero run the plugin directly from the `dist` directory.
- `-jsconsole`: opens a basic JavaScript debug console; this is not necessary if you be debugging
using your browser (see below), but it may help you detect early errors without having to open
the developer tools
6. For distribution, pack the contents of the `dist` directory into a ZIP file and change its extension to `.xpi`.

### Debugging
To debug, you need to build Zotero with debugging support. Follow the instructions
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wikicite-zotero",
"version": "0.0.1",
"version": "0.0.2",
"description": "WikiCite plugin for Zotero",
"scripts": {
"postinstall": "patch-package",
Expand Down

0 comments on commit 097c332

Please sign in to comment.