Getting started
Your Obsidian vault becomes a website in under a minute. Write in Obsidian, sync, and notes are live — with Telegram publishing, monetization, and an AI assistant built in. Try the demo or see how people use it.
Use cases
Five ways people use trip2g to publish from Obsidian.
Telegram publishing
Write posts in Obsidian, publish to your Telegram channel on a schedule or instantly.
Monetization
Restrict notes to paying subscribers by leaving free: true off.
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.
Hosting
Three ways to get a running trip2g instance.
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.
Publishing notes
Properties in your note's frontmatter control how it appears on your site.