"Notes, Redefined. Markdown-powered productivity."
Welcome to EnderNote—a minimal, fast, and open-source note-taking app designed for those who demand simplicity and power in one. Built with Flutter and Firebase, EnderNote delivers seamless note-taking for writers, organizers, and power users alike.
- 📝 Markdown Support: Write with Markdown, see live previews.
- ☁️ Cloud Sync: Access your notes anywhere, anytime (currently unavailable).
- 🔍 Full-Text Search: Quickly find your notes (coming soon).
- 📁 Organized Folders: Keep your workspace tidy and intuitive (coming soon).
- Open Source: Free and customizable for your needs.
- Cross-Platform: Runs on Android, Linux, Windows. (macOS and iOS builds currently unavailable.)
- Lightning-Fast: Powered by Flutter, ensuring smooth performance on every device.
git clone https://github.com/shaaanuu/endernote.git
cd endernote
flutter pub get
- Create a Firebase project at Firebase Console.
- Create a new file in the
lib
folder calledapi_key.dart
and add the following:
const firebaseWebApi = "blablablaa";
const databaseURL = "https://blablalblaa.firebaseio.com";
flutter run
EnderNote exists thanks to:
- 🌿 Flutter: The engine behind smooth, cross-platform magic.
- ☁️ Firebase: Our cloud-based brain, keeping your notes safe and synced.
- 💡 Obsidian: The spark of inspiration that led us here.
Special thanks to the open-source community—building the future, one commit at a time. 🚀
Licensed under MIT. Do whatever you want (responsibly).
We’d love your help to make EnderNote even better! Here’s how you can contribute:
- Report Issues: Found a bug? Open an issue here.
- Submit Features: Have an idea? Let’s discuss it in the issues or pull requests.
- Code Contributions: Fork the repo, create a branch, and submit a pull request.
For more details, check out our CONTRIBUTING.md.