Nexus AI Chat Importer
approvedby Superkikim
Import conversations from ChatGPT export files.
Nexus AI Chat Importer
π Plugin UI and documentation now available in 10 languages
β v1.5.7 fixes key import reliability issues: provider auto-detection, safer mobile imports, cleaner unsupported ZIP handling, improved reports, and a fix for missing message updates in Claude imports. See Whatβs New for details.
π Table of Contents
π Getting Started
- β‘ Quickstart - Get up and running in 2 minutes
- π₯ Installation - Install from Community Plugins
- π€ Export Your Chats - Get your data from ChatGPT/Claude/Le Chat
π‘ Using the Plugin
- π₯ Import Conversations - Quick or selective import
- π Import Reports - Understand what was imported
- π File Organization - Where your files are stored
- π¨ Conversation Format - How conversations look
π§ Advanced
- π Attachments - Images, DALL-E, artifacts
- π€ Provider Differences - ChatGPT, Claude, Le Chat specifics
- π» CLI - Import from command line
- βοΈ Settings - Customize folders and formatting
- π§ Troubleshooting - Common issues and solutions
π More
- β¨ What's New - Latest changes
- β Support - Help keep this plugin alive
- π License - GPL-3.0
β‘ Quickstart
Get started in 2 minutes:
- Install the plugin from Obsidian Community Plugins (search "Nexus AI Chat Importer")
- Export your chats:
- ChatGPT: Settings β Data controls β Export data β Download ZIP
- Claude: Settings β Privacy β Export data β Download ZIP
- Le Chat: Click your name β Profile β Le Chat: Export β Download
- Import: Click the ribbon icon (chat +) in the left sidebar or use command palette β "Import AI conversations"
- Select your ZIP file(s) and import mode (all or selective)
- Provider is auto-detected from the first supported archive in your selection
- Done! Your conversations are now in
Nexus/Conversations/
π‘ First time? The plugin will show you a welcome dialog with helpful links!
Overview
Import your AI chat conversations from ChatGPT, Claude, and Le Chat exports into Obsidian as beautifully formatted Markdown files.
π Features in a Glance
- Multi-provider support (ChatGPT, Claude, Le Chat)
- Selective import with interactive preview
- Smart deduplication across multiple ZIPs
- Attachment handling β images, documents, DALL-E, artifacts (provider-dependent)
- Claude artifact versioning
- LaTeX math support
- CLI for automation and headless setups
- Beautiful formatting with role-specific callouts
- Detailed import reports
- Full UI localization in 10 languages
β¨ What's New
v1.5.x β Highlights
β¨ New
- Full UI localization in 10 languages β automatic, matches your Obsidian language setting
- Upgrade flow now surfaces current release notes directly inside the plugin
π§ Improved
- Le Chat generated images now show a proper "not included in export" callout
- Missing attachment callouts simplified to a single clean line
- Support links and branding updated throughout
- Provider is auto-detected from the first supported selected archive
- Mixed-provider selections are handled cleanly (unsupported provider files are ignored)
- Mobile now runs imports in single-archive mode for better runtime stability
- Desktop and mobile now follow the same ZIP-reading model: scan first, then read only what is needed
- Import logs now identify the exact phase reached during ZIP scan, metadata extraction, attachment indexing, and streaming import
- Reports are now split into summary + heavy index + mobile index for better readability
π Bug Fixes
- ChatGPT numbered exports (
conversations-XXX.json) are recognised correctly - ChatGPT user-uploaded image extraction restored for multi-ZIP imports
- Claude export format changes handled correctly
- Missing message updates in Claude imports are now handled correctly
- Unsupported ZIP files are classified earlier and skipped with clearer messaging
- Large archive handling no longer relies on loading the whole ZIP into memory
- CLI now uses the desktop ZIP backend reliably in Node.js and writes correct plugin version metadata
Upgrading from a previous version triggers required migration tasks automatically.
For full release history, see RELEASE_NOTES.md
β Support My Work
I'm working on Nexus projects full-time while unemployed and dealing with health issues.
Over 7,000 downloads so far! Thank you to everyone who has supported this project.
If this plugin makes your life easier, a donation would mean the world to me and help keep development going strong.
Why support?
- π Faster development - More time for features and improvements
- π Better support - Quicker bug fixes and responses
- π‘ New features - Your suggestions become reality
- β€οΈ Motivation - Shows that my work is appreciated
β¨ Key Features
- π― Selective Import: Choose exactly which conversations to import with interactive preview
- π¬ Multi-Provider Support: Full support for ChatGPT, Claude, and Le Chat conversations
- π¨ Beautiful Formatting: Custom callouts with role-specific colors and icons
- π Complete Attachment Handling: Images, documents, DALL-E creations with prompts
- π¨ Claude Artifact Versioning: Separate files for each artifact modification
- π Detailed Reports: Comprehensive import statistics with per-file breakdown
- ποΈ Flexible Organization: Separate folders for conversations, attachments, and reports
- π International Support: ISO 8601 timestamps, works with all locales
- β±οΈ Progress Tracking: Real-time feedback during large imports
- π Smart Deduplication: Handles multiple ZIP files without creating duplicates
πΈ See It In Action
π‘ Tip: Screenshots coming soon! For now, try the plugin yourself - it's free and takes 2 minutes to set up.
π₯ Installation & Settings
Installation Methods
From Obsidian Community Plugins (Recommended):
- Open Settings β Community Plugins
- Click Browse and search for "Nexus AI Chat Importer"
- Click Install, then Enable
Manual Installation:
- Download the latest release from GitHub Releases
- Extract files to
.obsidian/plugins/nexus-ai-chat-importer/ - Reload Obsidian and enable the plugin
First-Time Setup
After installing the plugin:
- Open Settings β Community Plugins β Nexus AI Chat Importer
- Configure your folders (or keep the defaults):
- Conversations: Where your chat notes will be saved
- Attachments: Where images and files will be stored
- Reports: Where import summaries will be created
- Configure filename options:
- Add Date Prefix: Enable to add dates to conversation filenames (e.g.,
2024-01-15 - My Chat.md) - Date Format: Choose between
YYYY-MM-DD(2024-01-15) orYYYYMMDD(20240115)
- Add Date Prefix: Enable to add dates to conversation filenames (e.g.,
- Choose message timestamp format:
- Custom date format If Obsidian Locale is not providing the format you want (i.e. english provides US format MM/DD/YYYY), select the format you prefer. The plugin will apply it to messages in conversations while importing
Upgrading from Previous Versions
Good news: The plugin handles everything automatically!
When you upgrade to a new version:
- β Your settings are migrated to the new format
- β Your existing conversations are updated with new features
- β Folders are reorganized if needed (with your permission)
- β A detailed upgrade report shows you what changed
No manual work required - just install and go!
Plugin Settings
π Folder Organization
Choose where your files are stored:
- Conversations Folder: Your chat notes (default:
Nexus/Conversations) - Attachments Folder: Images, files, and Claude artifacts (default:
Nexus/Attachments) - Reports Folder: Import summaries (default:
Nexus/Reports)
π‘ Tip: You can organize these folders however you like! Put them all together, or spread them across your vault.
π¨ Display Options
Customize how your conversations look:
-
Date Prefix: Add dates to filenames
- β
Enabled:
2024-01-15 - My Conversation.md - β Disabled:
My Conversation.md
- β
Enabled:
-
Date Format: Choose your style
- With dashes:
2024-01-15 - Without:
20240115
- With dashes:
-
Message Timestamps: Choose how dates appear in messages
- Auto (default): Matches your Obsidian language
- Custom: Pick from ISO 8601, US, European, German, or Japanese
π Moving Your Files
Want to reorganize? No problem!
- Change a folder path in settings
- Click Save
- Choose what to do:
- β
Move files: Existing files are moved/merged to the new location
- For conversation/attachment folder moves, links are updated after migration
- β Leave files: They stay put (but won't be managed by the plugin anymore)
- β
Move files: Existing files are moved/merged to the new location
π‘ Pro tip: The plugin uses move+merge (not blind overwrite). If the target folder is not empty, migration is blocked to prevent conflicts.
π€ Importing Conversations
Step 1: Get Your Export
ChatGPT:
- Open ChatGPT β Settings β Data Controls β Export data
- Check your email (arrives in a few minutes)
- Download the ZIP file
Claude:
- Open Claude β Settings β Privacy β Export data
- Check your email (arrives in a few minutes)
- Download the ZIP file
Le Chat:
- Click your name β Profile β Le Chat: Export
- Wait for the button to change from "Export" to "Download"
- Click Download to get the ZIP file
Step 2: Import to Obsidian
Two ways to start:
- Click the ribbon icon (chat +) in the left sidebar, OR
- Press Ctrl/Cmd+P β type "Import AI conversations"
Provider Detection Rules (v1.5.7)
- The plugin auto-detects the provider from the first supported ZIP in your selection
- Files that don't match that provider are ignored and reported as skipped
- Unsupported archives are ignored with a clear message instead of breaking the import flow
- Desktop supports multiple ZIPs in one run (single provider per run)
- Mobile runs one ZIP per import for reliability
Step 3: Choose Your Import Style
π Quick Import (Import Everything)
Perfect when you want everything imported fast:
- Choose your ZIP file(s)
- The provider is detected automatically from the first supported archive
- Click Import All
- Done! β¨
π― Selective Import (Pick & Choose)
Perfect when you want control:
- Choose your ZIP file(s)
- The provider is detected automatically from the first supported archive
- Click Select Conversations
- Review the list - you'll see:
- π Conversation title and date
- π¬ Number of messages
- π New / π Updated / β Unchanged
- Filter conversations (optional):
- π Search by keyword - Type in the search box to filter by title
- π Filter by status - Show New, Updated, or Unchanged
- β»οΈ Show existing conversations only - Shows only Updated + Unchanged entries
- π Sort - By date, title, or status
- Select conversations:
- β Check individual conversations
- β Use "Select All" / "Deselect All" buttons
- Click Import Selected
Important behavior:
- Selecting an existing conversation (Updated or Unchanged) in selective mode will overwrite and reprocess the matching note.
Cool features:
- β Keyword search - Find conversations by title instantly
- β Smart filtering - Show only what you need
- β Existing-only reprocess filter - Rebuild selected existing notes intentionally
- β Multi-ZIP support (desktop) - Process multiple exports at once
- β Single-ZIP safety mode (mobile) - One archive per run for stable imports
- β Duplicate detection - Automatically finds duplicates across ZIPs
- β Flexible sorting - Organize by date, title, or status
πΎ Keep your export ZIPs The plugin imports from your ZIP files but does not store them. If something goes wrong or a future plugin version improves processing, you will need the original ZIP to reimport. Keep at least your most recent export from each provider.
Step 4: Check Your Report
After each import run with at least one supported archive, you get linked report files:
What's in it:
- β Import Summary - stats, archive status, errors, attachments
- β Index Heavy - full conversation index (new / updated / failed tables)
- β Index Mobile - compact list optimized for mobile browsing
Where to find them:
<reports>/<provider>/<timestamp> - import summary.md<reports>/<provider>/<timestamp> - index heavy.md<reports>/<provider>/<timestamp> - index mobile.md
π‘ Tip: The completion dialog includes a direct link to the summary report.
π Understanding Import Reports
Each import now writes three cross-linked reports:
- Import Summary
- Global counters (files, conversations, attachments)
- Per-archive status table (
processed/skipped) with reason - Consolidated errors
- Index Heavy
- Full per-conversation listing
- Separate sections for created, updated, and failed items
- Best suited for desktop review and audits
- Index Mobile
- Lightweight conversation index
- Split into
β¨ New Notesandπ Updated Notes - Faster to open on mobile and small screens
π Data Organization
Notes
Location
Conversations are organized by provider, year, and month:
<conversations>/
βββ <provider>/
β βββ YYYY/
β βββ MM/
β βββ YYYY-MM-DD - conversation-title.md
Example (with date prefix enabled):
<conversations>/chatgpt/2024/01/2024-01-15 - my-conversation.md
<conversations>/claude/2024/02/2024-02-20 - another-chat.md
Example (without date prefix):
<conversations>/chatgpt/2024/01/my-conversation.md
<conversations>/claude/2024/02/another-chat.md
Attachments
Location
Attachments are organized by provider:
<attachments>/
βββ <provider>/
βββ images/
βββ documents/
βββ artifacts/ (Claude only)
Example:
<attachments>/chatgpt/images/dalle-abc123.png
<attachments>/claude/artifacts/conversation-title/script_v1.py
conversation-title follows the same naming rules as conversation notes (including date prefix if enabled).
What Gets Imported
Images:
- User-uploaded photos and screenshots
- AI-generated images (DALL-E with prompts)
- Embedded directly in conversation notes
Documents:
- PDFs, text files, code files
- Linked in conversation notes
Claude Artifacts (when included in export):
- Code, documents, and AI-generated content
- Saved as separate versioned files when content is available
- Each modification creates a new version (v1, v2, v3...)
- β οΈ Note: Claude exports often don't include artifact content - see Provider Limitations
Claude artifact notes include provider-specific frontmatter:
---
nexus: nexus-ai-chat-importer
plugin_version: "1.x.x"
provider: claude
artifact_id: artifact_abc123
version_uuid: 3aa6f6ec-6408-4a30-97d5-3774f289f4f3
version_number: 2
command: update
conversation_id: 09c7...e12f
create_time: 2024-10-21T14:19:11.000Z
format: markdown
aliases: ["Artifact Title", "artifact_abc123_v2"]
---
Missing Attachments
Some attachments may be missing from exports:
- Older exports: May not include all files
- Large files: Sometimes excluded from ZIP
- External links: Not downloadable
The plugin continues importing even with missing attachments. Check import reports for details.
π¨ Conversation Format
Each imported conversation is a Markdown note with three parts.
1. Frontmatter
Rich metadata written at the top of every note:
---
nexus: nexus-ai-chat-importer # Plugin identifier (do not modify)
plugin_version: "1.x.x" # Plugin version at import time
provider: chatgpt # chatgpt, claude, or lechat
aliases: My Conversation Title # YAML-safe alias for Obsidian linking
conversation_id: abc123...
create_time: 2024-01-15T14:30:22.000Z # UTC ISO 8601
update_time: 2024-01-15T16:45:10.000Z # UTC ISO 8601
---
Note on
aliases: Normal titles are written unquoted. Titles that contain YAML-special characters (:,[,{) are automatically wrapped in single quotes β e.g.aliases: 'My Question: An Answer'.
This metadata enables powerful Obsidian features:
- π Search & filter by any field
- π Dataview queries for custom dashboards
- π Track statistics across conversations
- π Link using aliases
2. Header
Title and timestamps, with a link to the original conversation:
# Title: Conversation Title
Created: 2024-01-15 at 14:30:22
Last Updated: 2024-01-15 at 16:45:10
Chat URL: https://chatgpt.com/c/abc123...
Note: If you deleted the conversation online, the link will be dead.
3. Messages
Formatted with custom Obsidian callouts:
> [!nexus_user]
> **User** - 2024-01-15 14:30:22
>
> Your message here...
> [!nexus_agent]
> **Assistant** - 2024-01-15 14:31:05
>
> AI response here...
Callout Types:
- π€ nexus_user: Blue callouts for user messages
- π€ nexus_agent: Green callouts for AI responses
- π nexus_attachment: Amber callouts for attachments
- β¨ nexus_artifact: Purple callouts for Claude artifacts
- πͺ nexus_prompt: Red callouts for prompt blocks (including DALL-E prompts)
Viewing Modes:
- Reading View: Full visual experience with colored callouts
- Live Preview: Rendered callouts while editing
- Source Mode: Raw Markdown syntax
Date & Time Formats
The plugin uses two different date formats depending on where they appear:
1. Metadata (Top of File) - Universal Format
The dates at the top of each note use ISO 8601 format (2024-01-15T14:30:22.000Z):
β Works everywhere - No matter what language you use β Sorts correctly - Alphabetical order = chronological order β No confusion - Never mix up month and day β Works with Dataview - Perfect for queries and tables β Same timezone - Always UTC (no timezone confusion)
2. Message Timestamps (In Conversation) - Your Choice
The timestamps shown in each message can be customized:
-
Auto (Default): Matches your Obsidian language
- English β
01/15/2024 2:30:22 PM - French β
15/01/2024 14:30:22 - German β
15.01.2024 14:30:22
- English β
-
Custom: Pick your favorite format in Settings
- Universal:
2024-01-15 14:30:22(same everywhere, easy to sort) - US:
01/15/2024 2:30:22 PM - European:
15/01/2024 14:30:22 - German:
15.01.2024 14:30:22 - Japanese:
2024/01/15 14:30:22
- Universal:
β οΈ Important: Changing this setting only affects new imports. Your existing notes won't change (to protect your data).
Recommendations
β DO:
- Add your own frontmatter fields and edit message content as needed
- Manual edits are usually preserved during migrations and incremental updates
- Keep backups if you plan to reprocess/recreate existing notes
- Use Reading View for best experience
β DON'T:
- Modify plugin-generated frontmatter fields (
nexus,plugin_version,provider,aliases,conversation_id,create_time,update_time) - Delete message IDs (hidden in Reading View)
- Remove messages and expect skipped/incremental runs to always restore them automatically
Why? The plugin uses
conversation_idand message IDs to detect updates and avoid duplicates. Modifying them breaks this functionality.
π€ Provider-Specific Features & Limitations
Each AI provider exports data differently.
β οΈ Export Format Stability
AI providers make export ZIPs available to comply with data portability regulations (GDPR, CCPA, etc.). These exports are not officially documented and providers make no guarantees about format stability β they can and do change without notice.
If a provider changes their export format, the plugin may stop importing correctly through no fault of its own. The plugin author cannot be held responsible for breakage caused by provider-side format changes.
If import behavior changes unexpectedly, please open an issue with clear, precise details: provider, platform/device, plugin version, ZIP size, problem description, and relevant logs or screenshots.
ChatGPT (OpenAI)
β Fully Supported:
- Conversation titles (exported in JSON)
- User-uploaded attachments (images, documents)
- DALL-E generated images with prompts
- Complete message history
- Custom instructions and model information
Export Format:
conversations.json(single-file exports)conversations-XXX.json(split exports)- Attachments in the same ZIP
β οΈ Limitations:
- Very large archives (multi-GB) are increasingly common. Mobile stability cannot be guaranteed in those cases.
- Desktop usually handles larger archives better, but if you hit limits, please report with ZIP size + logs.
Claude (Anthropic)
β Fully Supported:
- Conversation titles (exported in JSON)
- User-uploaded attachments (images, documents)
- Complete message history
- Artifacts with full content and versioning
β οΈ Limitations:
- Some artifact/tool outputs may be absent from the provider export itself. Missing source data cannot be reconstructed by the plugin.
- As with all providers, export schema changes may require plugin updates.
Export Format: Single conversations.json file with all conversations + attachments in ZIP
π‘ Tip for Claude Users:
- Artifacts are fully extracted and saved with versioning - check your artifacts folder
- If artifact rendering looks wrong after a provider-side change, reimport and report the issue with logs
Le Chat (Mistral AI)
β Supported:
- User-uploaded attachments (images, documents)
- Complete message history
- References and citations
- Custom elements
β οΈ Limitations:
- No conversation titles: Le Chat exports don't include conversation titles. The plugin automatically generates titles from the first user message (first 50 characters, followed by '...')
- No generated images: Images created by Le Chat's image generation tool are not included in exports. Only external URLs are provided, which may expire. The plugin will show the generation prompt but cannot download the images
- Tool calls filtered: Internal tool calls (web_search, etc.) are filtered out as they're not useful for users
Export Format: Individual chat-{uuid}.json files (one per conversation) + attachments in chat-{uuid}-files/ directories
π‘ Tip for Le Chat Users:
- If you want to preserve generated images, download them manually before exporting
- Consider adding custom titles to your conversations by editing the imported notes' frontmatter
π Reimporting & Updates
You can reimport the same ZIP multiple times. The plugin supports two behaviors:
Default behavior (incremental):
- β New conversations are created
- β Existing conversations with new content are updated
- β Unchanged conversations are skipped
- β Duplicates are prevented
When to Reimport:
- You've had more conversations since last export
- Plugin update adds new features
- Fix issues from previous import
- Retry failed attachments
Reprocess behavior (overwrite):
- Reprocessing an existing conversation note overwrites it with fresh imported content
- This includes selective reimport when you explicitly select existing conversations
- Manual edits in overwritten notes (message content and custom frontmatter) are lost
Mobile note:
- In Full Import mode, if an archive was already imported, mobile lets you choose between:
- Reprocess and recreate all notes
- Add/update missing/updated notes
- In Selective Import, use Show existing conversations only to reprocess specific existing notes.
π» Command-Line Interface (CLI)
Import conversations without opening Obsidian β useful for automation, large archives, or headless setups.
Installation
The CLI is included in the plugin source. To use it:
- Clone or download the repository
- Run
npm install(plugin dependencies) - Run
npm --prefix cli install(CLI dependencies) - Build the CLI with
npm --prefix cli run build - Run
nexus-clifromcli/dist/(or add it to your PATH)
Usage
nexus-cli import --vault /path/to/vault --input export.zip --provider chatgpt [options]
CLI note: provider auto-detection is a plugin UI feature. In CLI,
--provideris required. Run one provider per command.
Options
| Option | Description |
|---|---|
--vault <path> | Path to your Obsidian vault (required) |
--input <files...> | One or more ZIP export files (required) |
--provider <name> | Provider: chatgpt, claude, or lechat (required) |
--conversation-folder <path> | Override conversation folder |
--attachment-folder <path> | Override attachment folder |
--report-folder <path> | Override report folder |
--date-prefix | Add date prefix to filenames |
--date-format <fmt> | Date format: YYYY-MM-DD or YYYYMMDD |
--timestamp-format <fmt> | Message timestamp format: locale, iso, us, eu, de, or jp |
--dry-run | Preview what would be imported without writing files |
--verbose | Show detailed import progress |
Examples
# Import a ChatGPT export
nexus-cli import --vault ~/my-vault --input chatgpt-export.zip --provider chatgpt
# Import a Claude export
nexus-cli import --vault ~/my-vault --input claude-export.zip --provider claude
# Import a Le Chat export
nexus-cli import --vault ~/my-vault --input lechat-export.zip --provider lechat
# Import multiple files with date prefix
nexus-cli import --vault ~/my-vault --input export1.zip export2.zip --provider chatgpt --date-prefix
# Preview without writing (dry run)
nexus-cli import --vault ~/my-vault --input export.zip --provider chatgpt --dry-run
Note: The CLI reuses the same import engine as the plugin. Conversations imported via CLI are fully compatible with the plugin and vice versa.
β οΈ Important Notes
Export format volatility:
- Providers can change export structures at any time
- If imports suddenly fail after a provider change, open an issue with logs and archive details
Mobile constraints:
- Mobile imports run one ZIP at a time
- Very large archives can exceed memory limits depending on device
Overwrite behavior:
- Reprocess/recreate modes overwrite target notes
- Keep backups if you manually edited notes and plan to reprocess
Storage impact:
- Attachments can significantly increase vault size
- AI-generated images can be several MB each
- Consider excluding
<attachments>/from cloud sync if storage/bandwidth is limited
π Troubleshooting
"Invalid file format" error:
- Only ZIP files are supported (must have
.zipextension) - Known Issue (Claude + Firefox on Mac): The downloaded file may have a
.datextension instead of.zip- Solution: Simply rename the file to change
.datto.zip(do NOT extract and re-compress!) - This is a browser/server issue that has been reported to Anthropic
- Solution: Simply rename the file to change
- If you manually compressed a folder, make sure it's a valid ZIP format
Import stuck or slow:
- Large archives can take several minutes
- Check progress dialog
- On mobile, import one archive at a time
- If frozen, restart Obsidian and retry
No conversations appear:
- Verify selected ZIP files are from a supported provider
- In plugin UI, provider is auto-detected from the first supported archive
- In CLI, verify
--providermatches the selected ZIP files - On mobile, only one ZIP is processed per import run
- Check ZIP file is valid export
- Review import report for errors
Archive is skipped as unsupported:
- This means the file does not match a supported export structure
- The import continues for other valid archives
- Use the summary report to see exactly which file was skipped and why
Safari users (Mac) - ZIP file issues:
- Safari automatically unzips downloaded files by default
- This creates a folder instead of keeping the ZIP file
- Solution: Disable auto-unzip in Safari:
- Safari β Preferences β General
- Uncheck "Open 'safe' files after downloading"
- Re-download the export from ChatGPT/Claude/Le Chat
- Note: This is a Safari feature, not a plugin bug
- Do NOT manually re-compress unzipped folders (creates incorrect structure)
Missing attachments:
- Check import report for details
- Older exports may not include all files
- Reimport to retry failed attachments
Callouts not displaying:
- Use Reading View
- Update Obsidian to latest version
- Try different theme
Need help?
- Check import report for errors
- Verify settings are correct
- Open issue on GitHub with:
- Plugin & Obsidian versions
- Provider + import mode (full/selective, plugin/CLI)
- Platform (desktop/iOS/Android) + device model
- ZIP size (and number of ZIPs)
- Problem description
- Relevant logs and screenshots
π Future Plans
Current roadmap:
- v1.6.0: Perplexity provider support
- Gemini: feasibility study in progress (no ETA)
How You Can Help
- π‘ Suggest Features: Open an issue on GitHub with your ideas
- π Report Bugs: Help us improve by reporting issues
- β Support Development: Support my work to speed up development
- β Star the Repo: Show your support on GitHub
Your feedback and support directly influence what features get prioritized!
π License
GNU General Public License v3.0 (GPL-3.0)
This project is licensed under GPL-3.0 starting from version 1.3.0.
What this means:
- β Free to use - The plugin is and will always be free
- β Open source - Source code is publicly available
- β Can modify - You can modify the code for personal use
- β Can redistribute - You can share modified versions
- β οΈ Must share source - Derivative works must also be GPL-3.0 and open source
- β οΈ No commercial use without GPL - Commercial derivatives must also be GPL-3.0
Why GPL-3.0?
This license protects the open-source nature of this project while preventing commercial exploitation without giving back to the community. If you create a commercial product based on this code, it must also be open source under GPL-3.0.
See LICENSE.md for full details.
π Credits
- Developer: Superkikim
- Contributors:
- Special Thanks: To all users who report issues and suggest improvements
π Resources
For plugin developers
Search results and similarity scores are powered by semantic analysis of your plugin's README. If your plugin isn't appearing for searches you'd expect, try updating your README to clearly describe your plugin's purpose, features, and use cases.