From 23291be86af7b84f9eeeca475e178541510560cc Mon Sep 17 00:00:00 2001 From: Mahesh Sanikommu Date: Thu, 4 Jul 2024 10:55:56 -0700 Subject: [PATCH 1/2] Update README.md with new UI --- README.md | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 1fad091b..2a392e1e 100644 --- a/README.md +++ b/README.md @@ -22,9 +22,10 @@ Just go to [supermemory.ai](https://supermemory.ai) and sign in with your google To use the chrome extension, -1. Get the chrome ext (click on the button) -2. Click on the "Extension Auth" button so the extension knows who you are :) - ![chrome](https://i.dhr.wtf/r/Clipboard_Apr_15,_2024_at_10.47 AM.png) +1. Download from [Chrome Web Store](https://chromewebstore.google.com/detail/supermemory/afpgkkipfdpeaflnpoaffkcankadgjfc?authuser=0&hl=en-GB) +2. Now you can see on any page on bottom right (just click on it to save) + image + ## 👨‍💻 The Stack @@ -36,7 +37,8 @@ Supermemory has three main modules, managed by [turborepo](https://turbo.build): The database, auth etc logic is here -![App preview](https://i.dhr.wtf/r/Clipboard_Apr_14,_2024_at_4.10 PM.png) +![image](https://github.com/MaheshtheDev/supermemory/assets/38828053/0c44708d-600a-43a8-a641-835cb1f349fc) + Built with: @@ -54,10 +56,7 @@ Built with: The chrome extension is one of the most important part of the setup, but is not required.This is to easily add pages to your memory. -![Chrome extension preview](https://i.dhr.wtf/r/Clipboard_Apr_14,_2024_at_3.54 PM.png) - -You can also use it to import all your twitter bookmarks! -![Import bookmarks](https://i.dhr.wtf/r/Clipboard_Apr_14,_2024_at_3.56 PM.png) +image Built with: From 3cad3219edf04f129566532b48877eac15a14452 Mon Sep 17 00:00:00 2001 From: Mahesh Sanikommu Date: Thu, 4 Jul 2024 18:41:00 -0700 Subject: [PATCH 2/2] Update twitter import instructions and warning for signing --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 2a392e1e..045746ef 100644 --- a/README.md +++ b/README.md @@ -22,10 +22,21 @@ Just go to [supermemory.ai](https://supermemory.ai) and sign in with your google To use the chrome extension, +> [!WARNING] +> You need to be signed in before installing the supermemory extension, or you may experience problems + 1. Download from [Chrome Web Store](https://chromewebstore.google.com/detail/supermemory/afpgkkipfdpeaflnpoaffkcankadgjfc?authuser=0&hl=en-GB) 2. Now you can see on any page on bottom right (just click on it to save) image +### Import Twitter Bookmarks +1. Make sure you signed into supermemory and installed chrome extension +2. Open Twitter/X, you will see the save icon as follows + + image +4. Click on save button and give it 10 - 20 secs, where supermemory extension will sync all your twitter bookmarks to supermemory.ai +5. Volia! Now your second brain has all your twitter bookmarks. + ## 👨‍💻 The Stack