Skip to content
πŸ“ A web-based note-taking app with GitHub sync and Markdown support.
TypeScript CSS HTML
Branch: master
Clone or download
allcontributors and taniarascia docs: add dong-alex as a contributor (#69)
* docs: update README.md

* docs: update .all-contributorsrc
Latest commit b69b015 Oct 16, 2019

README.md

A web-based note-taking app with GitHub sync and Markdown support. (WIP)

Screenshot

Setup

Install

git clone git@github.com:taniarascia/takenote
cd takenote
npm i

Run

npm start

Seed data

To seed the app with some test data, paste the contents of seed.js into your browser console and refresh.

Features

  • Plain text notes with Markdown highlighting and frontmatter metadata
  • Add, update, download, temporarily delete and delete notes
  • Add, update, and delete categories
  • Add notes to categories or mark note as favorite
  • Keybinding shortcuts for common actions
  • Settings for light/dark mode, sync frequency, and Vim mode
  • Search notes
  • Sync and store notes in GitHub gist (currently local storage)

Contributing

TakeNote is an open source project, and contributions of any kind are welcome! Open issues, bugs, and enhancements are all listed on the issues tab and labeled accordingly. Feel free to open bug tickets and make feature requests. Easy bugs and features will be tagged with the good first issue label.

The project is written in TypeScript, React and Redux. TypeScript is set to strict mode, with no implicit any allowed. The formatting style for the project is set by Prettier.

Contributors

Thanks goes to these wonderful people:

Tania Rascia
Tania Rascia

πŸ’» πŸ€” πŸ›
hankolsen
hankolsen

πŸ’» πŸ›
Joseph Perez
Joseph Perez

πŸ’»
Paul
Paul

πŸ’» ⚠️
Martin Rosenberg
Martin Rosenberg

πŸ’» πŸ›
Melissa
Melissa

πŸ’»
Jason Towle
Jason Towle

πŸ’»
Mark Erikson
Mark Erikson

πŸ€”
Alphonse Bouy
Alphonse Bouy

πŸ›
dave2kb
dave2kb

🎨 πŸ€”
Devin McIntyre
Devin McIntyre

πŸ’»
Jeffrey Fisher
Jeffrey Fisher

πŸ›
Alex Dong
Alex Dong

πŸ’»

Author

License

This project is open source and available under the MIT License.

You can’t perform that action at this time.