Skip to content

T0M0F/NoteApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 

Repository files navigation

Mobile Version of Boostnote (Development paused)

A markdown editor for iOS and Android

This project provides a mobile version of Boostnote and was created as part of my bachelor project at university.
The app is written in Flutter. Flutter allows you to build native apps on iOS and Android Platforms from a single codebase.

Preview

Installation

  1. Install Flutter
  2. Clone the repo
  3. Run flutter run (make sure to have an emulator running or device connected)

Whats's next?

The app is still in development. Stuff that needs to get done:

  • Improving the parser for parsing cson
  • Improving test coverage
  • Improving the markdown editor itself. Currently using flutter_markdown, but there are some performance issues with this renderer and it doesn't support inline html

Storage

Notes are stored in the filesystem under /Android/data/com.example.boostnote_mobile/files as cson files

Contributions

I gladly accept contributions! If you'd like to get involved with development please contact me :)

Some more images

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages