Skip to content

Commit 95c3f85

Browse files
authored
fix(Notion): complete rework of the Activity (#10310)
* fix(Notion): complete rework of the Activity * feat(Notion): add compatibility to Notion Calendar & Notion Mail * feat(Notion): cache image conversion
1 parent d96c1da commit 95c3f85

File tree

3 files changed

+555
-113
lines changed

3 files changed

+555
-113
lines changed

websites/N/Notion/Notion.json

Lines changed: 170 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,170 @@
1+
{
2+
"notion.aiResponding": {
3+
"description": "Displayed when the AI is generating a response.",
4+
"message": "Notion AI is responding..."
5+
},
6+
"notion.browseCategory": {
7+
"description": "Displayed when the user browsing template categories",
8+
"message": "Browsing categories"
9+
},
10+
"notion.browsingTemplates": {
11+
"description": "Displayed when the user browsing templates",
12+
"message": "Browsing templates"
13+
},
14+
"notion.category": {
15+
"description": "Displayed when the user viewing a category",
16+
"message": "Category: {0}"
17+
},
18+
"notion.composingEmail": {
19+
"description": "Displayed when the user is composing an email",
20+
"message": "Composing an email"
21+
},
22+
"notion.conversationStats": {
23+
"description": "Displayed to show the number of times the user asked a question and total words used, e.g., 'asked 3 times | 150 words'.",
24+
"message": "asked {0} times | {1} words"
25+
},
26+
"notion.daySchedule": {
27+
"description": "Displayed when the user is viewing a calendar with day schedule.",
28+
"message": "Viewing the day schedule:"
29+
},
30+
"notion.editAMeetingNote": {
31+
"description": "Displayed when the user editing a meeting note",
32+
"message": "Editing a meeting note"
33+
},
34+
"notion.editMeetingNote": {
35+
"description": "Displayed when the user editing a specifig meeting note",
36+
"message": "Editing meeting note:"
37+
},
38+
"notion.editing": {
39+
"description": "Displayed when the user editing",
40+
"message": "Editing"
41+
},
42+
"notion.editingAPage": {
43+
"description": "Displayed when the user editing a page",
44+
"message": "Editing a page"
45+
},
46+
"notion.editingAnEvent": {
47+
"description": "Displayed when the user is editing an event.",
48+
"message": "Editing an event"
49+
},
50+
"notion.editingPage": {
51+
"description": "Displayed when the user editing a specific page",
52+
"message": "Editing page:"
53+
},
54+
"notion.editingTheirSettings": {
55+
"description": "Displayed when the user editing their settings",
56+
"message": "Editing their settings"
57+
},
58+
"notion.lookingForEmail": {
59+
"description": "Displayed when the user is searching for an email",
60+
"message": "Looking for an email"
61+
},
62+
"notion.monthSchedule": {
63+
"description": "Displayed when the user is viewing a calendar with month schedule.",
64+
"message": "Viewing the month schedule:"
65+
},
66+
"notion.reading": {
67+
"description": "Displayed when the user reading",
68+
"message": "Reading"
69+
},
70+
"notion.readingAPage": {
71+
"description": "Displayed when the user reading a page",
72+
"message": "Reading a page"
73+
},
74+
"notion.readingBlogs": {
75+
"description": "Displayed when the user reading a blog",
76+
"message": "Reading blogs"
77+
},
78+
"notion.readingCustomerReview": {
79+
"description": "Displayed when the user reading customer reviews",
80+
"message": "Reading customer reviews"
81+
},
82+
"notion.readingPage": {
83+
"description": "Displayed when the user reading a specifig page",
84+
"message": "Reading page:"
85+
},
86+
"notion.schedulingMeetings": {
87+
"description": "Displayed when the user scheduling meetings",
88+
"message": "Scheduling meetings"
89+
},
90+
"notion.searchingTemplate": {
91+
"description": "Displayed when the user searching a template",
92+
"message": "Searching template: {0}"
93+
},
94+
"notion.startNewConversation": {
95+
"description": "Displayed when the user is starting a new conversation.",
96+
"message": "Start new conversation"
97+
},
98+
"notion.talkingWithAI": {
99+
"description": "Displayed when the user is engaging in a conversation with the AI.",
100+
"message": "Talking with Notion AI about something"
101+
},
102+
"notion.template": {
103+
"description": "Displayed when the user viewing a template",
104+
"message": "Template: {0}"
105+
},
106+
"notion.thinkingOfPrompt": {
107+
"description": "Displayed when the user is thinking of a new prompt.",
108+
"message": "Thinking of a new prompt..."
109+
},
110+
"notion.unknown": {
111+
"description": "Displayed when the user viewing an unknown page/template/category",
112+
"message": "Unknown"
113+
},
114+
"notion.viewDownloadsPage": {
115+
"description": "Displayed when the user viewing a download page",
116+
"message": "Viewing Downloads page"
117+
},
118+
"notion.viewProductsPage": {
119+
"description": "Displayed when the user viewing a product page",
120+
"message": "Viewing Products page"
121+
},
122+
"notion.viewPublicWebsite": {
123+
"description": "Displayed when the user viewing a public Notion website",
124+
"message": "Viewing a public Notion website"
125+
},
126+
"notion.viewUpcomingMeeting": {
127+
"description": "Displayed when the user viewing their upcoming meetings",
128+
"message": "Viewing their upcoming meetings"
129+
},
130+
"notion.viewingAllEmails": {
131+
"description": "Displayed when the user is viewing all their emails",
132+
"message": "Viewing all emails"
133+
},
134+
"notion.viewingCalendar": {
135+
"description": "Displayed when the user is viewing a calendar.",
136+
"message": "Viewing the calendar"
137+
},
138+
"notion.viewingCategory": {
139+
"description": "Displayed when the user viewing a category",
140+
"message": "Viewing category"
141+
},
142+
"notion.viewingDrafts": {
143+
"description": "Displayed when the user is viewing their drafts",
144+
"message": "Viewing drafts"
145+
},
146+
"notion.viewingEmail": {
147+
"description": "Displayed when the user is viewing an email",
148+
"message": "Viewing an email"
149+
},
150+
"notion.viewingInbox": {
151+
"description": "Displayed when the user viewing the inbox",
152+
"message": "Viewing inbox"
153+
},
154+
"notion.viewingSentEmails": {
155+
"description": "Displayed when the user is viewing the emails they have sent",
156+
"message": "Viewing sent emails"
157+
},
158+
"notion.viewingSpam": {
159+
"description": "Displayed when the user is viewing their spam",
160+
"message": "Viewing spam emails"
161+
},
162+
"notion.viewingTrash": {
163+
"description": "Displayed when the user is viewing their trash",
164+
"message": "Viewing trash"
165+
},
166+
"notion.weekSchedule": {
167+
"description": "Displayed when the user is viewing a calendar with week schedule.",
168+
"message": "Viewing the week schedule:"
169+
}
170+
}

websites/N/Notion/metadata.json

Lines changed: 26 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,30 @@
22
"$schema": "https://schemas.premid.app/metadata/1.16",
33
"apiVersion": 1,
44
"author": {
5-
"name": "Kyrie",
6-
"id": "368399721494216706"
5+
"id": "671037171611729920",
6+
"name": "atom_skully"
77
},
8+
"contributors": [
9+
{
10+
"id": "368399721494216706",
11+
"name": "Kyrie"
12+
}
13+
],
814
"service": "Notion",
915
"description": {
10-
"en": "Notion is a notetaking software and project management software that is used for note-taking, task management, project management, knowledge management, and personal knowledge management. The app uses databases and markdown pages for use in personal and collaboration work."
16+
"en": "Notion is your connected workspace where documents, projects, and knowledge come together to streamline team collaboration. This ecosystem now extends to Notion Calendar, which seamlessly syncs your schedule with your priorities, and Notion Mail, designed to integrate your conversations directly into your workflow for a truly unified and frictionless experience.",
17+
"fr": "Notion est votre espace de travail connecté où les documents, les projets et les connaissances convergent pour simplifier la collaboration d'équipe. Cet écosystème s'appuie désormais sur Notion Calendar pour synchroniser votre temps avec vos priorités et sur Notion Mail pour intégrer vos échanges directement dans vos flux de travail, offrant ainsi une plateforme unique et fluide qui centralise l'intégralité de votre vie professionnelle."
1118
},
12-
"url": "www.notion.so",
13-
"regExp": "^https?[:][/][/](www[.])?notion[.]so[/]",
14-
"version": "1.2.0",
15-
"logo": "https://cdn.rcd.gg/PreMiD/websites/N/Notion/assets/logo.png",
16-
"thumbnail": "https://cdn.rcd.gg/PreMiD/websites/N/Notion/assets/thumbnail.png",
19+
"url": [
20+
"www.notion.com",
21+
"www.notion.so",
22+
"calendar.notion.so",
23+
"mail.notion.so"
24+
],
25+
"regExp": "^https?[:][/][/]([a-z0-9-]+[.])*notion[.](so|com|site)[/]",
26+
"version": "2.0.0",
27+
"logo": "https://i.imgur.com/IVQpP2j.png",
28+
"thumbnail": "https://i.imgur.com/zfnIlqS.png",
1729
"color": "#000000",
1830
"category": "other",
1931
"tags": [
@@ -23,19 +35,14 @@
2335
],
2436
"settings": [
2537
{
26-
"id": "title",
27-
"title": "Show document name",
28-
"icon": "fas fa-file-alt",
29-
"value": false
38+
"id": "lang",
39+
"multiLanguage": true
3040
},
3141
{
32-
"id": "icon",
33-
"title": "Show document icon",
34-
"icon": "fas fa-images",
35-
"value": false,
36-
"if": {
37-
"title": true
38-
}
42+
"id": "privacy",
43+
"title": "Privacy Mode",
44+
"icon": "fad fa-user-secret",
45+
"value": true
3946
}
4047
]
4148
}

0 commit comments

Comments
 (0)