A plugin for Obsidian that syncs your notes with trip2g.com and publishes them as a website.
Trip2g Plugin allows you to seamlessly sync your Obsidian vault with trip2g.com, a service designed for publishing your notes as a website. Share your knowledge, documentation, or personal wiki with the world directly from your Obsidian workspace.
- 📤 Sync notes from Obsidian to trip2g.com
- 🌐 Publish your notes as a website
- 🔄 Automatic synchronization
- 🔐 Secure API key authentication
This plugin is not yet available in the official Obsidian Community Plugins directory. You can install it using BRAT (Beta Reviewers Auto-update Tester).
- Install the BRAT plugin from Obsidian Community Plugins
- Open BRAT settings in Obsidian
- Click "Add Beta plugin"
- Enter this repository URL:
https://github.com/trip2g/obsidian-sync - Click "Add Plugin"
- Enable "Trip2g Plugin" in Obsidian Settings → Community Plugins
After installation, you need to configure the plugin with your API key:
- Open Obsidian Settings
- Navigate to "Trip2g Plugin" in the plugin settings
- Enter your API key from trip2g.com
- Save settings
- Visit trip2g.com
- Log in to your account
- Navigate to your account settings or API section
- Copy your API key
- Paste it into the plugin settings in Obsidian
Once configured, the plugin will sync your notes with trip2g.com. You can:
- Use the ribbon icon to manually trigger synchronization
- Access sync commands from the command palette (Ctrl/Cmd + P)
- Monitor sync status through notifications
If you encounter any issues or have questions:
- Visit trip2g.com for service-related questions
- Report plugin issues on the GitHub repository
# Install dependencies
npm install
# Development mode (watch for changes)
npm run dev
# Build for production
npm run build- Clone this repository to your vault's plugins folder:
cd /path/to/vault/.obsidian/plugins git clone https://github.com/trip2g/obsidian-sync trip2g - Install dependencies:
npm install - Build the plugin:
npm run dev - Reload Obsidian
- Enable the plugin in Settings → Community Plugins
Created by Alexey Yurchenko
- Website: trip2g.com
- Email: alexes.dev@gmail.com