Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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/).