johnsgomez / markdown-notebook

Simple Android application for reading and editing markdown files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:Python 98.0%Language:Shell 2.0%