You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[ChatGPT to Notion](https://chrome.google.com/webstore/detail/chatgpt-to-notion/oojndninaelbpllebamcojkdecjjhcle) brings the cleverness of ChatGPT into your favorite app!
3
+
[Chat to Notion](https://chrome.google.com/webstore/detail/chatgpt-to-notion/oojndninaelbpllebamcojkdecjjhcle)(previously ChatGPT to Notion) brings the cleverness of your favorite LLMs into your favorite app!
4
4
5
5
Side note: I have taken note that there are unfixed bugs (especially on Edge browser) and will be working on fixing them over the following weeks. I have been away for quite some time because of interships and my studies but I will at least make sure that the extension is bug free.
6
6
@@ -10,29 +10,22 @@ For information about the extension itself more than the code behind it, check o
10
10
11
11
## Motive
12
12
13
-
While some tools already exist to save a webpage to Notion, and some going as far as allowing the user to save the page's contents, these solutions fall short when trying to save a conversation with ChatGPT. As such, providing a specialized extension to do this work efficiently felt natural.
13
+
While some tools already exist to save a webpage to Notion, and some going as far as allowing the user to save the page's contents, these solutions fall short when trying to save a conversation with ChatGPT. As such, providing a specialized extension to do this work efficiently felt natural. Then, with the emergence of new credible alternatives to ChatGPT, the need to expand this tool to other LLMs felt bigger and bigger.
14
14
15
15
## Usage
16
16
17
-
On ChatGPT's page, you'll notice a new pin icon under each of its answers. You can use it to save specifically that answer and the related prompt to your Notion database of choice. If you want to save the whole discussion, you can do so from the extension popup.
17
+
On ChatGPT/Deepseek/Claude/Mistral's page, you'll notice a new pin icon under each of its answers. You can use it to save specifically that answer and the related prompt to your Notion database of choice. If you want to save the whole discussion, you can do so from the extension popup.
18
18
19
19
You may link as many databases with the extension as you need to, and you can then choose which database to save your discussion at saving time. If a page with the same title already exists in the database, the newly saved content will be appended to the end of said page.
20
20
21
21
### Websites access
22
22
23
23
Please refer to the [FAQ](https://github.com/L-a-r-t/chatgpt-to-notion/wiki/FAQ) for more info about the websites the extensions needs to access.
24
24
25
-
## Contribution
26
-
27
-
As this is my first time building a project that is open to contributions I will need a little time to sort things out and learn the best practices for great collaboration on GitHub. I'm also busy with some entrance exams until July 1st. If you want to help (thanks!), please stay patient for a few days.
28
-
29
25
## Roadmap
30
26
31
27
These are the things that I plan to work on at some point. I hope to have the following (ranked by priority) done in the near future:
32
28
33
-
-[ ] Extended support for code interpreter & plugins (WIP)
34
-
-[ ] Automated tests
35
-
-[ ] Document the code properly for anyone who's interested (WIP)
36
-
-[ ] Keyboard shortcuts
37
-
-[ ] Improved chat formatting on some edge cases
38
-
-[x] Support ChatGPT websearch and plugins
29
+
-[ ] Adding Perplexity & Grok support
30
+
-[ ] Adding history save to Mistral & autosave to every LLM
31
+
-[ ] Document the code properly for anyone who's interested
0 commit comments