Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shaaanuu/endernote-flutter
An opensource alternative for Obsidian
https://github.com/shaaanuu/endernote-flutter
flutter note-taking-app notes obsidian obsidian-md
Last synced: 2 months ago
JSON representation
An opensource alternative for Obsidian
- Host: GitHub
- URL: https://github.com/shaaanuu/endernote-flutter
- Owner: shaaanuu
- License: mit
- Created: 2024-07-29T12:33:44.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-09-30T16:15:56.000Z (3 months ago)
- Last Synced: 2024-10-01T09:23:39.266Z (3 months ago)
- Topics: flutter, note-taking-app, notes, obsidian, obsidian-md
- Language: Dart
- Homepage: https://endernote.vercel.app
- Size: 395 KB
- Stars: 20
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# EnderNote
Welcome to EnderNote! 🚀 EnderNote is a sleek and powerful note-taking application designed to boost your productivity. Built with Flutter, EnderNote provides a seamless and efficient note-taking experience.
## Features
- ⚡ **Lightning Fast**: Utilizes Flutter for smooth performance and quick load times.
- 📝 **Markdown Support**: Write notes in Markdown with live preview.
- 🔍 **Full-Text Search**: Quickly find your notes with robust search functionality (coming soon).
- 📁 **Organized Folders**: Organize your notes into folders for better management (coming soon).
- ☁️ **Cloud Sync**: Sync your notes across devices (coming soon).## Getting Started
### Prerequisites
- Flutter (v2+ recommended)
- Dart (v2.12+)## Installation
### Clone the repository:
```bash
git clone https://github.com/shaaanuu/endernote-flutter.git
cd endernote-flutter
```### Install dependencies:
```bash
flutter pub get
```### Start the development server:
```bash
flutter run
```## Contributing
We welcome contributions! Please see our [CONTRIBUTING.md](https://github.com/shaaanuu/endernote-flutter/blob/main/CONTRIBUTING.md) for details on how to get started.
## License
This project is licensed under the MIT License. See the [LICENSE](https://github.com/shaaanuu/endernote-flutter/blob/main/LICENSE) file for details.
## Acknowledgements
- Inspired by [Obsidian](https://obsidian.md/).
- Powered by [Flutter](https://flutter.dev/).