Skip to content

Latest commit

 

History

History
54 lines (37 loc) · 1.58 KB

File metadata and controls

54 lines (37 loc) · 1.58 KB

Dripnex

Markdown-first, offline-forever desktop note app.

License: MIT Release

About

This repository contains the open-source core of Dripnex. Core packages are licensed under MIT for community use and contributions. The desktop application and some commercial features remain proprietary.

Quick Start

# Clone
git clone https://github.com/dripnex/readide.git
cd readide

# Install
pnpm install

# Run
pnpm dev

Open Source Packages

Package Description
@dripnex/core Domain logic, markdown parsing
@dripnex/storage-core Storage interfaces
@dripnex/storage-sqlite SQLite implementation
@dripnex/wikilinks Wikilink parsing
@dripnex/tasks Task/checkbox parsing
@dripnex/commands Command palette
@dripnex/embeds Image/embed handling
@dripnex/plugin-api Plugin API + theme system

Contributing

See CONTRIBUTING.md for guidelines.

Links

License

  • Core packages: MIT License
  • Desktop app: Proprietary

See LICENSE for details.