DEPRECATED - A notepad for Firefox
Перейти к файлу
Vlad Filippov 34a43d32e9 Add ability to 'npm run start-nightly' (#215) 2017-08-18 14:27:26 -04:00
bin first pass at a build-addon script 2017-07-12 16:01:40 -07:00
docs Add Dark theme support (#187) r=vladikoff 2017-08-17 16:14:15 -04:00
locales Pontoon: Update Spanish (es-MX) localization of Test Pilot: Notes 2017-08-18 17:31:46 +00:00
scripts Convert bash script to node script (#202) r=vladikoff 2017-08-17 09:45:12 -04:00
src Back to development 2017-08-18 09:43:45 +02: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 Use the testpilot-qa lib. (#157) 2017-07-19 10:36:39 -04:00
.gitignore first pass at a build-addon script 2017-07-12 16:01:40 -07:00
.nvmrc Add 'npm start' command (#56) 2017-06-15 15:26:39 -04:00
.travis.yml Run lint and build web extension on Travis-CI 2017-06-16 18:01:01 -07:00
CHANGELOG.md Back to development 2017-08-18 09:43:45 +02:00
LICENSE Fix up missing ESLint config and errors/warnings (#9) (#20) 2017-06-13 15:28:47 -04:00
README.md Fix table in README. 2017-08-18 09:41:49 +02:00
circle.yml Lint files on commit and copy Circle artifacts 2017-06-15 12:10:16 -07:00
l10n.toml Add l10n.toml (#174) 2017-07-27 13:11:47 -04:00
package.json Add ability to 'npm run start-nightly' (#215) 2017-08-18 14:27:26 -04:00

README.md

Firefox Notes

CircleCI Available on Test Pilot

What it does

Open a notepad in the Firefox toolbar to store notes about your browsing.

How to 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.

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

Mozilla Public License Version 2.0

Quill Rich Text Editor License

Other

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

Notes Screenshot