Got rid of Neorg stuff. MKNFLOW has what I need and their new features with templates solves most of my issues. I moved norg files to md and improved some plugins.

This commit is contained in:
Norm Rasmussen
2023-08-30 17:09:31 -04:00
parent e0d0894176
commit 255547df14
108 changed files with 1055 additions and 515 deletions

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1,10 @@
{
"id": "theme-picker",
"name": "Theme Picker",
"version": "1.0.8",
"minAppVersion": "1.0.0",
"description": "Quickly preview installed themes",
"author": "kenset",
"authorUrl": "https://github.com/kenset",
"isDesktopOnly": true
}

View File

@ -0,0 +1,11 @@
.theme-picker-modal {
box-shadow: 0px 0px 17px 0px rgb(0 0 0 / 25%);
}
.theme-picker-color-scheme-icon > svg {
fill: var(--text-muted);
}
.theme-picker-color-scheme-icon:hover > svg {
fill: var(--text-normal);
}