git404hub

what is markor fr?

gsantner/markor — explained in plain English

Analysis updated 2026-06-26

5,542JavaAudience · generalComplexity · 1/5Setup · easy

tl;dr

A free, offline Android note-taking and to-do app that stores everything as plain text files you can sync with any service, supporting Markdown, todo.txt, AsciiDoc, and more.

vibe map

mindmap
  root((Markor))
    What it does
      Note-taking on Android
      To-do list management
      Plain text file storage
    Supported formats
      Markdown
      todo.txt
      AsciiDoc
      Zim and Org-Mode
    Features
      Offline only
      File sync compatible
      AES256 encryption
      PDF and HTML preview
    Tech Stack
      Java
      Android
      F-Droid
    Audience
      Privacy-focused users
      Mobile note-takers

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

what do people make with this?

VIBE 1

Take and organize notes on your Android phone in Markdown format and preview them as formatted HTML or PDF.

VIBE 2

Manage a todo.txt task list on Android and keep it in sync with your desktop using Syncthing or any file sync app.

VIBE 3

Store all your notes as plain text files in a folder so you can open them with any text editor on any device.

VIBE 4

Enable AES256 encryption in Markor to keep sensitive notes password-protected on your Android device.

what's the stack?

JavaAndroid

how it stacks up fr

gsantner/markorapache/hbaseamlcurran/showcaseview
Stars5,5425,5315,556
LanguageJavaJavaJava
Setup difficultyeasyhardeasy
Complexity1/55/52/5
Audiencegeneraldatadeveloper

Figures from each repo's GitHub metadata at analysis time.

how do i run it?

Difficulty · easy time til it works · 5min

Install from F-Droid or GitHub releases, no account or internet connection required.

No explicit license information provided in the explanation.

in plain english

Markor is a text editor app for Android phones and tablets. It focuses on note-taking and to-do list management using plain text files. Rather than a proprietary format that only one app can open, Markor stores everything as standard text files, which means any other text editor on any device or computer can read and edit the same files. The app supports several text formatting styles. The most common is Markdown, a lightweight way of adding formatting to plain text by using symbols like asterisks and pound signs. It also supports todo.txt, a simple system for managing tasks in a plain text file, as well as Zim (a wiki-style format), AsciiDoc, Org-Mode, CSV, and a handful of data formats like JSON and YAML. You can preview formatted documents as HTML or PDF and share them from within the app. Markor is built around three main areas: a general Notebook folder where you store all your documents, a QuickNote section for fast access to a single notes file, and a To-Do section for task management. The notebook folder can be set to any location on the device's storage, including folders that a file syncing app such as Syncthing keeps in sync with other devices. The app works entirely offline. It has no ads and requests no unnecessary permissions. Optional encryption for text files is available using AES256, which requires setting a password in the app settings. Customization options include a dark theme, font choices, line numbers in the editor, and auto-save with undo and redo support. Markor is free and open source. It is available through F-Droid (an app store for open-source Android apps) and through direct download from the GitHub releases page. Community translations are managed through Crowdin.

prompts (copy fr)

prompt 1
I want to use Markor to manage a todo.txt task file on Android that stays in sync with my desktop using Syncthing. How do I set that up?
prompt 2
How do I enable AES256 encryption for a specific note in Markor and what happens when I try to open it without the password?
prompt 3
I write in Markdown in Markor and want to export a note as a PDF to share with someone. Walk me through the export process.
prompt 4
How do I install Markor from F-Droid on my Android phone and is there any difference between the F-Droid version and downloading from GitHub releases?
prompt 5
I want to use Markor's QuickNote feature as a fast scratchpad. How does QuickNote differ from the main Notebook and how do I access it?

Frequently asked questions

what is markor fr?

A free, offline Android note-taking and to-do app that stores everything as plain text files you can sync with any service, supporting Markdown, todo.txt, AsciiDoc, and more.

What language is markor written in?

Mainly Java. The stack also includes Java, Android.

What license does markor use?

No explicit license information provided in the explanation.

How hard is markor to set up?

Setup difficulty is rated easy, with roughly 5min to a first successful run.

Who is markor for?

Mainly general.

peek the repo → explain another one

This repo across BitVibe Labs

double-check against the repo, no cap.