dbilgin / notelytask

Simple cross-platform note-taking application with Github integration.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NotelyTask

What's this?

NotelyTask is a very easy to use note-taking application, you can just open it and start taking your notes. It also supports Github integration if you want to syncronize between your devices. Currently it can support all platforms that Flutter supports. Even so, the GH Actions builds currently build for Mac, Android and Web. You can reach the projects from these links:

Web Mac Android
https://www.notelytask.com/  https://github.com/dbilgin/notelytask/releases

☢️  If you want to use the Mac application, there may be permission issues with the new MacOS releases. If you want to use it, don't forget to unzip and then run sudo chmod -R 755 NotelyTask.app/ on the terminal after downloading the zip.

How does it work?

NotelyTask uses hydrated_bloc for immediately starting to preserve user data. This data is not saved anywhere on any servers when the user starts using it initially, everything stays in the hydrated bloc (the project has no tracking whatsoever). This allows the note data to be displayed to the user again when they come back to the application unless the data is manually removed.

Github Integration

The Github integration is implemented for syncronization between different devices through a Github repo. The application connects to the Github API through NotelyTask's Github oauth application and is able to reach a repository that the user can commit to. At this point comes the only requirement for a backend service. The web application requires a backend to be able to sign in to Github and for this notelytask-backend is used. Apart from this there is no data transfer at any point with any other backend services.

Once the user logs in with their Github account and enters a repository, NotelyTask will remember this repository and start committing users notes into a .json file. If the user logs in on another device and chooses to get the data from the selected repository, the new device will sync with the uploaded .json file. If the Github connection is not reset, this syncronization will happen every time the application is opened.

How does it look?

About

Simple cross-platform note-taking application with Github integration.


Languages

Language:Dart 62.3%Language:C++ 16.1%Language:CMake 12.7%Language:Kotlin 4.5%Language:Swift 1.9%Language:HTML 1.5%Language:C 0.9%Language:Objective-C 0.0%