zotero/chrome
Dan Stillman ebc53a2bbc Add noteSchemaVersion, and replace item.getNote() with .note
```
var noteContents = item.note; // was item.getNote()
var schemaVersion = item.noteSchemaVersion;

item.setNote(contents) // default to Zotero.Notes.schemaVersion
item.setNote(contents, schemaVersion) - explicit version
```
2021-03-02 17:36:05 -05:00
..
content Add noteSchemaVersion, and replace item.getNote() with .note 2021-03-02 17:36:05 -05:00
locale Introduce PDF reader and note editor 2021-03-02 17:36:05 -05:00
skin/default Introduce PDF reader and note editor 2021-03-02 17:36:05 -05:00