Release: Wombat

Wombat is the current DocsHub architecture.

Read the Roadmap

snapnotes documentation

Choose a version

Version Other / archived

Status: private early development. SnapNotes has no public release, no published build, and no store listing. The repository is private while development continues, and this page describes the state of its source code, not a shipped product.

SnapNotes #

SnapNotes is an Android application written in Kotlin with Jetpack Compose. It is positioned in the project’s own README as a mobile companion to SnapDock: a viewer-first Markdown reader with light editing, built offline-first around local storage. That positioning describes intent; the sections below describe only what the current source implements.

Verified implementation status #

The following behavior exists in the current source:

Build configuration #

The Gradle configuration declares:

Setting Value
Application ID com.zforddev.snapnotes
Minimum SDK 24 (Android 7.0)
Target and compile SDK 37
Kotlin 2.4.10
Android Gradle Plugin 9.3.1

No release artifacts, distribution channel, or store listing exist. The release build type exists in configuration but nothing publishes it, so running SnapNotes currently requires building from source with the included Gradle wrapper in Android Studio or a local Gradle installation.

What is not implemented #

Several capabilities described in the repository README are roadmap material and are not present in the source:

Data, privacy, and backup #

All user content stays on the device:

Relationship to SnapDock #

SnapNotes is part of the broader SnapDock ecosystem alongside the archived SnapBoard experiment. Its pairing screen anticipates a future SnapDock-Server connection, but no integration protocol, sync engine, or shared workspace format is implemented today. For the maintained desktop editor, use the current SnapDock documentation.

Stated direction #

The repository README plans improved rendering fidelity, code-block and table support, conflict-safe synchronization, and deeper SnapDock-Server integration before a first public release. These are project-stated intentions without dates, not committed features, and this page will be revised as implemented behavior changes.