extension + integration screenshots

This commit is contained in:
dragonwocky 2021-11-01 22:58:09 +11:00
parent bdba993cf8
commit f5f81547bf
59 changed files with 31 additions and 13 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

View File

@ -3,6 +3,7 @@
"id": "b1c7db33-dfee-489a-a76c-0dd66f7ed29a",
"version": "0.2.0",
"description": "adds a button to jump down to the current week in fullpage/infinite-scroll calendars.",
"preview": "calendar-scroll.png",
"tags": ["extension", "shortcut"],
"authors": [
{

View File

Before

Width:  |  Height:  |  Size: 128 KiB

After

Width:  |  Height:  |  Size: 128 KiB

View File

@ -3,7 +3,7 @@
"id": "ec5c4640-68d4-4d25-aefd-62c7e9737cfb",
"version": "0.2.0",
"description": "a delightfully plummy, cherry cola flavored theme.",
"preview": "preview.png",
"preview": "cherry-cola.png",
"tags": ["theme", "dark"],
"authors": [
{

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

View File

@ -3,6 +3,7 @@
"id": "d61dc8a7-b195-465b-935f-53eea9efe74e",
"version": "0.4.0",
"description": "adds line numbers to code blocks.",
"preview": "code-line-numbers.png",
"tags": ["extension", "usability"],
"authors": [
{

Binary file not shown.

After

Width:  |  Height:  |  Size: 146 KiB

View File

@ -3,6 +3,7 @@
"id": "548fe2d7-174a-44dd-88d8-35c7f9a093a7",
"version": "0.2.0",
"description": "adds toggles to collapse header sections of pages.",
"preview": "collapsible-headers.gif",
"tags": ["extension", "layout"],
"authors": [
{

Binary file not shown.

After

Width:  |  Height:  |  Size: 71 KiB

View File

@ -3,6 +3,7 @@
"id": "4034a578-7dd3-4633-80c6-f47ac5b7b160",
"version": "0.3.0",
"description": "adds a button to quickly collapse/expand page properties that usually push down page content.",
"preview": "collapsible-properties.jpg",
"tags": ["extension", "layout"],
"authors": [
{

View File

Before

Width:  |  Height:  |  Size: 125 KiB

After

Width:  |  Height:  |  Size: 125 KiB

View File

@ -3,7 +3,7 @@
"id": "c86cfe98-e645-4822-aa6b-e2de1e08bafa",
"version": "0.2.0",
"description": "a vivid-colour near-black theme, with configurable accents.",
"preview": "preview.png",
"preview": "dark+.png",
"tags": ["theme", "dark"],
"authors": [
{

View File

Before

Width:  |  Height:  |  Size: 130 KiB

After

Width:  |  Height:  |  Size: 130 KiB

View File

@ -3,7 +3,7 @@
"id": "033bff54-50ba-4cec-bdc0-b2ca7e307086",
"version": "0.3.0",
"description": "a theme based on the popular dracula color palette originally by zeno rocha and friends.",
"preview": "preview.png",
"preview": "dracula.png",
"tags": ["theme", "dark"],
"authors": [
{

Binary file not shown.

After

Width:  |  Height:  |  Size: 79 KiB

View File

@ -3,6 +3,7 @@
"id": "a2401ee1-93ba-4b8c-9781-7f570bf5d71e",
"version": "0.4.0",
"description": "pick from a variety of emoji styles to use.",
"preview": "emoji-sets.jpg",
"tags": ["extension", "customisation"],
"authors": [
{

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.0 KiB

View File

@ -3,6 +3,7 @@
"id": "74856af4-6970-455d-bd86-0a385a402dd1",
"version": "0.1.0",
"description": "easily copy the global link of a page or block.",
"preview": "global-block-links.jpg",
"tags": ["extension", "shortcut"],
"authors": [
{

View File

Before

Width:  |  Height:  |  Size: 128 KiB

After

Width:  |  Height:  |  Size: 128 KiB

View File

@ -3,7 +3,7 @@
"id": "ad0f5c5c-8b62-4b20-8a54-929e663ea368",
"version": "0.3.0",
"description": "a gray, 'retro groove' palette based on the vim theme of the same name.",
"preview": "preview.png",
"preview": "gruvbox-dark.png",
"tags": ["theme", "dark"],
"authors": [
{

View File

Before

Width:  |  Height:  |  Size: 128 KiB

After

Width:  |  Height:  |  Size: 128 KiB

View File

@ -3,7 +3,7 @@
"id": "54f01911-60fc-4c9d-85b5-5c5ca3dd6b81",
"version": "0.3.0",
"description": "a sepia, 'retro groove' palette based on the vim theme of the same name.",
"preview": "preview.png",
"preview": "gruvbox-light.png",
"tags": ["theme", "light"],
"authors": [
{

View File

@ -275,6 +275,7 @@ export default async function ({ web, fs, components, notion }, db) {
const submitLinkIcon = () => {
const url = $iconsLinkInput.firstElementChild.value;
if (!url) return;
setIcon(url);
recentUploads.push({ signed: notion.sign(url, notion.getPageID()), url: url });
db.set(['recent_uploads'], recentUploads);
@ -285,7 +286,7 @@ export default async function ({ web, fs, components, notion }, db) {
$iconsLinkSubmit.onclick = submitLinkIcon;
// upload file to aws, then submit link
$iconsUploadSubmit.onclick = $iconsUploadFile.click;
$iconsUploadSubmit.onclick = () => $iconsUploadFile.click();
$iconsUploadFile.onchange = async (event) => {
const file = event.target.files[0],
url = await notion.upload(file);

Binary file not shown.

After

Width:  |  Height:  |  Size: 36 KiB

View File

@ -3,6 +3,7 @@
"id": "2d1f4809-9581-40dd-9bf3-4239db406483",
"version": "0.4.0",
"description": "upload, save and reuse custom icons directly from the icon picker. check out the [icons page](https://notion-enhancer.github.io/mods/icon-sets) for instructions on loading entire sets.",
"preview": "icon-sets.jpg",
"tags": ["integration", "customisation"],
"authors": [
{

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

View File

@ -3,6 +3,7 @@
"id": "35815b3b-3916-4dc6-8769-c9c2448f8b57",
"version": "0.2.0",
"description": "adds vertical relationship lines to make list trees easier to follow.",
"preview": "indentation-lines.jpg",
"tags": ["extension", "usability"],
"authors": [
{

View File

Before

Width:  |  Height:  |  Size: 128 KiB

After

Width:  |  Height:  |  Size: 128 KiB

View File

@ -3,7 +3,7 @@
"id": "336cbc54-67b9-4b00-b4a2-9cc86eef763b",
"version": "0.2.0",
"description": "a simple white theme that brightens coloured text and blocks, with configurable accents.",
"preview": "preview.png",
"preview": "light+.png",
"tags": ["theme", "light"],
"authors": [
{

View File

Before

Width:  |  Height:  |  Size: 129 KiB

After

Width:  |  Height:  |  Size: 129 KiB

View File

@ -3,7 +3,7 @@
"id": "69e7ccb2-4aef-484c-876d-3de1b433d2b9",
"version": "0.2.0",
"description": "an oceanic colour palette.",
"preview": "preview.png",
"preview": "material-ocean.png",
"tags": ["theme", "dark"],
"authors": [
{

View File

@ -3,7 +3,7 @@
"id": "c4435543-4705-4d68-8cf7-d11c342f8089",
"version": "0.2.0",
"description": "smoother colours and text sizing, designed to be more pleasing to the eye.",
"preview": "preview.png",
"preview": "neutral.png",
"tags": ["theme", "dark"],
"authors": [
{

View File

Before

Width:  |  Height:  |  Size: 123 KiB

After

Width:  |  Height:  |  Size: 123 KiB

View File

@ -3,7 +3,7 @@
"id": "d64ad391-1494-4112-80ae-0a3b6f4b0c3f",
"version": "0.2.0",
"description": "an arctic, north-bluish color palette.",
"preview": "preview.png",
"preview": "nord.png",
"tags": ["theme", "dark"],
"authors": [
{

View File

Before

Width:  |  Height:  |  Size: 129 KiB

After

Width:  |  Height:  |  Size: 129 KiB

View File

@ -3,6 +3,7 @@
"id": "87e077cc-5402-451c-ac70-27cc4ae65546",
"version": "0.4.0",
"description": "adds a table of contents to the side panel.",
"preview": "outliner.png",
"tags": ["extension", "panel"],
"authors": [
{

BIN
repo/outliner/outliner.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 57 KiB

View File

@ -3,7 +3,7 @@
"id": "ed48c585-4a0d-4756-a3e6-9ae662732dac",
"version": "0.2.0",
"description": "a smooth-transition true dark theme with a hint of pastel.",
"preview": "preview.png",
"preview": "pastel-dark.png",
"tags": ["theme", "dark"],
"authors": [
{

View File

Before

Width:  |  Height:  |  Size: 125 KiB

After

Width:  |  Height:  |  Size: 125 KiB

View File

@ -3,7 +3,7 @@
"id": "b5f43232-391b-415a-9099-4334dc6c7b55",
"version": "0.2.0",
"description": "pinkify your life.",
"preview": "preview.png",
"preview": "pinky-boom.png",
"tags": ["theme", "light"],
"authors": [
{

View File

Before

Width:  |  Height:  |  Size: 128 KiB

After

Width:  |  Height:  |  Size: 128 KiB

View File

@ -3,7 +3,7 @@
"id": "ae7862a9-5dbe-4f2c-9931-940f3ba5015d",
"version": "0.2.0",
"description": "a purple-shaded theme with bright highlights.",
"preview": "preview.png",
"preview": "playful-purple.png",
"tags": ["theme", "dark"],
"authors": [
{

View File

Before

Width:  |  Height:  |  Size: 129 KiB

After

Width:  |  Height:  |  Size: 129 KiB

View File

@ -3,6 +3,7 @@
"id": "5d7c1677-6f6d-4fb5-8d6f-5067bcd0e24c",
"version": "0.1.0",
"description": "adds a hotkey & a button in the bottom right corner to jump to a new page in a notes database (target database id must be set).",
"preview": "quick-note.png",
"tags": ["integration", "shortcut"],
"authors": [
{

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.1 KiB

View File

@ -3,6 +3,7 @@
"id": "b28ee2b9-4d34-4e36-be8a-ab5be3d79f51",
"version": "1.5.0",
"description": "enables auto rtl/ltr text direction detection.",
"preview": "right-to-left.jpg",
"tags": ["extension", "usability"],
"authors": [
{

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

View File

@ -3,6 +3,7 @@
"id": "0a958f5a-17c5-48b5-8713-16190cae1959",
"version": "0.3.0",
"description": "adds an arrow in the bottom right corner to scroll back to the top of a page.",
"preview": "scroll-to-top.png",
"tags": ["extension", "shortcut"],
"authors": [
{

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.4 KiB

View File

@ -3,6 +3,7 @@
"id": "752933b5-1258-44e3-b49a-61b4885f8bda",
"version": "0.2.0",
"description": "adds a menu to inline databases to toggle ui elements.",
"preview": "simpler-databases.jpg",
"tags": ["extension", "layout"],
"authors": [
{

Binary file not shown.

After

Width:  |  Height:  |  Size: 37 KiB

View File

@ -3,6 +3,7 @@
"id": "e0700ce3-a9ae-45f5-92e5-610ded0e348d",
"version": "0.3.0",
"description": "choose between text or icons for the topbar buttons.",
"preview": "topbar-icons.jpg",
"tags": ["extension", "customisation"],
"authors": [
{

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 KiB

View File

@ -3,6 +3,7 @@
"id": "1794c0bd-7b96-46ad-aa0b-fc4bd76fc7fb",
"version": "0.2.0",
"description": "see the full text of a truncated title on hover.",
"preview": "truncated-titles.jpg",
"tags": ["extension", "layout"],
"authors": [
{

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

View File

@ -3,6 +3,7 @@
"id": "4c7acaea-6596-4590-85e5-8ac5a1455e8f",
"version": "0.6.0",
"description": "calendar views named \"weekly\" will show only the current week.",
"preview": "weekly-view.jpg",
"tags": ["extension", "layout"],
"authors": [
{

Binary file not shown.

After

Width:  |  Height:  |  Size: 25 KiB

View File

@ -3,6 +3,7 @@
"id": "b99deb52-6955-43d2-a53b-a31540cd19a5",
"version": "0.3.0",
"description": "view word/character/sentence/block count & speaking/reading times in the side panel.",
"preview": "word-counter.jpg",
"tags": ["extension", "panel"],
"authors": [
{

Binary file not shown.

After

Width:  |  Height:  |  Size: 96 KiB