Skip to content

πŸ“ A web-based note-taking app with GitHub sync and Markdown support.

License

Notifications You must be signed in to change notification settings

mbrukman/takenote

Β 
Β 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

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.

About

πŸ“ A web-based note-taking app with GitHub sync and Markdown support.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 78.5%
  • CSS 20.5%
  • HTML 1.0%