Skip to content

Simple Android application for reading and editing markdown files

Notifications You must be signed in to change notification settings

phpusr/markdown-notebook

Repository files navigation

markdown-notebook

Simple Android application for reading and editing markdown files

App also may run in PC as python-kivy application

Features

Select markdown notebook (folder)

Image

Select the file to open

Image

Select part of the file to open

Image

Part of the file display

Image

Part of the file editing

Image

Build and run

PC

pip install -r requirements.txt
python3 main.py

Android

Variant 1 (Install ready APK file)

Download the ready APK file to phone and install it

Variant 2 (Build using docker container with buildozer)

Edit paths in buildozer.sh

Run docker container with buildozer

./buildozer.sh
buildozer android debug

Download the assembled APK file bin/markdownnotebook-*-armeabi-v7a-debug.apk to phone and install it

Other

Add permission to open files

About

Simple Android application for reading and editing markdown files

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published