https://github.com/shaaanuu/endernote
A Flutter-based Markdown note app that works
https://github.com/shaaanuu/endernote
flutter note-taking-app notes obsidian obsidian-md
Last synced: 4 months ago
JSON representation
A Flutter-based Markdown note app that works
- Host: GitHub
- URL: https://github.com/shaaanuu/endernote
- Owner: shaaanuu
- License: mit
- Created: 2024-07-29T12:33:44.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-10-22T15:14:24.000Z (8 months ago)
- Last Synced: 2025-10-22T15:42:14.457Z (8 months ago)
- Topics: flutter, note-taking-app, notes, obsidian, obsidian-md
- Language: Dart
- Homepage:
- Size: 9.64 MB
- Stars: 34
- Watchers: 3
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# **EnderNote**
No clouds, no nonsense. Just fast, clean note-taking for people who actually write things down. Whether it's grocery lists or genius ideas at 3 AM, EnderNote’s got your back.
(It's Markdown syntax, btw).
## **✨ Features**
### **Built for Productivity**
- 📝 **Markdown Support**: Write with Markdown, see live previews.
- 🔍 **Full-Text Search**: Quickly find your notes.
- 📁 **Organized Folders**: Keep your workspace tidy and intuitive.
## **🚀 Why EnderNote?**
- **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.
## **📸 Screenshots**

## **🚦 Quick Start**
### **Clone the Repo**
```bash
git clone https://github.com/shaaanuu/endernote.git
cd endernote
```
### **Install Dependencies**
```bash
flutter pub get
```
### **Run the App**
```bash
flutter run
```
## **🙌 Acknowledgements**
EnderNote exists thanks to:
- 🌿 **[Flutter](https://flutter.dev)**: The engine behind smooth, cross-platform magic.
- 💡 **[Obsidian](https://obsidian.md)**: The spark of inspiration that led us here.
Special thanks to the open-source community—building the future, one commit at a time. 🚀
## **📜 License**
Licensed under [MIT](https://github.com/shaaanuu/endernote/blob/main/LICENSE). Do whatever you want (responsibly).
## **🤝 Contributing**
We’d love your help to make EnderNote even better! Here’s how you can contribute:
1. **Report Issues**: Found a bug? Open an issue [here](https://github.com/shaaanuu/endernote/issues).
2. **Submit Features**: Have an idea? Let’s discuss it in the issues or pull requests.
3. **Code Contributions**: Fork the repo, create a branch, and submit a pull request.
For more details, check out our [CONTRIBUTING.md](https://github.com/shaaanuu/endernote/blob/main/CONTRIBUTING.md).