DEPRECATED - A notepad for Firefox
Перейти к файлу
Sébastien BARBIER 0baaf90e3c
Improve eslint and fix package.json with missing packages
2018-02-07 13:44:37 +07: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 Pontoon: Update Azerbaijani (az) localization of Test Pilot: Notes 2018-01-01 07:11:09 +00:00
scripts Simplify CSS for the menu 2017-11-30 17:29:35 -05:00
src Apply fixes based on code review 2018-02-07 11:37:06 +07:00
test/unit use lastModified as Date.now() in panel front-end 2017-11-30 16:33:04 -05:00
.babelrc Refactor scaffolding of sidebar to prepare React integration 2018-01-05 11:39:29 +01: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 Improve eslint and fix package.json with missing packages 2018-02-07 13:44:37 +07:00
.gitignore Apply fixes based on code review 2018-02-07 11:37:06 +07: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 2.2.0 2017-12-13 17:44:05 +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 Add multi notes ref 2017-12-21 11:03:23 -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-lock.json Improve eslint and fix package.json with missing packages 2018-02-07 13:44:37 +07:00
package.json Improve eslint and fix package.json with missing packages 2018-02-07 13:44:37 +07:00
webpack.config.js Apply fixes based on code review 2018-02-07 11:37:06 +07:00
webpack.test-unit.js Use webpack to build unit tests 2017-10-06 13:39:42 -04:00
webpack.watch.js Apply fixes based on code review 2018-02-07 11:37:06 +07: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

Notes Screenshot