Skip to content

memex.garden

WorldBrain's Memex

Where Desktop App Saved

Release 0.0.48 · WorldBrain/memex-desktop



cd ~/Library/Application\ Support/Memex\ Desktop

cd /Users/$USER/Library/Application\ Support/Memex\ Desktop

Social Media Message Format

FYI you are not getting your data out of this app in a nice format that makes sense.

{
    "version": 1544659200000,
    "changes": [
        {
            "timestamp": 84000,
            "collection": "visits",
            "operation": "create",
            "objectPk": [
                1549930814313,
                "figma.com/file/QfOaebHnFEVTbuHGoxSnKv5t/Worldbrain?node-id=0:1"
            ],
            "object": {
                "url": "figma.com/file/QfOaebHnFEVTbuHGoxSnKv5t/Worldbrain?node-id=0:1",
                "time": 1549930814313
            }
        },
                {
            "timestamp": 84001,
            "collection": "visits",
            "operation": "create",
            "objectPk": [
                1549930814313,
                "figma.com/file/QfOaebHnFEVTbuHGoxSnKv5t/Worldbrain?node-id=136:478"
            ],
            "object": {
                "url": "figma.com/file/QfOaebHnFEVTbuHGoxSnKv5t/Worldbrain?node-id=136:478",
                "time": 1549930814313,
                "duration": 7084,
                "scrollPx": 0,
                "scrollPerc": 0,
                "scrollMaxPx": 0,
                "scrollMaxPerc": 0
            }
        },
        ]
}

Turns out Firefox can be used to easily copy data from IndexedDB

lcamtuf.substack.com/p/the-evolution-of-expert-communities/#1706052166136:

"{"url":"lcamtuf.substack.com/p/the-evolution-of-expert-communities/#1706052166136","pageTitle":"(3) The evolution of expert communities - lcamtuf’s thing","pageUrl":"lcamtuf.substack.com/p/the-evolution-of-expert-communities","body":"<div>I’d like to put forward a general lifecycle model for expert-led communities.</div>","comment":"","color":null,"selector":{"quote":"<div>I’d like to put forward a general lifecycle model for expert-led communities.</div>","descriptor":{"strategy":"hyp-anchoring","content":[{"endOffset":424,"startOffset":347,"endContainer":"/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/article[1]/div[4]/div[1]/div[1]/p[2]","type":"RangeSelector","startContainer":"/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/article[1]/div[4]/div[1]/div[1]/p[2]"},{"start":4757,"end":4834,"type":"TextPositionSelector"},{"prefix":"the same trajectory — so today, ","exact":"I’d like to put forward a general lifecycle model for expert-led communities.","type":"TextQuoteSelector","suffix":"Stage 1: orderly growthMost onli"}]}},"lastEdited":"2024-01-23T23:22:46.136Z","createdWhen":"2024-01-23T23:22:46.136Z","_pageTitle_terms":["the","evolution","of","expert","communities","lcamtufs","thing"],"_body_terms":["div","id","like","to","put","forward","general","lifecycle","model","for","communities","expert","led"]}"
{
  "url": "lcamtuf.substack.com/p/the-evolution-of-expert-communities/#1706052166136",
  "pageTitle": "(3) The evolution of expert communities - lcamtuf’s thing",
  "pageUrl": "lcamtuf.substack.com/p/the-evolution-of-expert-communities",
  "body": "<div>I’d like to put forward a general lifecycle model for expert-led communities.</div>",
  "comment": "",
  "color": null,
  "selector": {
    "quote": "<div>I’d like to put forward a general lifecycle model for expert-led communities.</div>",
    "descriptor": {
      "strategy": "hyp-anchoring",
      "content": [
        {
          "endOffset": 424,
          "startOffset": 347,
          "endContainer": "/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/article[1]/div[4]/div[1]/div[1]/p[2]",
          "type": "RangeSelector",
          "startContainer": "/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/article[1]/div[4]/div[1]/div[1]/p[2]"
        },
        {
          "start": 4757,
          "end": 4834,
          "type": "TextPositionSelector"
        },
        {
          "prefix": "the same trajectory — so today, ",
          "exact": "I’d like to put forward a general lifecycle model for expert-led communities.",
          "type": "TextQuoteSelector",
          "suffix": "Stage 1: orderly growthMost onli"
        }
      ]
    }
  },
  "lastEdited": "2024-01-23T23:22:46.136Z",
  "createdWhen": "2024-01-23T23:22:46.136Z",
  "_pageTitle_terms": [
    "the",
    "evolution",
    "of",
    "expert",
    "communities",
    "lcamtufs",
    "thing"
  ],
  "_body_terms": [
    "div",
    "id",
    "like",
    "to",
    "put",
    "forward",
    "general",
    "lifecycle",
    "model",
    "for",
    "communities",
    "expert",
    "led"
  ]
}