Merge pull request #6415 from ysm0622/notion

Add Notion Detection
main
Elbert Alias 2 years ago committed by GitHub
commit 90e68c3066
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -0,0 +1,3 @@
<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M5.99655 5.69471C6.98672 6.49919 7.35818 6.43781 9.21759 6.31374L26.7468 5.26119C27.1186 5.26119 26.8095 4.8903 26.6855 4.82867L23.7743 2.72407C23.2164 2.29098 22.4733 1.79502 21.0489 1.91909L4.07526 3.15709C3.45623 3.21846 3.3326 3.52798 3.57911 3.77605L5.99655 5.69471ZM7.04898 9.77991V28.2237C7.04898 29.215 7.54431 29.5858 8.65918 29.5245L27.9238 28.4098C29.0393 28.3484 29.1635 27.6667 29.1635 26.8614V8.54135C29.1635 7.73744 28.8543 7.30391 28.1715 7.36579L8.03971 8.54135C7.29674 8.60379 7.04892 8.97543 7.04892 9.77991H7.04898ZM26.067 10.7693C26.1905 11.3269 26.067 11.8839 25.5083 11.9466L24.5802 12.1316V25.748C23.7743 26.1811 23.0311 26.4288 22.4118 26.4288C21.4203 26.4288 21.172 26.1191 20.4293 25.1912L14.3578 15.6596V24.8817L16.2791 25.3152C16.2791 25.3152 16.2791 26.4288 14.729 26.4288L10.4558 26.6767C10.3316 26.4288 10.4558 25.8104 10.8892 25.6865L12.0044 25.3774V13.1841L10.4561 13.06C10.3319 12.5024 10.6412 11.6984 11.509 11.6361L16.0932 11.327L22.4118 20.9827V12.441L20.8008 12.2562C20.6772 11.5745 21.172 11.0795 21.7915 11.0182L26.067 10.7693ZM2.65013 1.48607L20.3054 0.185878C22.4735 -6.92754e-05 23.0313 0.124501 24.394 1.11436L30.0298 5.07549C30.9597 5.75665 31.2697 5.9421 31.2697 6.68463V28.4098C31.2697 29.7713 30.7737 30.5766 29.0396 30.6997L8.53649 31.9379C7.23474 31.9999 6.61521 31.8144 5.93348 30.9474L1.78321 25.5626C1.03961 24.5714 0.730347 23.8298 0.730347 22.9623V3.65155C0.730347 2.53812 1.2265 1.60932 2.65013 1.48607V1.48607Z" fill="black"/>
</svg>

After

Width:  |  Height:  |  Size: 1.6 KiB

@ -721,6 +721,22 @@
"scriptSrc": "connect\\.nosto\\.\\w+/",
"website": "https://www.nosto.com"
},
"Notion": {
"cats": [
51
],
"description": "Notion is a collaboration platform with modified Markdown support that integrates kanban boards, tasks, wikis, and database.",
"icon": "Notion.svg",
"dom": "html.notion-html",
"pricing": [
"freemium",
"recurring",
"low",
"poa"
],
"saas": true,
"website": "https://notion.so"
},
"Nudgify": {
"cats": [
32

@ -4952,7 +4952,10 @@
"description": "Super Builder is a new tool for creating sleek landing pages right in Notion.",
"dom": "link[href*='super-static-assets.'], img[srcset*='super-static-assets.']",
"icon": "Super Builder.svg",
"implies": "Next.js",
"implies": [
"Notion",
"Next.js"
],
"oss": false,
"pricing": [
"low",
@ -5495,4 +5498,4 @@
},
"website": "https://styled-components.com"
}
}
}

Loading…
Cancel
Save