diff --git a/.gitignore b/.gitignore index 40aa3c7..0be9b7b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ **/builds node_modules .vscode -package-lock.json \ No newline at end of file +package-lock.json +zotero-cmd.json \ No newline at end of file diff --git a/README.md b/README.md index e240eff..2b1e27e 100644 --- a/README.md +++ b/README.md @@ -34,6 +34,11 @@ https://user-images.githubusercontent.com/33902321/167992626-34adfd97-c2df-48b0- For new users, a **User Guide** will help you get started quickly and create a user guide note for you. Use it as a playground and explore your own workflow! +### Important Changes + +- Since v0.2.0, most of the workspace bottom-left buttons are moved to menu bar. +- Since v0.5.0, workspace will open as a Zotero tab by default. `Menu -> File -> Open in New Window` or press `shift` while clicking the Open Workspace button to use the standalone mode. + Documentation: [User Guide(EN)](./UserGuide.md) | [用户指引(中文)](./UserGuideCN.md) diff --git a/addon/chrome/content/overlay.xul b/addon/chrome/content/overlay.xul index e54f6c3..005faca 100644 --- a/addon/chrome/content/overlay.xul +++ b/addon/chrome/content/overlay.xul @@ -1,11 +1,105 @@ - + + + %globalDTD; + + %standaloneDTD; + + %editMenuOverlayDTD; + + %zoteroDTD; + + %knowledgeDTD; +]>