Build your website with Obsidian in seconds — trip2g

  1. Sign Up or install on your server
  2. Open a home page
  3. Download a demo vault and open it in Obsidian
  4. Write your content
  5. Sync!

14 KB page size

The full styled HTML of a trip2g page gzips to ~11.7 KB — inside the TCP initial congestion window of ~14 KB. The browser receives the complete, styled page in a single round-trip.

Two-Way Sync

By default the plugin syncs one way: you write in Obsidian, changes go to the server. The server never modifies your files.

Two-way sync sends changes in both directions. If a file is updated on the server, the plugin downloads it to your vault automatically.

Templates

Templates control how your notes look — sidebar, header, footer, and layout.

A template is an HTML file stored in _layouts/. It receives the note's content and frontmatter, then produces a complete page. Your markdown stays clean; the template decides how it's presented.

Webhooks

Webhooks let trip2g notify external services when notes change, or trigger actions on a schedule.

Two types are available: change webhooks fire when a note is created, updated, or deleted; cron webhooks fire on a schedule you define.