Skip to content

Commit

Permalink
feat: googledocs integration
Browse files Browse the repository at this point in the history
  • Loading branch information
shuowu committed May 16, 2020
1 parent 1b36e8e commit 0d92f84
Show file tree
Hide file tree
Showing 37 changed files with 980 additions and 771 deletions.
44 changes: 35 additions & 9 deletions extension/_locales/en/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,9 @@
"notesView_preview_reload_tooltip": {
"message": "Reload screenshots"
},
"notesView_sendToServices_tooltip": {
"message": "Send notes"
},
"searchView_tab_bookmarks": {
"message": "Bookmarks"
},
Expand Down Expand Up @@ -144,19 +147,42 @@
"options_settings_exportAndClear_button": {
"message": "Export and clear data"
},
"evernote_sync_tooltip": {
"message": "Sync notes to Evernote"
"services_send_title": {
"message": "Send notes to:"
},
"evernote_sync_success": {
"message": "Successfully synced notes to Evernote!"
"services_success": {
"message": "Send notes succeed!"
},
"evernote_sync_failure": {
"message": "Failed to sync notes to Evernote."
"services_error": {
"message": "Send notes failed!"
},
"evernote_note_origin": {
"services_template_origin": {
"message": "View notes from original page"
},
"evernote_note_list": {
"message": "Notes List"
"services_googledocs": {
"message": "Google Docs"
},
"services_onenote": {
"message": "OneNote"
},
"services_exist_message": {
"message": "Looks like you have already send notes from current page to {{service}}. By proceeding with sending notes, a new note will be created in {{service}}."
},
"services_proceed_button": {
"message": "Proceed"
},
"services_cancel_button": {
"message": "Cancel"
},
"services_template_signature": {
"message": "Generated from $INSTALLATION$",
"placeholders": {
"installation": {
"content": "$1"
}
}
},
"services_template_description": {
"message": "Description:"
}
}
4 changes: 3 additions & 1 deletion extension/manifest.common.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@
}
],
"web_accessible_resources": [
"installed.png"
"installed.png",
"googledocs-48.png",
"onenote-48.png"
]
}
175 changes: 60 additions & 115 deletions extension/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 extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"web-ext": "^4.2.0",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.10",
"webpack-dev-server": "^3.10.3",
"webpack-dev-server": "^3.11.0",
"webpack-manifest-plugin": "^2.2.0",
"webpack-merge": "^4.2.2"
},
Expand Down
Loading

0 comments on commit 0d92f84

Please sign in to comment.