From 7f4ecccb9727a824c820a8affcb8ec4379d5c8fa Mon Sep 17 00:00:00 2001 From: Gregory Leeman Date: Wed, 23 Apr 2025 14:04:41 +0100 Subject: [PATCH] lazygit --- workflowy-helper/main.js | 2 +- workflowy-helper/style.css | 19 +++++++++++++++++-- 2 files changed, 18 insertions(+), 3 deletions(-) diff --git a/workflowy-helper/main.js b/workflowy-helper/main.js index e352477..e48b036 100644 --- a/workflowy-helper/main.js +++ b/workflowy-helper/main.js @@ -190,7 +190,7 @@ } } const content = names[0].querySelector('.content'); - const hotspots = ["admin", "art","mind","health","social","church","career","work"] + const hotspots = ["admin", "art","mind","health","social","church","job","work","side"] text.forEach(function(t) { const breadcrumb = t.querySelector('.breadcrumbs'); if (breadcrumb !== null) { diff --git a/workflowy-helper/style.css b/workflowy-helper/style.css index 8c45708..3126935 100644 --- a/workflowy-helper/style.css +++ b/workflowy-helper/style.css @@ -316,7 +316,9 @@ body::-webkit-scrollbar { color: var(--red) !important; } -.tag-RELAX, +.tag-RELAX { + color: var(--cyan) !important; +} .tag-REVIEW { color: var(--yellow) !important; } @@ -329,6 +331,14 @@ body::-webkit-scrollbar { color: var(--yellow) !important; } +.timed-today > .name > .content::after, +.tagged-DAILY > .name > .content::after { + content: "★"; + color: var(--yellow); + margin-left: 6px; + /* margin-right: 4px; */ +} + .notes .time-today > .content-wrapper { background-color: var(--white) !important; color: var(--black); @@ -489,12 +499,17 @@ body::-webkit-scrollbar { margin-left: 4px; } +.hotspot-side > .name .innerContentContainer::after { + content: "🖼️"; + margin-left: 4px; +} + .hotspot-social > .name .innerContentContainer::after { content: "👥"; margin-left: 4px; } -.hotspot-career > .name .innerContentContainer::after { +.hotspot-job > .name .innerContentContainer::after { content: "💻"; margin-left: 4px; }