Skip to content

gvjordan/takenote

ย 
ย 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

๐Ÿ“ TakeNote

License: MIT Contributors Build Status Coverage Status

Work in progress

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

Screenshot

Installation

git clone [email protected]:taniarascia/takenote
cd takenote
npm i
npm start

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
  • 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.

Data Seed

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

Contributors

Thanks goes to these wonderful people:

Tania Rascia
Tania Rascia

๐Ÿ’ป ๐Ÿค”
hankolsen
hankolsen

๐Ÿ’ป
Joseph Perez
Joseph Perez

๐Ÿ’ป
Paul
Paul

๐Ÿ’ป โš ๏ธ
Martin Rosenberg
Martin Rosenberg

๐Ÿ’ป

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 79.5%
  • CSS 19.4%
  • HTML 1.1%