A plugin that connects Obsidian with LINE. Messages sent from LINE are automatically saved as Obsidian notes.
| Free | Premium | |
|---|---|---|
| Price | ¥0 | ¥300/month (tax included) |
| Text sync | Unlimited | Unlimited |
| Image sync | Up to 10 images total | Unlimited |
| Voice transcription | Up to 10 transcriptions total | Unlimited |
/upgrade (or "アップグレード") to the LINE bot — it replies with a Stripe Checkout link directly in the chatSend these commands directly to the LINE Official Account:
/myid - Show your LINE User ID (needed when connecting the plugin)/status - Check your current plan and remaining free quota for images and voice transcription/upgrade or "アップグレード" - Get a Stripe Checkout link to subscribe to PremiumYou usually don't need to type these: the bot's replies come with tappable buttons (使い方 / プラン確認 / プレミアム登録) above the input field.
Text messages and images are end-to-end encrypted. Voice transcription is not, because the server has to process the audio to transcribe it.
/myid (or any message)You can customize file names using these variables:
{date} - Date with hyphens (2024-01-15){datecompact} - Date without hyphens (20240115){time} - Time only (14:30:45){datetime} - Full datetime (20240115143045){messageId} - Unique message identifier{userId} - LINE user ID{timestamp} - Unix timestampExample: {date}_{time}_LINE → 2024-01-15_14-30-45_LINE.md
If you encounter any issues, please report them on GitHub Issues.
MIT