DEPRECATED - A notepad for Firefox
Перейти к файлу
vladikoff 54c72425da Remove extra title tag in feedback icon
Fixes https://github.com/mozilla/notes/issues/474
2017-12-04 18:19:36 -05:00
bin first pass at a build-addon script 2017-07-12 16:01:40 -07:00
ckeditor-build Bring back underline support (#433) 2017-11-22 15:22:33 -05:00
docs Add sync metrics events, handle password reset and change, reconnect notification, 2017-11-30 15:15:34 -05:00
locales Update Sync strings and add better L10N descriptions (#467) 2017-12-01 10:10:45 -05:00
scripts Simplify CSS for the menu 2017-11-30 17:29:35 -05:00
src Remove extra title tag in feedback icon 2017-12-04 18:19:36 -05:00
test/unit use lastModified as Date.now() in panel front-end 2017-11-30 16:33:04 -05:00
.eslintignore Fixing some ESLint paths now that we're using a /vendor/ directory (#80) 2017-06-16 12:45:23 -04:00
.eslintrc.yml Add sync metrics events, handle password reset and change, reconnect notification, 2017-11-30 15:15:34 -05:00
.gitignore use lastModified as Date.now() in panel front-end 2017-11-30 16:33:04 -05:00
.nvmrc Add 'npm start' command (#56) 2017-06-15 15:26:39 -04:00
.travis.yml Merge CKEditor with Sync feature. 2017-11-21 16:37:50 +01:00
CHANGELOG.md Back to development 1.10.0 2017-11-27 11:14:51 +01:00
CODEOWNERS Add CODEOWNERS for l10n reviews 2017-11-24 12:33:48 +01:00
LICENSE Cleaning space on empty lines. (#248) 2017-09-27 10:40:09 -04:00
README.md Simplify CSS for the menu 2017-11-30 17:29:35 -05:00
RELEASE.md Add release steps. (#212) 2017-08-29 12:10:32 -04:00
circle.yml Lint files on commit and copy Circle artifacts 2017-06-15 12:10:16 -07:00
karma.conf.js Use mocha reporter 2017-10-10 14:56:23 -04:00
l10n.toml Add l10n.toml (#174) 2017-07-27 13:11:47 -04:00
package.json Start without ckeditor rebuild 2017-11-30 15:23:46 -05:00
webpack.test-unit.js Use webpack to build unit tests 2017-10-06 13:39:42 -04:00

README.md

Firefox Notes

CircleCI Available on Test Pilot Waffle.io - Bug Triage

What does it aim for

This project let you open a notepad in the Firefox toolbar to store notes about your browsing.

How can you use it

Step 0: If you plan on sending pull-request, you should fork the repository. Step 1: Clone the notes repository or your fork.

git clone https://github.com/mozilla/notes.git
# or
git clone https://github.com/[yourusername]/notes.git

Step 2:Navigate to the root of the directory you cloned and run:

Make sure to use Node.js 6+.

Command Description
npm install Installs required Node.js dependencies.
npm run build Builds the application as a Web Extension.
npm start Launches Firefox with the Web Extension.

You can also open the test/index.html file in your browser to run the automated tests.

Localization

Firefox Notes localization is managed via Pontoon, not direct pull requests to the repository. If you want to fix a typo, add a new language, or simply know more about localization, please get in touch with the existing localization team for your language, or Mozillas l10n-drivers for guidance.

Licenses

Design

Design for reference https://mozilla.invisionapp.com/share/6VBUYHMRB#/235284916_Desktop_Sidebar

Notes Screenshot