MACOS · MARKDOWN

Markdown que se ve bien con Quick Look.

Un visor de Markdown para macOS.

Desplázate para ver más Quick Look renderiza GFM, MDX y Obsidian
API.md getting-started.mdx Obsidian.md

Authentication API

Base URL: https://api.peekdown.app/v1

Rate Limiting
All endpoints are rate-limited to 100 requests per minute per API key. Exceeding this returns 429 Too Many Requests.

Endpoints

POST /auth/token

Returns a bearer token for authenticated requests.

ParameterTypeRequiredDescription
client_idstringyesYour application's client ID
client_secretstringyesYour application's client secret
grant_typestringyesMust be client_credentials
curl -X POST https://api.peekdown.app/v1/auth/token \
  -H "Content-Type: application/json" \
  -d '{
    "client_id": "fk_live_abc123",
    "client_secret": "sk_live_xyz789",
    "grant_type": "client_credentials"
  }'
import { Callout } from '@/components/callout'
import { Tabs, Tab } from '@/components/tabs'

Getting Started

Install the toolkit and render your first component in under a minute.

<Callout type="info">
  This guide assumes Node 20 or newer.
  Check with `node --version` before continuing.
</Callout>

Installation

<Tabs items={['npm', 'pnpm', 'yarn']}>
  <Tab value="npm">npm install @acme/toolkit</Tab>
  <Tab value="pnpm">pnpm add @acme/toolkit</Tab>
  <Tab value="yarn">yarn add @acme/toolkit</Tab>
</Tabs>

Your first component

Obsidian Vault Support

Render your Obsidian notes beautifully — callouts, highlights, wikilinks, tags, and more.

Works with Quick Look
Press Space on any note in your vault. Peekdown renders it instantly — no need to open Obsidian.
Full Feature Support
Frontmatter is hidden, `` are stripped, and all 13 callout types are styled with icons.

Highlight key concepts in your notes and link to other pages with wikilinks.

Organize with #tags and #project/research tags. Embed references like diagram.png render as badges.

Don't Forget
Standard markdown still works perfectly — Obsidian syntax is additive.

Today's Notes

  • Draft launch announcement
  • Review Q2 Roadmap with #leadership
  • Migrate vault to #peekdown
  • Walkthrough with design team

Backlinks

Project Charter · Sprint Planning · Design Review

Vista previa y edición sincronizadas
API.md
# Authentication API Base URL: `https://api.peekdown.app/v1` > [!warning] Rate Limiting > All endpoints are rate-limited to 100 requests per minute per API key. Exceeding this returns `429 Too Many Requests`. ## Endpoints ### POST /auth/token Returns a bearer token for authenticated requests. | Parameter | Type | Required | Description | |-----------|------|----------|-------------| | `client_id` | string | yes | Your application's client ID | | `client_secret` | string | yes | Your application's client secret | | `grant_type` | string | yes | Must be `client_credentials` | ```bash curl -X POST https://api.peekdown.app/v1/auth/token \ -H "Content-Type: application/json" \ -d '{ "client_id": "fk_live_abc123", "client_secret": "sk_live_xyz789", "grant_type": "client_credentials" }' ``` ### Response

Authentication API

Base URL: https://api.peekdown.app/v1

Rate Limiting
All endpoints are rate-limited to 100 requests per minute per API key. Exceeding this returns 429 Too Many Requests.

Endpoints

POST /auth/token

Returns a bearer token for authenticated requests.

ParameterTypeRequiredDescription
client_idstringyesYour application's client ID
client_secretstringyesYour application's client secret
grant_typestringyesMust be client_credentials
Anota y envía de vuelta a la IA
Roadmap.md

v2.3 Roadmap

A high-level look at where we're taking the product after v2.2 ships. This is a draft — not committed scope. Dates are aspirational and will firm up after the v2.2 retro.

Performance

The big bet for v2.3 is cutting cold-start latency in half. Right now the median session takes 1.8s to first interactive, which is too slow given that competitors are well under 1s. We have a few directions we're exploring.

  • Lazy-load the editor module
  • Precompile the syntax highlighter grammars
  • Move webhook dispatch off the main request thread
+ add a concrete example of a confusing er…

Developer Experience

We've heard consistently from customers that the SDK ergonomics need work. The TypeScript types drift out of sync with the API in ways that surprise people, and our error messages don't tell you what to do next. v2.3 is when we fix that.

soften — don't name competitors directly
Copied to clipboard
<!-- Peekdown annotation export — paste into your AI assistant -->[
  {
    "type": "delete",
    "text": "This is a draft — not committed scope.",
    "paragraph": 1
  },
  {
    "type": "comment",
    "text": "competitors are well under 1s",
    "instruction": "soften — don't name competitors directly",
    "paragraph": 2
  }
]
MÁS PEEKDOWN

Diseñado para cómo trabajas.

Integración con Quick Look.

Di adiós al markdown sin formato en Quick Look. Peekdown renderiza tus archivos .md y .mdx para que ya no tengas que entrecerrar los ojos y descifrar. También puedes copiar fragmentos de código, o el archivo completo, con un solo clic.

Editar y anotar.

¿Haciendo cambios o corrigiendo errores? Peekdown te respalda con un editor en línea que soporta más de 100 lenguajes y resaltado de sintaxis, además de una función de anotaciones que incluso puede enviar tus notas de vuelta a la IA.

Renderizado exacto de GitHub.

Por eso creé Peekdown. Me cansé de intentar revisar mis READMEs en una app de escritura, o con el formato predeterminado de un IDE; solo quería ver mi markdown como lo verían los demás, pero ANTES de hacer push.

Soporte para bóvedas Obsidian.

Navega tu bóveda de Obsidian directamente en Finder con Quick Look, con soporte completo para callouts, wikilinks, resaltados, etiquetas e incrustaciones. El frontmatter se elimina automáticamente para una vista previa limpia.

Casillas interactivas.

Crea una lista de tareas (o deja que tu bot lo haga) y marca cada elemento a medida que lo completes. Puedes guardar automáticamente con cada marca (o no), y ver tu progreso directamente en Quick Look. Una de mis funciones favoritas.

Listo para IA.

Si usas agentes de IA, es posible que trabajes con archivos llms.txt y humans.txt que, a pesar de la extensión .txt, en realidad son markdown y se renderizarán como cualquier otro archivo markdown.

COMPARACIÓN

¿Por qué no usar VS Code?

¿O previsualizar en el navegador después de subir?

Peekdown VS Code Navegador
Tamaño de descarga ~13MB ~100MB+
Uso de memoria ~70MB ~500MB+ Sopa de pestañas
Tiempo de inicio Instantáneo Segundos Subir primero
Quick Look
Exacto a GitHub Cercano
(después de subir)
Soporte llms.txt
Fijar encima Extensiones
Sintaxis Obsidian Extensiones
RESEÑAS

Lo que dice la gente.

Supongo que hace más que solo mostrar markdown, pero esas cosas no estorban. Se ve bien, renderiza bien, e incluso algo de resaltado de sintaxis.
— derekplucas, App Store
...sigue mejorando con cada actualización. Todo lo de edición y anotación está oculto hasta que lo necesitas. Se está convirtiendo rápidamente en una aplicación diaria para mí. Se ve bien y la recomiendo encarecidamente a cualquiera que quiera previsualizar y editar markdown.
— mdphipps1, App Store
en mi opinión, esta es la mejor aplicación para ver documentos Markdown, con un renderizado idéntico al estilo de GitHub. También incluye un editor integrado y soporte para Quick Look.
— An_Original_ID, App Store

Obtener Peekdown.

Disponible en la Mac App Store.