Added some css snippets, some icons, and more
This commit is contained in:
@@ -14,3 +14,5 @@ logs
|
||||
8*/
|
||||
|
||||
!00*/
|
||||
|
||||
91 Clippings/**/*
|
||||
|
||||
Vendored
+6
-1
@@ -1,4 +1,9 @@
|
||||
{
|
||||
"theme": "obsidian",
|
||||
"accentColor": "#ff42ba"
|
||||
"accentColor": "#ff42ba",
|
||||
"enabledCssSnippets": [
|
||||
"wide-note",
|
||||
"remove-lines",
|
||||
"unbold-table"
|
||||
]
|
||||
}
|
||||
Vendored
+2
-1
@@ -9,5 +9,6 @@
|
||||
"cmdr",
|
||||
"sheet-plus",
|
||||
"unicode-search",
|
||||
"quickadd"
|
||||
"quickadd",
|
||||
"obsidian-icon-folder"
|
||||
]
|
||||
@@ -0,0 +1,48 @@
|
||||
{
|
||||
"settings": {
|
||||
"migrated": 6,
|
||||
"iconPacksPath": ".obsidian/icons",
|
||||
"fontSize": 16,
|
||||
"emojiStyle": "native",
|
||||
"iconColor": null,
|
||||
"recentlyUsedIcons": [
|
||||
"LiNotebook",
|
||||
"LiGraduationCap",
|
||||
"LiCircleQuestionMark",
|
||||
"LiTwitter",
|
||||
"LiPaperclip"
|
||||
],
|
||||
"recentlyUsedIconsSize": 5,
|
||||
"rules": [],
|
||||
"extraMargin": {
|
||||
"top": 0,
|
||||
"right": 4,
|
||||
"bottom": 0,
|
||||
"left": 0
|
||||
},
|
||||
"iconInTabsEnabled": false,
|
||||
"iconInTitleEnabled": false,
|
||||
"iconInTitlePosition": "above",
|
||||
"iconInFrontmatterEnabled": false,
|
||||
"iconInFrontmatterFieldName": "icon",
|
||||
"iconColorInFrontmatterFieldName": "iconColor",
|
||||
"iconsBackgroundCheckEnabled": false,
|
||||
"iconsInNotesEnabled": true,
|
||||
"iconsInLinksEnabled": true,
|
||||
"iconIdentifier": ":",
|
||||
"lucideIconPackType": "native",
|
||||
"debugMode": false,
|
||||
"useInternalPlugins": false
|
||||
},
|
||||
"91 Clippings": "LiScissorsSquare",
|
||||
"21 Personal Knowledgebase": "LiLightbulb",
|
||||
"00 Project Management": "LiLineChart",
|
||||
"99 Toolkit": "LiToolCase",
|
||||
"91 Clippings/YouTube": "LiYoutube",
|
||||
"91 Clippings/Web": "LiPaperclip",
|
||||
"91 Clippings/Twitter": "LiTwitter",
|
||||
"91 Clippings/Reddit": "LiCircleQuestionMark",
|
||||
"91 Clippings/Papers": "LiGraduationCap",
|
||||
"01 Personal Projects": "LiNotebook",
|
||||
"02 Electronics Projects": "LiNotebook"
|
||||
}
|
||||
+7158
File diff suppressed because one or more lines are too long
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"id": "obsidian-icon-folder",
|
||||
"name": "Iconize",
|
||||
"version": "2.14.7",
|
||||
"minAppVersion": "0.9.12",
|
||||
"description": "Add icons to anything you desire in Obsidian, including files, folders, and text.",
|
||||
"author": "Florian Woelki",
|
||||
"authorUrl": "https://florianwoelki.com/",
|
||||
"isDesktopOnly": false
|
||||
}
|
||||
+120
@@ -0,0 +1,120 @@
|
||||
.iconize-inline-title-wrapper {
|
||||
width: var(--line-width);
|
||||
max-width: var(--max-width);
|
||||
margin-inline: var(--content-margin);
|
||||
}
|
||||
|
||||
.iconize-title-icon {
|
||||
max-width: var(--max-width);
|
||||
margin-right: var(--size-4-2);
|
||||
}
|
||||
|
||||
.iconize-icon-in-link {
|
||||
transform: translateY(20%);
|
||||
margin-right: var(--size-2-2);
|
||||
display: inline-flex;
|
||||
}
|
||||
|
||||
.iconize-icon {
|
||||
border: 1px solid transparent;
|
||||
margin: 0px 4px 0px 0px;
|
||||
display: flex;
|
||||
align-self: center;
|
||||
margin: auto 0;
|
||||
}
|
||||
|
||||
.nav-folder-title,
|
||||
.nav-file-title {
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.iconize-setting input[type='color'] {
|
||||
margin: 0 6px;
|
||||
}
|
||||
|
||||
.iconize-modal.prompt-results {
|
||||
margin: 0;
|
||||
overflow-y: auto;
|
||||
display: grid;
|
||||
grid-template-columns: repeat(5, minmax(0, 1fr));
|
||||
}
|
||||
|
||||
.prompt .iconize-subheadline {
|
||||
margin-top: 12px;
|
||||
font-size: 12px;
|
||||
color: gray;
|
||||
grid-column-start: 1;
|
||||
grid-column-end: 6;
|
||||
}
|
||||
|
||||
@media (max-width: 640px) {
|
||||
.iconize-modal.prompt-results {
|
||||
grid-template-columns: repeat(3, minmax(0, 1fr));
|
||||
}
|
||||
.prompt .iconize-subheadline {
|
||||
grid-column-end: 4;
|
||||
}
|
||||
}
|
||||
|
||||
.iconize-modal.prompt-results .suggestion-item {
|
||||
cursor: pointer;
|
||||
white-space: pre-wrap;
|
||||
display: flex;
|
||||
justify-content: flex-end;
|
||||
align-items: center;
|
||||
flex-direction: column-reverse;
|
||||
text-align: center;
|
||||
font-size: 13px;
|
||||
color: var(--text-muted);
|
||||
padding: 16px 8px;
|
||||
line-break: auto;
|
||||
word-break: break-word;
|
||||
line-height: 1.3;
|
||||
}
|
||||
|
||||
.iconize-modal.prompt-results .suggestion-item.suggestion-item__center {
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.iconize-icon-preview {
|
||||
font-size: 22px;
|
||||
}
|
||||
|
||||
.iconize-icon-preview img {
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
}
|
||||
|
||||
.iconize-icon-preview svg {
|
||||
width: 24px;
|
||||
height: 24px;
|
||||
color: currentColor;
|
||||
margin-bottom: 4px;
|
||||
}
|
||||
|
||||
.iconize-dragover {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.iconize-dragover-el {
|
||||
position: absolute;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
color: var(--text-normal);
|
||||
background-color: var(--background-secondary-alt);
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
/* Custom rule modal. */
|
||||
.iconize-custom-modal .modal-content {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.iconize-custom-modal .modal-content input {
|
||||
width: 100%;
|
||||
margin-right: 0.5rem;
|
||||
}
|
||||
Vendored
+2
@@ -0,0 +1,2 @@
|
||||
.cm-embed-block.cm-table-widget.markdown-rendered { margin: 0; padding: 0; }
|
||||
.cm-line:has(+ .cm-embed-block.cm-table-widget) br { display: none; }
|
||||
Vendored
+4
@@ -0,0 +1,4 @@
|
||||
/* Unbold table headers in Reading and Live Preview modes */
|
||||
th, .markdown-rendered th, .cm-embed-block th {
|
||||
font-weight: normal;
|
||||
}
|
||||
Vendored
+4
@@ -0,0 +1,4 @@
|
||||
body {
|
||||
--file-line-width: 1200px;
|
||||
}
|
||||
|
||||
Vendored
+2
-1
@@ -29,6 +29,7 @@
|
||||
"TQ_show_tree": "checkbox",
|
||||
"TQ_show_urgency": "checkbox",
|
||||
"PO #": "number",
|
||||
"Requisition #": "number"
|
||||
"Requisition #": "number",
|
||||
"Status": "multitext"
|
||||
}
|
||||
}
|
||||
Vendored
+46
-44
@@ -4,62 +4,63 @@
|
||||
"type": "split",
|
||||
"children": [
|
||||
{
|
||||
"id": "480cfaf4beff046e",
|
||||
"id": "cf18aee7c51e81e8",
|
||||
"type": "tabs",
|
||||
"children": [
|
||||
{
|
||||
"id": "30402d32729cfe5c",
|
||||
"type": "leaf",
|
||||
"state": {
|
||||
"type": "bases",
|
||||
"state": {
|
||||
"file": "00 Project Management/Due Date Tracker.base",
|
||||
"viewName": "Due today"
|
||||
},
|
||||
"icon": "lucide-table",
|
||||
"title": "Due Date Tracker"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "356e78c30527ed6c",
|
||||
"id": "3979a72a8da5ed87",
|
||||
"type": "leaf",
|
||||
"state": {
|
||||
"type": "markdown",
|
||||
"state": {
|
||||
"file": "01 Personal Projects/Test Project/Task 1/Task 1.md",
|
||||
"file": "02 Electronics Projects/ZOE/ZOE.md",
|
||||
"mode": "source",
|
||||
"source": false
|
||||
},
|
||||
"icon": "lucide-file",
|
||||
"title": "Task 1"
|
||||
"title": "ZOE"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "011aea4c02122ccd",
|
||||
"id": "b5644c99dc9f0d39",
|
||||
"type": "leaf",
|
||||
"state": {
|
||||
"type": "markdown",
|
||||
"state": {
|
||||
"file": "01 Personal Projects/Another Test Project/Task 1 - Run Around Screaming/Task 1 - Run Around Screaming.md",
|
||||
"file": "02 Electronics Projects/ZOE/PSU-002_MonitoringPSU.md",
|
||||
"mode": "source",
|
||||
"source": false
|
||||
},
|
||||
"icon": "lucide-file",
|
||||
"title": "Task 1 - Run Around Screaming"
|
||||
"title": "PSU-002_MonitoringPSU"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "da47e788ccbe3143",
|
||||
"id": "21a72dd538e037a1",
|
||||
"type": "leaf",
|
||||
"state": {
|
||||
"type": "markdown",
|
||||
"state": {
|
||||
"file": "99 Toolkit/Unicode/Unicode Quick-Reference.md",
|
||||
"file": "02 Electronics Projects/ZOE/PSU-001_SmallPSU.md",
|
||||
"mode": "source",
|
||||
"source": false
|
||||
},
|
||||
"icon": "lucide-file",
|
||||
"title": "Unicode Quick-Reference"
|
||||
"title": "PSU-001_SmallPSU"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "fc9a5379e71a401d",
|
||||
"type": "leaf",
|
||||
"state": {
|
||||
"type": "markdown",
|
||||
"state": {
|
||||
"file": "99 Toolkit/Manual/Projects/Tasks Base.md",
|
||||
"mode": "source",
|
||||
"source": false
|
||||
},
|
||||
"icon": "lucide-file",
|
||||
"title": "Tasks Base"
|
||||
}
|
||||
}
|
||||
]
|
||||
@@ -249,42 +250,43 @@
|
||||
"sheet-plus:Create excel file": false
|
||||
}
|
||||
},
|
||||
"active": "30402d32729cfe5c",
|
||||
"active": "3979a72a8da5ed87",
|
||||
"lastOpenFiles": [
|
||||
"02 Electronics Projects/ZOE/PSU-002_MonitoringPSU.md",
|
||||
"02 Electronics Projects/ZOE/PSU-001_SmallPSU.md",
|
||||
"02 Electronics Projects/ZOE/ZOE.md",
|
||||
"99 Toolkit/Templates/Project-Related/Project.md",
|
||||
"99 Toolkit/Templates/Project-Related/Task.md",
|
||||
"99 Toolkit/Templates/Project-Related/Subtask.md",
|
||||
"02 Electronics Projects/ZOE/Tasks.base",
|
||||
"99 Toolkit/Manual/Projects/Tasks Base.md",
|
||||
"02 Electronics Projects/ZOE",
|
||||
"01 Personal Projects/Another Test Project/Another Test Project.md",
|
||||
"02 Electronics Projects",
|
||||
"99 Toolkit/Templates/Obsidian Web Clipper/YouTube.md",
|
||||
"99 Toolkit/Manual/Manual.md",
|
||||
"99 Toolkit/Templates/Obsidian Web Clipper",
|
||||
"91 Clippings/Papers",
|
||||
"91 Clippings/Reddit/Untitled",
|
||||
"91 Clippings/Reddit",
|
||||
"91 Clippings/Twitter",
|
||||
"91 Clippings/Web",
|
||||
"91 Clippings/YouTube",
|
||||
"01 Personal Projects/Test Project/Task 1/Task 1.md",
|
||||
"00 Project Management/Due Date Tracker.base",
|
||||
"01 Personal Projects/Test Project/Test Project.md",
|
||||
"01 Personal Projects/Another Test Project/Task 2 - Go to Bed.md",
|
||||
"01 Personal Projects/Another Test Project/Deliverables.base",
|
||||
"01 Personal Projects/Another Test Project/Task 1 - Run Around Screaming/Sub 1 - Go Outside.md",
|
||||
"01 Personal Projects/Another Test Project/Task 1 - Run Around Screaming/Deliverables/Deliverable-23072026180789.md",
|
||||
"01 Personal Projects/Another Test Project/Task 1 - Run Around Screaming/Task 1 - Run Around Screaming.md",
|
||||
"01 Personal Projects/Another Test Project/Another Test Project.md",
|
||||
"00 Project Management",
|
||||
"99 Toolkit/Templates/Project-Related/Deliverable.md",
|
||||
"99 Toolkit/Templates/Project-Dashboards/Deliverables.base",
|
||||
"01 Personal Projects/Another Test Project/Task 1 - Run Around Screaming/Deliverables",
|
||||
"99 Toolkit/Unicode/Unicode Quick-Reference.md",
|
||||
"99 Toolkit/Manual/Projects/Deliverables Base.md",
|
||||
"99 Toolkit/Manual/Projects/Tasks Base.md",
|
||||
"99 Toolkit/Manual/Projects/Follow-Up Base.md",
|
||||
"99 Toolkit/Templates/Project-Related/Subtask.md",
|
||||
"99 Toolkit/Templates/Project-Related/Work-Related/Followup⸬Customer.md",
|
||||
"99 Toolkit/Templates/Project-Related/Task.md",
|
||||
"99 Toolkit/Templates/Project-Related/Project.md",
|
||||
"99 Toolkit/Templates/Project-Dashboards/Tasks.base",
|
||||
"99 Toolkit/Templates/Project-Dashboards/Followups.base",
|
||||
"01 Personal Projects/Another Test Project/Tasks.base",
|
||||
"01 Personal Projects/Another Test Project/Task 1 - Run Around Screaming",
|
||||
"01 Personal Projects/Another Test Project/Followups/Followups.base",
|
||||
"99 Toolkit/Manual/Manual.md",
|
||||
"01 Personal Projects/Another Test Project/Followups/Followup⸬Generic-23072026170770.md",
|
||||
"01 Personal Projects/Test Project/Task 1/Followups/Followup⸬Richard-23072026170740.md",
|
||||
"01 Personal Projects/Test Project/Task 1/Followups/Followup⸬Generic-23072026170735.md",
|
||||
"01 Personal Projects/Test Project/Task 1/Subtask 1.md",
|
||||
"01 Personal Projects/Test Project/Followups/Followup⸬Richard-23072026150761.md",
|
||||
"01 Personal Projects/Test Project/Task 1/Followups/Followup⸬Richard-23072026170756.md",
|
||||
"99 Toolkit/Templates/Project-Related/Work-Related/Followup⸬Procurement.md",
|
||||
"99 Toolkit/Templates/Project-Related/Work-Related/Followup⸬Supplier.md"
|
||||
"01 Personal Projects/Test Project/Followups/Followup⸬Richard-23072026150761.md"
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
- This is defined in webcipper itself...
|
||||
- Maybe someday I can figure out how to back it up here
|
||||
|
||||
@@ -2,7 +2,10 @@
|
||||
Date Created: <% tp.date.now("DD-MM_MMM-YYYY") %>
|
||||
Date Modified: <% tp.file.last_modified_date("DD-MM_MMM-YYYY") %>
|
||||
Date Due:
|
||||
Description:
|
||||
Priority:
|
||||
Status:
|
||||
- In-Process
|
||||
Project Lead:
|
||||
tags:
|
||||
Notes:
|
||||
|
||||
@@ -4,7 +4,9 @@ Task: <% tp.file.folder(false) %>
|
||||
Date Created: <% tp.date.now("DD-MM_MMM-YYYY") %>
|
||||
Date Modified: <% tp.file.last_modified_date("DD-MM_MMM-YYYY") %>
|
||||
Date Due:
|
||||
Description:
|
||||
Priority:
|
||||
Status:
|
||||
Task Lead:
|
||||
tags:
|
||||
Notes:
|
||||
|
||||
@@ -3,12 +3,14 @@ Project: <% tp.file.folder(false) %>
|
||||
Date Created: <% tp.date.now("DD-MM_MMM-YYYY") %>
|
||||
Date Modified: <% tp.file.last_modified_date("DD-MM_MMM-YYYY") %>
|
||||
Date Due:
|
||||
Description: Task
|
||||
Priority:
|
||||
Status:
|
||||
- In-Process
|
||||
Task Lead:
|
||||
tags:
|
||||
Notes:
|
||||
Charge Code:
|
||||
Type: Task
|
||||
---
|
||||
# Description
|
||||
|
||||
|
||||
Reference in New Issue
Block a user