https://github.com/rubbaboy/notedown
Cross-platform markdown note taking app in Flutter
https://github.com/rubbaboy/notedown
firebase flutter markdown notedown
Last synced: 12 months ago
JSON representation
Cross-platform markdown note taking app in Flutter
- Host: GitHub
- URL: https://github.com/rubbaboy/notedown
- Owner: RubbaBoy
- Created: 2019-11-25T00:32:07.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-03-17T02:52:06.000Z (over 6 years ago)
- Last Synced: 2025-04-14T06:44:08.722Z (about 1 year ago)
- Topics: firebase, flutter, markdown, notedown
- Language: Dart
- Size: 478 KB
- Stars: 34
- Watchers: 2
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Notedown
Notedown is a Markdown note taking app. It is a Flutter app that is meant to be used on mobile devices, the web, and desktop. It currently uses Firebase's Firestore to store notes and category information, and automatically saves data and fetches it from the database. It uses Google authentication to protect the notes and for syncing purposes, and allows for note editing/creation. It is currently functional with the ability to create and edit notes, and create, edit, and delete categories.
Here is a short demo video of the app in its current state: https://youtu.be/97lbhdIAuXs
The following are some screenshots of the current UI, most features are functional (Except searching):