Import Tools for DoubleMemory

You may have an export or dump from another source, here are a list of tools you can use to transform the export file into the standard format DoubleMemory accepts:


Sometimes it may not map all the attributes how you wanted, just tell it to do it again with the map you desired. It's quite magical.

How to Import into DoubleMemory

Once you got your DoubleMemory JSON, you can import from the Settings view. You can find it by right click the DoubleMemory menu bar icon -> Settings.

If you are looking for more help importing into DoubleMemory, email us at [email protected] and we may help you...

DoubleMemory Standard JSON Format

Here is how it looks like:

[
    {
        "content": "text or url",
        "tags": ["#tag1", "#tag2"],
        "notes": "optional notes",
        "archivedAt": "2024-03-20T12:00:00Z" (optional),
        "accessedCount": 5 (optional),
        "accessedAt": "2024-03-21T15:30:00Z" (optional)
    }
]