npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

joplin-plugin-chat-gpt-import

v1.0.2

Published

<img src="doc/PromoTile.png" style="height: 180px;"/>

Readme

ChatGPT Import Plugin for Joplin

ChatGPT is a useful tool, but its privacy policy may raise concerns, and you may not like the idea of having all your conversations stored on remote servers. These servers can be hacked, or the data could potentially be accessed by governments or other authorities.

This plugin allows you to export your chat history from ChatGPT and import it into Joplin. Your conversations are then stored locally in your notes, either kept offline or securely synchronised using end-to-end encryption. Once your chats are safely archived in Joplin, you can delete them from ChatGPT with peace of mind.

Because ChatGPT exports can be large, and you may prefer to synchronise them differently from your regular notes (or not synchronise them at all), you might want to create a new profile dedicated to this data.

Features

  • Import ChatGPT export archives (ZIP files) directly into Joplin
  • Preserves conversation structure with user/assistant messages
  • Imports attached images, audio, and video files as Joplin resources
  • Configurable note titles with date/time formatting
  • Optional collapsible sections for tool outputs
  • Preserves original conversation timestamps

Usage

  1. Export your data from ChatGPT:

    • Go to ChatGPT Settings > Data Controls > Export Data
    • Wait for the export email and download the ZIP file
  2. Import into Joplin:

    • Go to File > Import > ChatGPT Export (ZIP)
    • Select your downloaded ZIP file
    • Wait for the import to complete

All conversations will be imported into a new "ChatGPT Import" notebook.

Settings

Configure the plugin in Tools > Options > ChatGPT Import:

| Setting | Description | Default | |---------|-------------|---------| | User name | Display name for user messages | User | | Assistant name | Display name for assistant messages | ChatGPT | | Note title format | Format string for note titles (see below) | {date} {title} | | Show date in note body | Display conversation date below the title | false | | Use collapsible sections | Wrap tool outputs in collapsible <details> tags | true | | Include thinking/reasoning | Include internal thinking messages from the assistant | false | | Quote user messages | Display user messages in blockquotes | true |

Title Format Placeholders

  • {title} - The conversation title
  • {date} - Date in YYYY-MM-DD format
  • {date:FORMAT} - Date with custom format
  • {time} - Time in HH:MM format

Custom date FORMAT can use: YYYY, YY, MM, M, DD, D

Examples:

  • {date} {title} → "2024-01-15 My Conversation"
  • {title} ({date:MM/DD/YY}) → "My Conversation (01/15/24)"
  • {date} {time} - {title} → "2024-01-15 14:30 - My Conversation"

Building from Source

npm install
npm run dist

The built plugin will be in the publish/ directory.

Credits

License

MIT