itzpapa Feature Showcase

Welcome to itzpapa

itzpapa is an Astro blog template designed for Obsidian users. It supports WikiLinks, Callouts, and mark highlights seamlessly.

Inline Formatting

You can use inline code for technical terms, bold text for emphasis, italic for subtle highlights, and mark highlight for important points.

itzpapa automatically converts Obsidian syntax to beautiful HTML. No configuration needed!

Code Example

// Simple and elegant
const blog = await createBlog({
  template: "itzpapa",
  features: ["wikilink", "callout", "mark"]
});

All code blocks support syntax highlighting with your preferred theme.

Quick Start

  1. Clone the repository
  2. Run npm install
  3. Start with npm run dev

That’s it! Your blog is ready.