cli + tui to publish to leaflet (wip) & manage tasks, notes & watch/read lists 馃崈
charm leaflet readability golang
29
fork

Configure Feed

Select the types of activity you want to include in your feed.

at main 36 lines 1.7 kB view raw view rendered
1--- 2title: Leaflet.pub Introduction 3sidebar_label: Introduction 4description: Understand leaflet.pub and how Noteleaf integrates with it. 5sidebar_position: 1 6--- 7 8# Leaflet.pub Introduction 9 10## What is Leaflet.pub? 11 12[Leaflet.pub](https://leaflet.pub) is a decentralized publishing platform built on the AT Protocol (the same protocol that powers BlueSky). It allows you to publish long-form content as structured documents while maintaining ownership and control of your data through decentralized identity. 13 14## AT Protocol and Decentralized Publishing 15 16AT Protocol provides: 17 18**Portable Identity**: Your identity (DID) is separate from any single service. You own your content and can move it between providers. 19 20**Verifiable Data**: All documents are content-addressed and cryptographically signed, ensuring authenticity and preventing tampering. 21 22**Interoperability**: Content published to leaflet.pub can be discovered and consumed by any AT Protocol-compatible client. 23 24**Decentralized Storage**: Data is stored in personal data repositories (PDSs) under your control, not locked in a proprietary platform. 25 26## How Noteleaf Integrates with Leaflet 27 28Noteleaf can act as a leaflet.pub client, allowing you to: 29 301. **Authenticate** with your BlueSky/AT Protocol identity 312. **Pull** existing documents from leaflet.pub into local notes 323. **Publish** local notes as new leaflet documents 334. **Update** previously published documents with changes 345. **Manage** drafts and published content from the command line 35 36This integration lets you write locally in markdown, manage content alongside tasks and research notes, and publish to a decentralized platform when ready.