Skip to content
forked from mozilla/notes

building upon the deprecated firefox notes application. fixed sync + adding features.

License

Notifications You must be signed in to change notification settings

warped-pipe/ff-notes

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1,967 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WARPNOTES

A notepad for Firefox based upon the leftovers from Firefox's deprecated notes application. It was great. Makes no sense why they would get rid of something so simple. Android APK will soon be available again. I will be fixing sync funtion to allow you to backup your notes wherever you please. (dropbox, email, vps, etc)

Releases

[this will be changing very soon -- currently migrating servers. once finished, i will link to forum, git, etc]

The releases are packaged by CircleCI for Android and the WebExtension.

Contribute

  • Step 0: Join us on the forum, in the discord or IRC. Let us know where you can help and we can find you somewhere where your help is needed.

  • Step 1: Clone the notes repository and build in a feature that you would like to see added. Unless it is obnoxious or interferes somehow with current functionality, I'll merge submissions. I am trying to cultivate a community -- everyone's ideas are welcome. If you have a rigid idea of what you'd like the application to be, I'd recommend forking it and keeping your own version on the side. That's what I do.

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

Make sure to use Node.js 8+.

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.

WebExtension Permissions

Permission Description
contextMenus Used for "Send to Note" feature, sends text from pages to the Notes sidebar.
storage Storage for Notes.
identity OAuth login to Firefox Accounts to sync your notes.

Release

See RELEASE.md for release steps.

Licenses

  • [MIT License]

Design

Screenshot

Notes v4

TODO / Upcoming features:

  • Integrate automatic sync of notes to various platform options. Upon opening Firefox after a reboot, you will be asked if you would like to sync notes from last saved place. It'll eventually be a clean, frictionless system.
  • Automatically match dark / light mode to the rest of your system's settings.
  • Implement folder system to sort notes into.

About

building upon the deprecated firefox notes application. fixed sync + adding features.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 76.0%
  • JavaScript 20.2%
  • Java 1.6%
  • SCSS 1.0%
  • CSS 0.5%
  • Objective-C 0.3%
  • Other 0.4%